summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-18 10:56:41 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-18 10:56:41 -0400
commit7346393adbd5f61cc3b66ee227b8d2fb99c0f537 (patch)
tree999b78d2722c15613530c8733ca9f3837645f861 /src
parent813bfa255a1e46f05e08dcb587b8f417b995b2d4 (diff)
libremessages(1): fix typo in the man page
Diffstat (limited to 'src')
-rw-r--r--src/lib/libremessages.1.ronn4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libremessages.1.ronn b/src/lib/libremessages.1.ronn
index 2bf73a1..e660816 100644
--- a/src/lib/libremessages.1.ronn
+++ b/src/lib/libremessages.1.ronn
@@ -25,8 +25,8 @@ The "normal" way to use libremessages is to source it, then call the
provided routines.
However, if you call libremessages directly, the first argument is
-taken as a the function to call, and the remaining arguments are
-passed to it. The only cases where this doesn't work are the lockfile
+taken as the function to call, and the remaining arguments are passed
+to it. The only cases where this doesn't work are the lockfile
routines (`lock`, `slock`, and `lock_close`), because lockfiles are
managed as file descriptors.