From: nekral-guest Date: Sat, 6 Jun 2009 11:21:15 +0000 (+0000) Subject: * man/passwd.5.xml, man/shadow.5.xml: Document the passwd- and X-Git-Tag: 4.1.4.2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80907f451b17b45a29c341a1be774a78792fdb7e;p=shadow * man/passwd.5.xml, man/shadow.5.xml: Document the passwd- and shadow- files. --- diff --git a/ChangeLog b/ChangeLog index 34d02d40..32ddf0b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-06-06 Nicolas François + + * man/passwd.5.xml, man/shadow.5.xml: Document the passwd- and + shadow- files. + 2009-06-06 Nicolas François * NEWS, src/su.c: Preserve the DISPLAY and XAUTHORITY environment diff --git a/man/passwd.5.xml b/man/passwd.5.xml index 77e4e2d4..c17f9d8c 100644 --- a/man/passwd.5.xml +++ b/man/passwd.5.xml @@ -127,6 +127,16 @@ optional encrypted password file + + /etc/passwd- + + Backup file for /etc/passwd. + + Note that this file is used by the tools of the shadow + toolsuite, but not by all user and password management tools. + + + diff --git a/man/shadow.5.xml b/man/shadow.5.xml index a440c67c..f30646a3 100644 --- a/man/shadow.5.xml +++ b/man/shadow.5.xml @@ -241,6 +241,16 @@ Secure user account information. + + /etc/shadow- + + Backup file for /etc/shadow. + + Note that this file is used by the tools of the shadow + toolsuite, but not by all user and password management tools. + + +