aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-10-04 12:39:34 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-10-04 12:39:34 +0000
commitf717467217bc45f9b69bce1ed247aa469b4c968c (patch)
treeffccdb6c750bcb7fbf6df5c86e89b887bc431894
parentbe9dccdff67d98c74b6a268dd788a2d5793217a1 (diff)
downloadman-pages-f717467217bc45f9b69bce1ed247aa469b4c968c.tar.gz
s/int/size_t/ for type of 'size' argument (fix from Fedora man-pages-2.07-7
-rw-r--r--man2/shmget.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/shmget.2 b/man2/shmget.2
index a68fc7976f..6a2403bca6 100644
--- a/man2/shmget.2
+++ b/man2/shmget.2
@@ -42,7 +42,7 @@ shmget \- allocates a shared memory segment
.sp
.B #include <sys/shm.h>
.sp
-.BI "int shmget(key_t " key ", int " size ", int " shmflg );
+.BI "int shmget(key_t " key ", size_t " size ", int " shmflg );
.ad b
.SH DESCRIPTION
.BR shmget ()