diff options
author | Thomas Balu Walter <tw@itreff.de> | 2001-04-03 23:39:14 +0000 |
---|---|---|
committer | Thomas Balu Walter <tw@itreff.de> | 2001-04-03 23:39:14 +0000 |
commit | 760e8cba2b56e7167e0709e2fff93d792d035eec (patch) | |
tree | 3c15bff63fffce46427c318250a66ef8c24e0052 /chapter06 | |
parent | a10b943d91d8a5ef91e69edb2193cbb3df72ddcd (diff) |
fix-description
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@431 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/man-exp.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter06/man-exp.xml b/chapter06/man-exp.xml index 396c47b6d..1e429c72d 100644 --- a/chapter06/man-exp.xml +++ b/chapter06/man-exp.xml @@ -2,6 +2,14 @@ <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> |