gawk: "rm -f ..." is a command, not an envar

This commit is contained in:
Xi Ruoyao 2023-11-03 14:38:55 +08:00
parent 5f8327e633
commit 93311f4abb
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -66,7 +66,7 @@ make install</userinput></screen>
<title>The meaning of the command:</title> <title>The meaning of the command:</title>
<varlistentry> <varlistentry>
<term><envar>rm -f /usr/bin/gawk-&gawk-version;</envar></term> <term><command>rm -f /usr/bin/gawk-&gawk-version;</command></term>
<listitem> <listitem>
<para>The building system will not recreate the hard link <para>The building system will not recreate the hard link
<filename>gawk-&gawk-version;</filename> if it already exists. <filename>gawk-&gawk-version;</filename> if it already exists.