OSDN Git Service

LDP: Update original to LDP v3.75
[linuxjm/LDP_man-pages.git] / original / man3 / getpwnam.3
index 11a1435..77bfe90 100644 (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
@@ -334,7 +334,7 @@ main(int argc, char *argv[])
 .BR setpwent (3),
 .BR passwd (5)
 .SH COLOPHON
-This page is part of release 3.68 of the Linux
+This page is part of release 3.75 of the Linux
 .I man-pages
 project.
 A description of the project,