diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-02-09 10:00:50 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-02-09 10:03:03 -0500 |
commit | 46ec6d004ab3cd5f300a175d704e8cbfdcb1ac53 (patch) | |
tree | ffa5f88342b074f53138bc2bb6ba773d4c13e40e | |
parent | 455fbb30242c8676b26fad8f8b32898fc31c991d (diff) |
Fix typo in libremessages manpage
-rw-r--r-- | src/lib/libremessages.1.ronn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libremessages.1.ronn b/src/lib/libremessages.1.ronn index 3bce612..a8a6d21 100644 --- a/src/lib/libremessages.1.ronn +++ b/src/lib/libremessages.1.ronn @@ -180,7 +180,7 @@ these, you could end up deleting a lot of someone's work. 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 + and this program needs to wait for the lock to be released, then it uses `stat_busy`/`stat_done` to print <MESSAGE>. * `slock` <FD> <LOCKFILE> <MESSAGE> [<MSG_ARGS>...]: |