setnetgrent.3: Fix prototype

The buflen argument to getnetgrent_r has type size_t.

Signed-off-by: Rasmus Villemoes <rv@rasmusvillemoes.dk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Rasmus Villemoes 2014-05-21 16:57:51 +02:00 committed by Michael Kerrisk
parent 7accd93791
commit d7f5fd1b79
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ handle network group entries
.BI "int getnetgrent(char **" host ", char **" user ", char **" domain );
.BI "int getnetgrent_r(char **" host ", char **" user ","
.BI " char **" domain ", char *" buf ", int " buflen );
.BI " char **" domain ", char *" buf ", size_t " buflen );
.BI "int innetgr(const char *" netgroup ", const char *" host ","
.BI " const char *" user ", const char *" domain );