aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/semop.2
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-18 09:22:32 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-18 09:22:32 +0000
commit2faeeff4c9bb77cca44a977d96c1a9fc7af8d8a3 (patch)
treecb18f664ed0ee63bee30f6af9b148510b6e9663b /lib/libc/sys/semop.2
parenta1096fe6dfb9dc2ec492a1421075a38d6d75bc02 (diff)
Notes
Diffstat (limited to 'lib/libc/sys/semop.2')
-rw-r--r--lib/libc/sys/semop.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/semop.2 b/lib/libc/sys/semop.2
index efcb6a0e750b..174cee2fa7b6 100644
--- a/lib/libc/sys/semop.2
+++ b/lib/libc/sys/semop.2
@@ -42,7 +42,7 @@
.Sh DESCRIPTION
The
.Fn semop
-call
+system call
atomically performs the array of operations indicated by
.Fa array
on the semaphore set indicated by
@@ -229,7 +229,7 @@ unexpectedly.
.Sh ERRORS
The
.Fn semop
-call will fail if:
+system call will fail if:
.Bl -tag -width Er
.It Bq Er EINVAL
No semaphore set corresponds to
@@ -261,7 +261,7 @@ The semaphore set was removed from the system.
.It Bq Er EINTR
The
.Fn semop
-call was interrupted by a signal.
+system call was interrupted by a signal.
.It Bq Er ENOSPC
The system
.Dv SEM_UNDO
@@ -283,7 +283,7 @@ to exceed the system-imposed limits.
.Sh BUGS
The
.Fn semop
-call
+system call
may block waiting for memory even if
.Dv IPC_NOWAIT
was specified.