summaryrefslogtreecommitdiff
path: root/man/pwck.8.xml
diff options
context:
space:
mode:
Diffstat (limited to 'man/pwck.8.xml')
-rw-r--r--man/pwck.8.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/man/pwck.8.xml b/man/pwck.8.xml
index a614d879..4eb820d6 100644
--- a/man/pwck.8.xml
+++ b/man/pwck.8.xml
@@ -45,7 +45,7 @@
</refmeta>
<refnamediv id='name'>
<refname>pwck</refname>
- <refpurpose>verify integrity of password files</refpurpose>
+ <refpurpose>verify the integrity of password files</refpurpose>
</refnamediv>
<!-- body begins here -->
<refsynopsisdiv id='synopsis'>
@@ -54,11 +54,11 @@
<arg choice='opt'>options</arg>
<arg choice='opt'>
<arg choice='plain'>
- <replaceable>passwd</replaceable>
+ <replaceable>PASSWORDFILE</replaceable>
</arg>
<arg choice='opt'>
<arg choice='plain'>
- <replaceable>shadow</replaceable>
+ <replaceable>SHADOWFILE</replaceable>
</arg>
</arg>
</arg>
@@ -102,9 +102,9 @@
</itemizedlist>
<para>
- <filename>shadow</filename> checks are enabled when a second file
- parameter is specified or when <filename>/etc/shadow</filename>
- exists on the system.
+ Checks for shadowed password information are enabled when the second
+ file parameter <replaceable>SHADOWFILE</replaceable> is specified or
+ when <filename>/etc/shadow</filename> exists on the system.
</para>
<para>
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 <command>usermod</command> command to correct
the error.
</para>
@@ -201,6 +201,7 @@
Apply changes in the <replaceable>CHROOT_DIR</replaceable>
directory and use the configuration files from the
<replaceable>CHROOT_DIR</replaceable> directory.
+ Only absolute paths are supported.
</para>
</listitem>
</varlistentry>