Thanks. Applied! Cheers, Michael On 05/20/2014 01:02 AM, Rasmus Villemoes wrote: > The struct spwd argument to putspent is const. > --- > man3/getspnam.3 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man3/getspnam.3 b/man3/getspnam.3 > index 3fbc7d1..40d78c2 100644 > --- a/man3/getspnam.3 > +++ b/man3/getspnam.3 > @@ -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 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html