From b3ce696f36aed3e2eef2d620560f76da1fc08568 Mon Sep 17 00:00:00 2001 From: Markus Hiereth Date: Sun, 6 Mar 2022 17:53:02 -0600 Subject: [PATCH] Improve pwck manpage Signed-off-by: Serge Hallyn --- man/pwck.8.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/man/pwck.8.xml b/man/pwck.8.xml index a614d879..1a97373d 100644 --- a/man/pwck.8.xml +++ b/man/pwck.8.xml @@ -45,7 +45,7 @@ pwck - verify integrity of password files + verify the integrity of password files @@ -54,11 +54,11 @@ options - passwd + PASSWORDFILE - shadow + SHADOWFILE @@ -102,9 +102,9 @@ - shadow checks are enabled when a second file - parameter is specified or when /etc/shadow - exists on the system. + Checks for shadowed password information are enabled when the second + file parameter SHADOWFILE is specified or + when /etc/shadow exists on the system. These checks are the following: @@ -136,7 +136,7 @@ prompted to delete the entire line. If the user does not answer affirmatively, all further checks are bypassed. An entry with a duplicated user name is prompted for deletion, but the remaining - checks will still be made. All other errors are warning and the user + checks will still be made. All other errors are warnings and the user is encouraged to run the usermod command to correct the error.