aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/file.xml
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-09 22:10:56 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-09 22:10:56 +0000
commita5fac328d49160b0d6a435adeb39591381476b98 (patch)
tree96393692c20fd3036cb45df676c98f3f330e1952 /chapter06/file.xml
parentdb9c33ed726d6865a3e7fc897ceb3247dfe9b53f (diff)
Added a comment to the File instructions to remove the man page sed during the next package update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8616 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/file.xml')
-rw-r--r--chapter06/file.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter06/file.xml b/chapter06/file.xml
index 674a148ba..8801318cd 100644
--- a/chapter06/file.xml
+++ b/chapter06/file.xml
@@ -45,6 +45,9 @@
<parameter>-e</parameter> (<parameter>--exclude</parameter>)
parameter:</para>
+<!-- The following sed should not be required after the next version update
+ as the maintainer has fixed it upstream. -->
+
<screen><userinput remap="pre">sed -i -e '197,+1d' \
-e '189,+1d' \
-e 's/token$/tokens/' doc/file.man</userinput></screen>