shadow: fix a typo

This commit is contained in:
Xi Ruoyao 2022-01-16 00:42:27 +08:00
parent 7ad105665e
commit cd0ca9371c
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -113,7 +113,7 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;</userinput></s
<term><command>touch /usr/bin/passwd</command></term> <term><command>touch /usr/bin/passwd</command></term>
<listitem> <listitem>
<para>The file <filename>/usr/bin/passwd</filename> needs <para>The file <filename>/usr/bin/passwd</filename> needs
to exist because its location is harcoded in some programs, and to exist because its location is hardcoded in some programs, and
if it does not exist, the default location is not right.</para> if it does not exist, the default location is not right.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>