From cea829ec35c9b61d78309fe3a379e2b8197f84b8 Mon Sep 17 00:00:00 2001 From: alfred Date: Sat, 25 Jan 2003 21:27:37 +0000 Subject: Bring semop() closer the the opengroup standards. PR: 47471 Submitted by: Craig Rodrigues --- lib/libc/sys/semop.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') 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 -- cgit v1.1