diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-04-12 11:39:10 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-04-12 11:39:10 +0000 |
commit | c1b231c94d20fb55feb1fe3d85c79db120132030 (patch) | |
tree | 6e4bdcfccb9621cb8cbf78211917c4b9308d258c /chapter06 | |
parent | a21b3ee08f7064fa6775c6dfeb783b93ef6081ed (diff) |
Finish up some changes regarding zsoelim
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7498 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/groff.xml | 12 | ||||
-rw-r--r-- | chapter06/man-db.xml | 14 |
2 files changed, 14 insertions, 12 deletions
diff --git a/chapter06/groff.xml b/chapter06/groff.xml index 71b072033..21166ba88 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -103,7 +103,7 @@ ln -sv tbl /usr/bin/gtbl</userinput></screen> grodvi, groff, groffer, grog, grolbp, grolj4, grops, grotty, gtbl (link to tbl), hpftodit, indxbib, lkbib, lookbib, mmroff, neqn, nroff, pfbtops, pic, pic2graph, post-grohtml, pre-grohtml, refer, - soelim, tbl, tfmtodit, troff, and zsoelim (link to soelim)</seg> + soelim, tbl, tfmtodit, and troff</seg> </seglistitem> </segmentedlist> @@ -476,16 +476,6 @@ ln -sv tbl /usr/bin/gtbl</userinput></screen> </listitem> </varlistentry> - <varlistentry id="zsoelim"> - <term><command>zsoelim</command></term> - <listitem> - <para>A link to <command>soelim</command></para> - <indexterm zone="ch-system-groff zsoelim"> - <primary sortas="b-zsoelim">zsoelim</primary> - </indexterm> - </listitem> - </varlistentry> - </variablelist> </sect2> diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 1b9c052c5..e5de69912 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -326,7 +326,7 @@ make install</userinput></screen> <seglistitem> <seg>accessdb, apropos, catman, convert-mans,lexgrog, man, mandb, - manpath, and whatis</seg> + manpath, whatis, and zsoelim</seg> </seglistitem> </segmentedlist> @@ -421,6 +421,18 @@ make install</userinput></screen> </listitem> </varlistentry> + <varlistentry id="zsoelim"> + <term><command>zsoelim</command></term> + <listitem> + <para>Reads files and replaces lines of the form <emphasis>.so + file</emphasis> by the contents of the mentioned + <emphasis>file</emphasis></para> + <indexterm zone="ch-system-man-db zsoelim"> + <primary sortas="b-zsoelim">zsoelim</primary> + </indexterm> + </listitem> + </varlistentry> + </variablelist> </sect2> |