summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-10-30 14:53:58 +0000
committerjmc <jmc@openbsd.org>2003-10-30 14:53:58 +0000
commita32447407201f02bcc813cacc841bc201100000a (patch)
tree29381611b29ec0008c7a4e867b57222e1f510fa9
parentdouble words; (diff)
downloadwireguard-openbsd-a32447407201f02bcc813cacc841bc201100000a.tar.xz
wireguard-openbsd-a32447407201f02bcc813cacc841bc201100000a.zip
oops, one more double word typo from Bruno Rohee;
-rw-r--r--share/doc/psd/05.sysman/1.2.t4
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.