more fixes to synopsis

This commit is contained in:
Michael Kerrisk 2004-12-02 09:25:55 +00:00
parent 70556c17b3
commit 93e4c37f65
1 changed files with 4 additions and 2 deletions

View File

@ -36,9 +36,11 @@ readdir \- read directory entry
.B #include <linux/unistd.h>
.B #include <errno.h>
.sp
.B _syscall3(int, readdir, uint, fd, struct dirent *, dirp, uint, count);
.B _syscall3(int, readdir, unsigned int, fd, struct dirent *, dirp,
.B " unsigned int, count);"
.sp
.BI "int readdir(unsigned int " fd ", struct dirent *" dirp ", unsigned int " count );
.BI "int readdir(unsigned int " fd ", struct dirent *" dirp ","
.BI " unsigned int " count );
.fi
.SH DESCRIPTION
This is not the function you are interested in.