aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/groff.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/groff.xml')
-rw-r--r--chapter06/groff.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/groff.xml b/chapter06/groff.xml
index 3f250ad1b..31843cb55 100644
--- a/chapter06/groff.xml
+++ b/chapter06/groff.xml
@@ -44,7 +44,7 @@
<para>Apply the patch that adds the <quote>ascii8</quote> and
<quote>nippon</quote> devices to Groff:</para>
-<screen><userinput>patch -Np1 -i ../&groff-debian-patch;</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i ../&groff-debian-patch;</userinput></screen>
<note>
<para>These devices are used by Man-DB when formatting non-English manual
@@ -56,7 +56,7 @@
<para>Many screen fonts don't have Unicode single quotes and dashes in them.
Tell Groff to use the ASCII equivalents instead:</para>
-<screen><userinput>sed -i -e 's/2010/002D/' -e 's/2212/002D/' \
+<screen><userinput remap="pre">sed -i -e 's/2010/002D/' -e 's/2212/002D/' \
-e 's/2018/0060/' -e 's/2019/0027/' font/devutf8/R.proto</userinput></screen>
<para>Groff expects the environment variable <envar>PAGE</envar> to
@@ -69,22 +69,22 @@
<para>Prepare Groff for compilation:</para>
-<screen><userinput>PAGE=<replaceable>&lt;paper_size&gt;</replaceable> ./configure --prefix=/usr --enable-multibyte</userinput></screen>
+<screen><userinput remap="configure">PAGE=<replaceable>&lt;paper_size&gt;</replaceable> ./configure --prefix=/usr --enable-multibyte</userinput></screen>
<para>Compile the package:</para>
-<screen><userinput>make</userinput></screen>
+<screen><userinput remap="make">make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Install the package:</para>
-<screen><userinput>make install</userinput></screen>
+<screen><userinput remap="install">make install</userinput></screen>
<para>Some documentation programs, such as <command>xman</command>,
will not work properly without the following symlinks:</para>
-<screen><userinput>ln -sv eqn /usr/bin/geqn
+<screen><userinput remap="install">ln -sv eqn /usr/bin/geqn
ln -sv tbl /usr/bin/gtbl</userinput></screen>
</sect2>