aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-05-06 21:55:02 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-05-06 21:55:02 +0000
commitfc776bcf76a07c1e69be2c25be463963a758831d (patch)
tree02a4a02b5768b82f13b364adf06f707374537735 /chapter06
parentcea989b674e5c9c1d64fbafc2b735eda721836fa (diff)
Removed man-exp.xml file - the man patch does the work now, so the
commands explained in the file are obsolete git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@585 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/man-exp.xml29
-rw-r--r--chapter06/man.xml1
2 files changed, 0 insertions, 30 deletions
diff --git a/chapter06/man-exp.xml b/chapter06/man-exp.xml
deleted file mode 100644
index 1e429c72d..000000000
--- a/chapter06/man-exp.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<sect2>
-<title>Command explanations</title>
-
-<para>
-<userinput>sed -e 's|in \(.*\$PATH\)|in `echo \1`|' configure...:</userinput>
-This fixes a little problem in man's configure. The configure-script
-looks for files like cat, gunzip, bzip2, etc. in a for-loop that
-walks through a specified path. The splitting of the path is not done
-correctly and needs that fix.
-</para>
-
-<para>
-<userinput>-default:</userinput> This configures the man package with
-default settings.
-</para>
-
-<para>
-<userinput>sed s/AWK=/"AWK=\/usr\/bin\/mawk"/ /usr/sbin/makewhatis &gt;
-makewhatis-new:</userinput> This modifies /usr/sbin/makewhatis's AWK
-variable and fills in the location of the mawk program.
-</para>
-
-<para>
-<userinput>chmod 755 /usr/sbin/makewhatis:</userinput> This makes the
-makewhatis script executable again.
-</para>
-
-</sect2>
-
diff --git a/chapter06/man.xml b/chapter06/man.xml
index 9e40131ee..90d3cfa8d 100644
--- a/chapter06/man.xml
+++ b/chapter06/man.xml
@@ -2,7 +2,6 @@
<title>Installing Man</title>
&c6-man-inst;
-&c6-man-exp;
&aa-man-desc;
</sect1>