diff options
Diffstat (limited to 'chapter08/texinfo.xml')
-rw-r--r-- | chapter08/texinfo.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter08/texinfo.xml b/chapter08/texinfo.xml index 2f428bf47..7257ae5b5 100644 --- a/chapter08/texinfo.xml +++ b/chapter08/texinfo.xml @@ -46,7 +46,7 @@ <screen><userinput remap="configure">./configure --prefix=/usr --disable-static</userinput></screen> <variablelist> - <title>The meaning of the configure options:</title> + <title>The meaning of the configure option:</title> <varlistentry> <term><parameter>--disable-static</parameter></term> @@ -101,10 +101,10 @@ recreated, the following optional commands will accomplish the task:</para> <screen role="nodump"><userinput>pushd /usr/share/info -rm -v dir -for f in * - do install-info $f dir 2>/dev/null -done + rm -v dir + for f in * + do install-info $f dir 2>/dev/null + done popd</userinput></screen> </sect2> |