summaryrefslogtreecommitdiffstats
path: root/usr.bin/lockf
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-12-20 16:57:13 +0000
committerru <ru@FreeBSD.org>2006-12-20 16:57:13 +0000
commit38f526ca4881c7c1a4fd2c13e6d839afccb09e4b (patch)
tree23c3f9ae2b1f94b8b02abb072f7abebea7b8465c /usr.bin/lockf
parentc3c62c21858ad110d8381aaf9608c1ad318ed245 (diff)
downloadFreeBSD-src-38f526ca4881c7c1a4fd2c13e6d839afccb09e4b.zip
FreeBSD-src-38f526ca4881c7c1a4fd2c13e6d839afccb09e4b.tar.gz
Markup cosmetics.
Diffstat (limited to 'usr.bin/lockf')
-rw-r--r--usr.bin/lockf/lockf.110
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/lockf/lockf.1 b/usr.bin/lockf/lockf.1
index c6e6e66..c974e4f 100644
--- a/usr.bin/lockf/lockf.1
+++ b/usr.bin/lockf/lockf.1
@@ -67,7 +67,7 @@ the mere existence of the
is not considered to constitute a lock.
.Pp
The following options are supported:
-.Bl -tag -width Fl
+.Bl -tag -width ".Fl t Ar seconds"
.It Fl k
Causes the lock file to be kept (not removed) after the command
completes.
@@ -107,7 +107,7 @@ successfully acquires the lock, it returns the exit status produced by
Otherwise, it returns one of the exit codes defined in
.Xr sysexits 3 ,
as follows:
-.Bl -tag -width F_CANTCREATX
+.Bl -tag -width ".Dv EX_CANTCREAT"
.It Dv EX_TEMPFAIL
The specified lock file was already locked by another process.
.It Dv EX_CANTCREAT
@@ -121,7 +121,9 @@ There was an error on the
.Nm
command line.
.It Dv EX_OSERR
-A system call (e.g., fork) failed unexpectedly.
+A system call (e.g.,
+.Xr fork 2 )
+failed unexpectedly.
.El
.Sh SEE ALSO
.Xr flock 2 ,
@@ -132,4 +134,4 @@ A
utility first appeared in
.Fx 2.2 .
.Sh AUTHORS
-.An John Polstra Aq jdp@polstra.com .
+.An John Polstra Aq jdp@polstra.com
OpenPOWER on IntegriCloud