aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lockf
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2002-04-20 12:18:28 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2002-04-20 12:18:28 +0000
commite8937ba00998cca6f259b3fdf32a7f7a38bc26ec (patch)
tree9eb4b7d718b67229ee4b8e61e9cad466a5a36945 /usr.bin/lockf
parent1c2451c24d59abde50b89c0d506523298e1ae1e1 (diff)
Notes
Diffstat (limited to 'usr.bin/lockf')
-rw-r--r--usr.bin/lockf/lockf.15
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/lockf/lockf.1 b/usr.bin/lockf/lockf.1
index b7f35c0c3f87..9d067586b535 100644
--- a/usr.bin/lockf/lockf.1
+++ b/usr.bin/lockf/lockf.1
@@ -101,7 +101,9 @@ as follows:
.It Dv EX_TEMPFAIL
The specified lock file was already locked by another process.
.It Dv EX_CANTCREAT
+The
.Nm
+utility
was unable to create the lock file, e.g., because of insufficient access
privileges.
.It Dv EX_USAGE
@@ -115,8 +117,9 @@ A system call (e.g., fork) failed unexpectedly.
.Xr flock 2 ,
.Xr sysexits 3
.Sh HISTORY
+A
.Nm
-first appeared in
+utility first appeared in
.Fx 2.2 .
.Sh AUTHORS
.An John Polstra Aq jdp@polstra.com .