gcc-pass1: Fix typos in the explanation of -i.orig

This commit is contained in:
Xi Ruoyao
2025-08-17 16:25:26 +08:00
parent b45f4819f0
commit f02fb1054b

View File

@@ -76,9 +76,9 @@ esac</userinput></screen>
<para> <para>
This example demonstrates the use of the This example demonstrates the use of the
<parameter>-i.orig</parameter> switch. It makes the <parameter>-i.orig</parameter> switch. It makes the
<command>sed</command> copy the <filename>t-linux64</filename> <command>sed</command> copy the <filename>t-linux64</filename> file
to <filename>t-linux64.orig</filename>, and then edit the to <filename>t-linux64.orig</filename>, and then edit the original
<filename>t-linux64</filename> inplace. So you may run <filename>t-linux64</filename> file inplace. So you may run
<command>diff -u gcc/config/i386/t-linux64{.orig,}</command> <command>diff -u gcc/config/i386/t-linux64{.orig,}</command>
to visualize the change done by the <command>sed</command> command to visualize the change done by the <command>sed</command> command
afterwards. We'll simply use <parameter>-i</parameter> (which just afterwards. We'll simply use <parameter>-i</parameter> (which just