aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-11-14 03:52:09 +0800
committerpetef <petef@FreeBSD.org>2002-11-14 03:52:09 +0800
commit7a03f665fdf7d441ef520335fb2ffe06f82a1815 (patch)
tree7b1e9a1f28e915c2775901e6b831ce44730600e4 /sysutils
parent80b9e466e10faff091dc991857bc4bcd70e214e6 (diff)
downloadfreebsd-ports-gnome-7a03f665fdf7d441ef520335fb2ffe06f82a1815.tar.gz
freebsd-ports-gnome-7a03f665fdf7d441ef520335fb2ffe06f82a1815.tar.zst
freebsd-ports-gnome-7a03f665fdf7d441ef520335fb2ffe06f82a1815.zip
Revise the package description to point out how this tool is
different than the base lockf(1). Reviewed by: maintainer Requested by: sheldonh
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/flock/pkg-descr5
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).