diff options
Diffstat (limited to 'share/doc/papers/newvm/a.t')
-rw-r--r-- | share/doc/papers/newvm/a.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/papers/newvm/a.t b/share/doc/papers/newvm/a.t index 11c7547e2b2..0be41f29901 100644 --- a/share/doc/papers/newvm/a.t +++ b/share/doc/papers/newvm/a.t @@ -1,4 +1,4 @@ -.\" $OpenBSD: a.t,v 1.3 2003/06/02 23:30:09 millert Exp $ +.\" $OpenBSD: a.t,v 1.4 2003/10/30 14:52:24 jmc Exp $ .\" .\" Copyright (c) 1986 The Regents of the University of California. .\" All rights reserved. @@ -198,7 +198,7 @@ value = mset(sem, wait) result int value; semaphore *sem; int wait; .DE \fIMset\fP indivisibly tests and sets the semaphore \fIsem\fP. -If the the previous value is zero, the process has acquired the lock +If the previous value is zero, the process has acquired the lock and \fImset\fP returns true immediately. Otherwise, if the \fIwait\fP flag is zero, failure is returned. |