summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2003-01-25 21:27:37 +0000
committeralfred <alfred@FreeBSD.org>2003-01-25 21:27:37 +0000
commitcea829ec35c9b61d78309fe3a379e2b8197f84b8 (patch)
tree671060016998bec8e8923706ed43d1bbbc63044f /lib/libc
parent30ac5984d126569a472f855cfde9f99e9cf018c8 (diff)
downloadFreeBSD-src-cea829ec35c9b61d78309fe3a379e2b8197f84b8.zip
FreeBSD-src-cea829ec35c9b61d78309fe3a379e2b8197f84b8.tar.gz
Bring semop() closer the the opengroup standards.
PR: 47471 Submitted by: Craig Rodrigues <rodrigc@attbi.com>
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/semop.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/semop.2 b/lib/libc/sys/semop.2
index 174cee2..70c712b 100644
--- a/lib/libc/sys/semop.2
+++ b/lib/libc/sys/semop.2
@@ -38,7 +38,7 @@
.In sys/ipc.h
.In sys/sem.h
.Ft int
-.Fn semop "int semid" "struct sembuf *array" "unsigned nops"
+.Fn semop "int semid" "struct sembuf *array" "size_t nops"
.Sh DESCRIPTION
The
.Fn semop
OpenPOWER on IntegriCloud