diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2005-11-24 01:51:00 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2005-11-24 01:51:00 +0000 |
commit | fd80ade0646e79b04c78ee1740550bba737f1868 (patch) | |
tree | e79919e414f6d921a7d0f5e3650b94211077e888 | |
parent | fedc38e77789c79481589134ab0cda220a2eeeb2 (diff) |
Ported sed textual change (man page -> HTML documentation) from trunk
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7175 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/sed.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index cca202053..ab90d8389 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>November 23, 2005 [gerard]: Corrected reference to 'man page' to +'HTML documentation' in chapter 6/sec</para></listitem> + <listitem><para>November 18, 2005 [manuel]: Fixed the unpack of the module-init-tools-testsuite package.</para></listitem> diff --git a/chapter06/sed.xml b/chapter06/sed.xml index 5102dd3e8..01c2a6d45 100644 --- a/chapter06/sed.xml +++ b/chapter06/sed.xml @@ -28,7 +28,7 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Texinfo</seg></seglistitem> <sect2 role="installation"> <title>Installation of Sed</title> -<para>By default, Sed installs its man page in +<para>By default, Sed installs its HTML documentation in <filename class="directory">/usr/share/doc</filename>. Alter this to <filename class="directory">/usr/share/doc/sed-&sed-version;</filename> by applying the following <command>sed</command>:</para> |