summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/semop.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-22 16:02:00 +0000
committerru <ru@FreeBSD.org>2000-11-22 16:02:00 +0000
commitbdc5340b39fbc40a64feadf0d2fd65beca35a320 (patch)
tree4a0b074ae28c1e44296bda8760d05dd25bd2ddfa /lib/libc/sys/semop.2
parentc3abc432d868b9b1370e4d575ff6839e27d887ef (diff)
downloadFreeBSD-src-bdc5340b39fbc40a64feadf0d2fd65beca35a320.zip
FreeBSD-src-bdc5340b39fbc40a64feadf0d2fd65beca35a320.tar.gz
mdoc(7) police: Er macro usage cleanup.
Diffstat (limited to 'lib/libc/sys/semop.2')
-rw-r--r--lib/libc/sys/semop.26
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/semop.2 b/lib/libc/sys/semop.2
index 19a91a8..80498c9 100644
--- a/lib/libc/sys/semop.2
+++ b/lib/libc/sys/semop.2
@@ -118,14 +118,16 @@ value, one of the following happens:
.It
If IPC_NOWAIT was specified, then
.Fn semop
-returns immediately with a return value of EAGAIN.
+returns immediately with a return value of
+.Er EAGAIN .
.It
If some other process has removed the semaphore with the IPC_RMID
option of
.Fn semctl ,
then
.Fn semop
-returns immediately with a return value of EINVAL.
+returns immediately with a return value of
+.Er EINVAL .
.It
Otherwise, the calling process is put to sleep until the semaphore's
value is greater than or equal to the absolute value of
OpenPOWER on IntegriCloud