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 -- 1.9.2 -- 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