]> git.lizzy.rs Git - plan9front.git/commitdiff
lock(2): fix typo
authorAlex Musolino <alex@musolino.id.au>
Fri, 23 Mar 2018 01:04:39 +0000 (11:34 +1030)
committerAlex Musolino <alex@musolino.id.au>
Fri, 23 Mar 2018 01:04:39 +0000 (11:34 +1030)
sys/man/2/lock

index 76d15b1fef52802de4f0316bc37599f8c82fd842..94408be50951bd89169b926d7f6e7a058432a9e6 100644 (file)
@@ -304,7 +304,7 @@ The 100ms and full second sleeps are only heuristics to
 avoid tying up the CPU when a process deadlocks.
 As discussed above,
 if a lock is to be held for much more than a few instructions,
-the queueing lock types should be almost always be used.
+the queueing lock types should almost always be used.
 .PP
 It is an error for a program to
 .I fork