diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-30 14:53:59 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-30 14:53:59 +0000 |
commit | a55a8e423c836c2ba8ff126c701c463e350bbde5 (patch) | |
tree | 793bc89e34761a54b7a275aae80a90f86f31e819 /share | |
parent | 045ba54f5524ac2511e39cb63acdd355e8059941 (diff) |
oops, one more double word typo from Bruno Rohee;
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/psd/05.sysman/1.2.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/psd/05.sysman/1.2.t b/share/doc/psd/05.sysman/1.2.t index e1e72981403..1a74d8c0b40 100644 --- a/share/doc/psd/05.sysman/1.2.t +++ b/share/doc/psd/05.sysman/1.2.t @@ -1,4 +1,4 @@ -.\" $OpenBSD: 1.2.t,v 1.3 2003/06/02 23:30:10 millert Exp $ +.\" $OpenBSD: 1.2.t,v 1.4 2003/10/30 14:53:58 jmc Exp $ .\" .\" Copyright (c) 1983, 1993 .\" The Regents of the University of California. All rights reserved. @@ -231,7 +231,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. |