mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
updated groff contents
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3001 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
88d2727f39
commit
c9455119f1
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -129,6 +129,7 @@ to which it belongs.</para>
|
||||
<listitem><para>env : <xref linkend="aa-coreutils"/></para></listitem>
|
||||
<listitem><para>enc2xs : <xref linkend="aa-perl"/></para></listitem>
|
||||
<listitem><para>eqn : <xref linkend="aa-groff"/></para></listitem>
|
||||
<listiten><para>e2n2graph : <xref linkend="aa-groff"/></para></listitem>
|
||||
<listitem><para>ex : <xref linkend="aa-vim"/></para></listitem>
|
||||
<listitem><para>expand : <xref linkend="aa-coreutils"/></para></listitem>
|
||||
<listitem><para>expiry : <xref linkend="aa-shadow"/></para></listitem>
|
||||
@ -181,6 +182,7 @@ to which it belongs.</para>
|
||||
<listitem><para>grn : <xref linkend="aa-groff"/></para></listitem>
|
||||
<listitem><para>grodvi : <xref linkend="aa-groff"/></para></listitem>
|
||||
<listitem><para>groff : <xref linkend="aa-groff"/></para></listitem>
|
||||
<listitem><para>groffer : <xref linkend="aa-groff"/></para></listitem>
|
||||
<listitem><para>grog : <xref linkend="aa-groff"/></para></listitem>
|
||||
<listitem><para>grolbp : <xref linkend="aa-groff"/></para></listitem>
|
||||
<listitem><para>grolj4 : <xref linkend="aa-groff"/></para></listitem>
|
||||
@ -430,6 +432,7 @@ to which it belongs.</para>
|
||||
<listitem><para>pgawk : <xref linkend="aa-gawk"/></para></listitem>
|
||||
<listitem><para>pgrep : <xref linkend="aa-procps"/></para></listitem>
|
||||
<listitem><para>pic : <xref linkend="aa-groff"/></para></listitem>
|
||||
<listitem><para>pic2graph : <xref linkend="aa-groff"/></para></listitem>
|
||||
<listitem><para>piconv : <xref linkend="aa-perl"/></para></listitem>
|
||||
<listitem><para>pidof : <xref linkend="aa-sysvinit"/></para></listitem>
|
||||
<listitem><para>ping : <xref linkend="aa-inetutils"/></para></listitem>
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
<!ENTITY groff-version "1.19">
|
||||
<!ENTITY groff-depversion "1.17.2">
|
||||
<!ENTITY groff-contversion "1.17.2">
|
||||
<!ENTITY groff-contversion "1.19">
|
||||
<!ENTITY groff-dir "groff-&groff-version;">
|
||||
<!ENTITY groff-package "groff-&groff-version;.tar.bz2">
|
||||
<!ENTITY groff-size "2,360 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user