OSDN Git Service

LDP: Update original to LDP v3.76
[linuxjm/LDP_man-pages.git] / original / man3 / getspnam.3
index 39427e3..05791d6 100644 (file)
@@ -5,7 +5,7 @@
 .\" Distributed under GPL
 .\" %%%LICENSE_END
 .\"
-.TH GETSPNAM 3  2013-04-19 "GNU" "Linux Programmer's Manual"
+.TH GETSPNAM 3  2014-05-28 "GNU" "Linux Programmer's Manual"
 .SH NAME
 getspnam, getspnam_r, getspent, getspent_r, setspent, endspent,
 fgetspent, fgetspent_r, sgetspent, sgetspent_r, putspent,
@@ -28,7 +28,7 @@ lckpwdf, ulckpwdf \- get shadow password file entry
 .sp
 .BI "struct spwd *sgetspent(const char *" s );
 .sp
-.BI "int putspent(struct spwd *" p ", FILE *" fp );
+.BI "int putspent(const struct spwd *" p ", FILE *" fp );
 .sp
 .B int lckpwdf(void);
 .sp
@@ -88,7 +88,7 @@ the traditional password database
 .BR getpwnam (3)
 and
 .BR getpwent (3)).
-.\" FIXME I've commented out the following for the
+.\" FIXME I've commented out the following for the
 .\" moment.  The relationship between PAM and nsswitch.conf needs
 .\" to be clearly documented in one place, which is pointed to by
 .\" the pages for the user, group, and shadow password functions.
@@ -256,7 +256,7 @@ However, many other systems provide a similar API.
 .BR getpwnam_r (3),
 .BR shadow (5)
 .SH COLOPHON
-This page is part of release 3.67 of the Linux
+This page is part of release 3.76 of the Linux
 .I man-pages
 project.
 A description of the project,