summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2001-07-10 04:29:24 +0000
committeralfred <alfred@FreeBSD.org>2001-07-10 04:29:24 +0000
commit988e81ae7f23ee037a7af102174746d740a5f0c7 (patch)
tree4ba65b5aa5d62e775294433fb898abb9c5ae334a /share
parentc74c511c1a1af4854ff4b2ec320f96ffc49f278f (diff)
downloadFreeBSD-src-988e81ae7f23ee037a7af102174746d740a5f0c7.zip
FreeBSD-src-988e81ae7f23ee037a7af102174746d740a5f0c7.tar.gz
Fix explanation of LK_SLEEPFAIL option.
Remove extra period from end of sentance.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/lockmgr.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/lockmgr.9 b/share/man/man9/lockmgr.9
index 167875d..e54ba7e 100644
--- a/share/man/man9/lockmgr.9
+++ b/share/man/man9/lockmgr.9
@@ -51,7 +51,7 @@ upgraded and downgraded.
Its arguments are:
.Bl -tag -width interlkp
.It Ar lkp
-A pointer to lock to manipulate..
+A pointer to lock to manipulate.
.It Ar flags
Flags indicating what action is to be taken.
.Pp
@@ -79,7 +79,7 @@ LK_DRAIN - Waits for all activity on the lock to end, and then marks it decommis
This is used before freeing a lock that is part of a piece of memory that is about to
be freed. (As documented in lockmgr.h)
.Pp
-LK_SLEEPFAIL - the we slept for the lock then fail.
+LK_SLEEPFAIL - If we had to sleep for the lock then fail.
.Pp
LK_NOWAIT - Do not allow the call to sleep. This can be used to test the lock.
.Pp
OpenPOWER on IntegriCloud