diff options
author | alfred <alfred@FreeBSD.org> | 2003-01-25 21:27:37 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2003-01-25 21:27:37 +0000 |
commit | cea829ec35c9b61d78309fe3a379e2b8197f84b8 (patch) | |
tree | 671060016998bec8e8923706ed43d1bbbc63044f /lib | |
parent | 30ac5984d126569a472f855cfde9f99e9cf018c8 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | lib/libc/sys/semop.2 | 2 |
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 |