summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-02-09 10:00:50 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-02-09 10:03:03 -0500
commit46ec6d004ab3cd5f300a175d704e8cbfdcb1ac53 (patch)
treeffa5f88342b074f53138bc2bb6ba773d4c13e40e
parent455fbb30242c8676b26fad8f8b32898fc31c991d (diff)
Fix typo in libremessages manpage
-rw-r--r--src/lib/libremessages.1.ronn2
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>...]: