summaryrefslogtreecommitdiff
path: root/usr.bin/lockf
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-12-20 16:57:13 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-12-20 16:57:13 +0000
commitc8c3587578d3b26b21928976c586b57ae2659d51 (patch)
tree23c3f9ae2b1f94b8b02abb072f7abebea7b8465c /usr.bin/lockf
parent44fce1caa117035a9bd810a2b766b14ac0021358 (diff)
downloadsrc-test-c8c3587578d3b26b21928976c586b57ae2659d51.tar.gz
src-test-c8c3587578d3b26b21928976c586b57ae2659d51.zip
Markup cosmetics.
Notes
Notes: svn path=/head/; revision=165392
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 c6e6e6687e52c..c974e4faae408 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