diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-21 03:35:14 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-21 03:35:14 +0000 |
commit | 800f6ea0950a15c52f11933e0eebfcae30a576e8 (patch) | |
tree | 08e8b32d30d476ac35e543df7b061f67a542325c /chapter06/grep.xml | |
parent | 5b24cd9abe3c73c0e674df2e5078416a92686e94 (diff) |
Minor spacing and xml fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9639 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/grep.xml')
-rw-r--r-- | chapter06/grep.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/grep.xml b/chapter06/grep.xml index c354512fd..4622bdb90 100644 --- a/chapter06/grep.xml +++ b/chapter06/grep.xml @@ -42,7 +42,7 @@ <para>First, fix a small problem with a test script:</para> -<screen><userinput>sed -i 's/cp/#&/' tests/unibyte-bracket-expr</userinput></screen> +<screen><userinput remap="pre">sed -i 's/cp/#&/' tests/unibyte-bracket-expr</userinput></screen> <para>Prepare Grep for compilation:</para> |