summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2003-01-25 21:27:37 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2003-01-25 21:27:37 +0000
commit3beb32709de051ba96e200afa715cd45a7c577e1 (patch)
tree671060016998bec8e8923706ed43d1bbbc63044f /lib/libc
parent77c1940282ba21c3a26ab4e6764e47c7f10a05d9 (diff)
Notes
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 174cee2fa7b6..70c712b82f6a 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