diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-18 10:56:41 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-18 10:56:41 -0400 |
commit | 7346393adbd5f61cc3b66ee227b8d2fb99c0f537 (patch) | |
tree | 999b78d2722c15613530c8733ca9f3837645f861 | |
parent | 813bfa255a1e46f05e08dcb587b8f417b995b2d4 (diff) |
libremessages(1): fix typo in the man page
-rw-r--r-- | src/lib/libremessages.1.ronn | 4 |
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. |