diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-25 00:21:35 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-25 00:21:35 +0000 |
commit | 1814dcd81e5a9489a532822c16f8f65b779b8ed4 (patch) | |
tree | 2b7cedfdc318993d987f17e5b5cc00aff0b59512 /chapter06/man-exp.xml | |
parent | 1987d724ce4059e12b51962be50c59d30a4a148d (diff) |
forgot this lil file..
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1898 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-exp.xml')
-rw-r--r-- | chapter06/man-exp.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter06/man-exp.xml b/chapter06/man-exp.xml new file mode 100644 index 000000000..5c70e18c3 --- /dev/null +++ b/chapter06/man-exp.xml @@ -0,0 +1,12 @@ +<sect2> +<title>Command explanations</title> + +<para><userinput>PATH=$PATH:/usr/bin:/bin ./configure -default</userinput>: +The paths to some programs get written into man's files. Unfortunately, the +configure script picks the last location in PATH rather than the first +where a program is found. By appending /usr/bin:/bin to PATH for the +./configure command, we make sure that man doesn't use the /static versions +of our programs.</para> + +</sect2> + |