summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-07-02 16:39:41 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-07-02 16:39:41 -0400
commit938a711aae6ecf871f37dda71b8e55bebbb6eba8 (patch)
treef5d8c4c5f38295ea948a612c408da2bc06f2af74 /src/lib
parent7dd14c9d6869c9d129280358e44edc43eb2ca9bf (diff)
spell-check :/
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/common.sh.3.ronn2
-rw-r--r--src/lib/libreblacklist.1.ronn2
-rw-r--r--src/lib/librelib.1.ronn2
-rw-r--r--src/lib/librelib.7.ronn6
-rw-r--r--src/lib/libremessages.1.ronn8
5 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/common.sh.3.ronn b/src/lib/common.sh.3.ronn
index 2ec113c..f2bab7a 100644
--- a/src/lib/common.sh.3.ronn
+++ b/src/lib/common.sh.3.ronn
@@ -1,7 +1,7 @@
common.sh -- common Bash routines from devtools
===============================================
-## SYNPOSIS
+## SYNOPSIS
`. $(librelib common)`
diff --git a/src/lib/libreblacklist.1.ronn b/src/lib/libreblacklist.1.ronn
index e44aa8d..550ace8 100644
--- a/src/lib/libreblacklist.1.ronn
+++ b/src/lib/libreblacklist.1.ronn
@@ -1,7 +1,7 @@
libreblacklist(1) -- Tools for working with the your-freedom blacklist
======================================================================
-## SYNPOSIS
+## SYNOPSIS
`. $(librelib blacklist)`<br>
`. libreblacklist`<br>
diff --git a/src/lib/librelib.1.ronn b/src/lib/librelib.1.ronn
index 42d8f15..b3fc35e 100644
--- a/src/lib/librelib.1.ronn
+++ b/src/lib/librelib.1.ronn
@@ -6,7 +6,7 @@ librelib(1) -- finds a Bash library file
`. $(librelib LIBRARY)`<br>
`librelib -h`
-## DESRIPTION
+## DESCRIPTION
`librelib` is a program to find a Bash(1) library file at run-time.
This way, the path does not need to be hard-coded into the
diff --git a/src/lib/librelib.7.ronn b/src/lib/librelib.7.ronn
index e030f6a..3116462 100644
--- a/src/lib/librelib.7.ronn
+++ b/src/lib/librelib.7.ronn
@@ -3,7 +3,7 @@ librelib(7) -- Suite of Bash libraries
## SYNOPSIS
-Overview ot the librelib Bash library suite.
+Overview of the librelib Bash library suite.
## DESCRIPTION
@@ -19,8 +19,8 @@ libraries installed in `/usr/lib/libretools`. Think of it as a sort
of dynamic-linker.
The 'core' of librelib are the libraries installed in
-`/usr/lib/libretools`. These are `Bash`(1) libaries that may be sourced in
-Bash programs.
+`/usr/lib/libretools`. These are `Bash`(1) libraries that may be
+sourced in Bash programs.
Some of these libraries also make sense as stand-alone programs, where
if they are invoked directly, the first argument is the library
diff --git a/src/lib/libremessages.1.ronn b/src/lib/libremessages.1.ronn
index daafd2f..b3cf13d 100644
--- a/src/lib/libremessages.1.ronn
+++ b/src/lib/libremessages.1.ronn
@@ -76,7 +76,7 @@ Unless otherwise noted, these do not implicitly call `gettext`.
### PROSE ROUTINES
-These routines print to standard output, ande are useful for printing
+These routines print to standard output, and are useful for printing
word-wrapped prose.
For each of these, <MESSAGE> is fed through `gettext` automatically.
@@ -169,7 +169,7 @@ these, you could end up deleting a lot of someone's work.
### LOCKFILE ROUTINES
* `lock` <FD> <LOCKFILE> <MESSAGE> [<MSG_ARGS>...]:
- Opens (creating if nescessary) the file <LOCKFILE> with file
+ Opens (creating if necessary) the file <LOCKFILE> with file
descriptor <FD> in the current process, and gets an exclusive
lock on it. If another program already has a lock on the file,
and this program needs to wait for the lock to be release, then
@@ -188,11 +188,11 @@ these, you could end up deleting a lot of someone's work.
These routines relate to `makepkg`(8).
* `find_cached_package` <PKGNAME> <PKGVER>[-<PKGREL] <ARCH>:
- Searches for a localy built copy of the specified package, in
+ Searches for a locally built copy of the specified package, in
<PKGDEST> and the current working directory. If <PKGREL> is not
specified, any value will match. If multiple matching files are
found (not counting duplicate links), then an error is printed to
- stderr and nothing is prented to stdout.
+ stderr and nothing is printed to stdout.
* `get_full_version` [<PKGNAME>]:
Inspects variables that are set, and prints the full version