getpwnam(3): ffix

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Mike Frysinger 2014-08-22 04:36:12 -04:00 committed by Michael Kerrisk
parent 977e3384e5
commit ae57731070
1 changed files with 2 additions and 2 deletions

View File

@ -48,11 +48,11 @@ getpwnam, getpwnam_r, getpwuid, getpwuid_r \- get password file entry
.sp
.BI "int getpwnam_r(const char *" name ", struct passwd *" pwd ,
.br
.BI " char *" buf ", size_t " buflen ", struct passwd **" result );
.BI " char *" buf ", size_t " buflen ", struct passwd **" result );
.sp
.BI "int getpwuid_r(uid_t " uid ", struct passwd *" pwd ,
.br
.BI " char *" buf ", size_t " buflen ", struct passwd **" result );
.BI " char *" buf ", size_t " buflen ", struct passwd **" result );
.fi
.sp
.in -4n