From: nekral-guest Date: Tue, 1 Jan 2008 14:12:34 +0000 (+0000) Subject: Remove inaccurate documentation. X-Git-Tag: 4.1.1~187 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0dccafcd237874d59b5ab67d2c835e27c34b6cd7;p=shadow Remove inaccurate documentation. The password file is no more opened in read only mode. --- diff --git a/src/chage.c b/src/chage.c index a6e91a7e..17f31056 100644 --- a/src/chage.c +++ b/src/chage.c @@ -528,8 +528,7 @@ static void check_perms (void) /* * open_files - open the shadow database * - * The password database is also needed (only for reading). - * In read-only mode, the shadow database is not locked and is opened + * In read-only mode, the databases are not locked and are opened * only for reading. */ static void open_files (int readonly)