diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-02 16:39:41 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-02 16:39:41 -0400 |
commit | 938a711aae6ecf871f37dda71b8e55bebbb6eba8 (patch) | |
tree | f5d8c4c5f38295ea948a612c408da2bc06f2af74 /src/lib/libremessages.1.ronn | |
parent | 7dd14c9d6869c9d129280358e44edc43eb2ca9bf (diff) |
spell-check :/
Diffstat (limited to 'src/lib/libremessages.1.ronn')
-rw-r--r-- | src/lib/libremessages.1.ronn | 8 |
1 files changed, 4 insertions, 4 deletions
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 |