diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-11-13 19:52:09 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-11-13 19:52:09 +0000 |
commit | 7d5c6b6f79d31f0ce9e6cd8b1637a16499333964 (patch) | |
tree | 82aad8d29df0683efc7a02b5847b84a738e1986b /sysutils | |
parent | 26e6ca3c9efd1b1fef465eeccae90818c3d8d1a6 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/flock/pkg-descr | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/flock/pkg-descr b/sysutils/flock/pkg-descr index bd8cac3e1d9a..6906984f7d7a 100644 --- a/sysutils/flock/pkg-descr +++ b/sysutils/flock/pkg-descr @@ -1,2 +1,3 @@ -Flock(1) asserts/waits for/removes advisory locks on descriptors, -and can be used to sync with other processes using flock(2). +Flock(1) asserts/waits for/removes advisory locks on existing +descriptors (not just pathnames like lockf(1)), and can be used +to sync with other processes using flock(2). |