summaryrefslogtreecommitdiff
path: root/usr.bin/lockf
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-02 22:22:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-02 22:22:35 +0000
commit6a3e8b0adc8c622ae61275a94d5d869980a68069 (patch)
treeb3cdbab3d24866d3829616606f702cb5cb5d6c97 /usr.bin/lockf
parentf97d4ddfed9ff77e2873f938abcb1951c57fbf91 (diff)
downloadsrc-test-6a3e8b0adc8c622ae61275a94d5d869980a68069.tar.gz
src-test-6a3e8b0adc8c622ae61275a94d5d869980a68069.zip
Mechanically kill hard sentence breaks.
Notes
Notes: svn path=/head/; revision=131491
Diffstat (limited to 'usr.bin/lockf')
-rw-r--r--usr.bin/lockf/lockf.16
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/lockf/lockf.1 b/usr.bin/lockf/lockf.1
index 9d067586b5358..1b9b6ea8b2841 100644
--- a/usr.bin/lockf/lockf.1
+++ b/usr.bin/lockf/lockf.1
@@ -74,14 +74,16 @@ Causes
to operate silently.
Failure to acquire the lock is indicated only in the exit status.
.It Fl t Ar seconds
-Specifies a timeout for waiting for the lock. By default,
+Specifies a timeout for waiting for the lock.
+By default,
.Nm
waits indefinitely to acquire the lock.
If a timeout is specified with this option,
.Nm
will wait at most the given number of
.Ar seconds
-before giving up. A timeout of 0 may be given, in which case
+before giving up.
+A timeout of 0 may be given, in which case
.Nm
will fail unless it can acquire the lock immediately.
.El