s/int/size_t/ for type of 'size' argument (fix from Fedora man-pages-2.07-7

This commit is contained in:
Michael Kerrisk 2005-10-04 12:39:34 +00:00
parent be9dccdff6
commit f717467217
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()