diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-10-20 18:41:38 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-10-20 18:41:38 +0000 |
commit | c9455119f1b1e033f4f8ab2e1880558a258f20a8 (patch) | |
tree | 9fde46b5e567a876a552b500c19ccbe48a0c6051 /appendixa | |
parent | 88d2727f392fec27d5d47b904d7302f0e4edd18f (diff) |
updated groff contents
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3001 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r-- | appendixa/groff-desc.xml | 8 | ||||
-rw-r--r-- | appendixa/groff-shortdesc.xml | 11 |
2 files changed, 14 insertions, 5 deletions
diff --git a/appendixa/groff-desc.xml b/appendixa/groff-desc.xml index a274b4742..87092b859 100644 --- a/appendixa/groff-desc.xml +++ b/appendixa/groff-desc.xml @@ -11,6 +11,9 @@ groff and grops.</para> <para><command>eqn</command> compiles descriptions of equations embedded within troff input files into commands that are understood by troff.</para> +<para><command>eqn2graph</command> converts an EQN equation into a cropped +image.</para> + <para><command>grn</command> is a groff preprocessor for gremlin files.</para> <para><command>grodvi</command> is a driver for groff that produces TeX dvi format.</para> @@ -19,6 +22,8 @@ within troff input files into commands that are understood by troff.</para> formatting system. Normally it runs the troff program and a post-processor appropriate for the selected device.</para> +<para><command>groffer</command> displays groff files and man pages on X +and tty.</para> <para><command>grog</command> reads files and guesses which of the groff options -e, -man, -me, -mm, -ms, -p, -s, and -t are required for printing files, and reports the groff command including those options.</para> @@ -67,6 +72,9 @@ format to ASCII.</para> <para><command>pic</command> compiles descriptions of pictures embedded within troff or TeX input files into commands understood by TeX or troff.</para> +<para><command>pic2graph</command> converts a PIC diagram into a cropped +image.</para> + <para><command>pre-grohtml </command> translates the output of GNU troff to html.</para> diff --git a/appendixa/groff-shortdesc.xml b/appendixa/groff-shortdesc.xml index 195ab2971..db2e5b37e 100644 --- a/appendixa/groff-shortdesc.xml +++ b/appendixa/groff-shortdesc.xml @@ -7,10 +7,11 @@ for text formatting. Groff translates standard text and special commands into formatted output, such as what you see in a manual page.</para> -<para><emphasis>Installed programs</emphasis>: addftinfo, afmtodit, eqn, geqn -(link to eqn), grn, grodvi, groff, grog, grolbp, grolj4, grops, grotty, gtbl -(link to tbl), hpftodit, indxbib, lkbib, lookbib, mmroff, neqn, nroff, pfbtops, -pic, post-grohtml, pre-grohtml, refer, soelim, tbl, tfmtodit, troff and -zsoelim (link to soelim)</para> +<para><emphasis>Installed programs</emphasis>: addftinfo, afmtodit, eqn, +eqn2graph, geqn (link to eqn), grn, 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)</para> </sect2> |