diff options
Diffstat (limited to 'src')
-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. |