diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-18 10:57:53 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-18 10:57:53 -0400 |
commit | 3deb09dfdaab9829a3204f9c60aa43562e52dec9 (patch) | |
tree | 9fc7ea5e7252a8b8b63ecc88d39177e52d83d668 /src/lib | |
parent | e7e4b02c042f7549d7f9767f7cc9040f6651b6c8 (diff) | |
parent | 7346393adbd5f61cc3b66ee227b8d2fb99c0f537 (diff) |
Merge branch 'master' into lukeshu/xbs
Diffstat (limited to 'src/lib')
-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. |