source: appendixa/groff-desc.xml@ 7e602eab

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk v5_0 v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 7e602eab was 978d0bf, checked in by Alex Gronenwoud <alex@…>, 21 years ago

Changing the style of the command descriptions in appendix A.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 4.1 KB
Line 
1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
2
3<sect2><title>Descriptions</title>
4
5<para>(Last checked against version &groff-contversion;.)</para>
6
7<sect3><title>Program file descriptions</title>
8
9<para><command>addftinfo</command> reads a troff font file and adds some
10additional font-metric information that is used by the groff system.</para>
11
12<para><command>afmtodit</command> creates a font file for use with
13groff and grops.</para>
14
15<para><command>eqn</command> compiles descriptions of equations embedded
16within troff input files into commands that are understood by troff.</para>
17
18<para><command>grn</command> is a groff preprocessor for gremlin files.</para>
19
20<para><command>grodvi</command> is a driver for groff that produces TeX dvi format.</para>
21
22<para><command>groff</command> is a front-end to the groff document
23formatting system. Normally it runs the troff program and a post-processor
24appropriate for the selected device.</para>
25
26<para><command>grog</command> reads files and guesses which of the groff
27options -e, -man, -me, -mm, -ms, -p, -s, and -t are required for printing
28files, and reports the groff command including those options.</para>
29
30<para><command>grolbp</command> is a groff driver for Canon CAPSL printers
31(LBP-4 and LBP-8 series laser printers).</para>
32
33<para><command>grolj4</command> is a driver for groff that produces output
34in PCL5 format suitable for an HP Laserjet 4 printer.</para>
35
36<para><command>grops</command> translates the output of GNU troff to
37Postscript.</para>
38
39<para><command>grotty</command> translates the output of GNU troff into
40a form suitable for typewriter-like devices.</para>
41
42<para><command>gtbl</command> is the GNU implementation of tbl.</para>
43
44<para><command>hpftodit</command> creates a font file for use with
45groff -Tlj4 from an HP-tagged font metric file.</para>
46
47<para><command>indxbib</command> makes an inverted index for the
48bibliographic databases a specified file for use with refer, lookbib,
49and lkbib.</para>
50
51<para><command>lkbib</command> searches bibliographic databases for
52references that contain specified keys and reports any references found.</para>
53
54<para><command>lookbib</command> prints a prompt on the standard error
55(unless the standard input is not a terminal), reads from the standard input
56a line containing a set of keywords, searches the bibliographic databases in
57a specified file for references containing those keywords, prints any
58references found on the standard output and repeats this process until the
59end of input.</para>
60
61<para><command>mmroff</command> is a simple preprocessor for groff.</para>
62
63<para><command>neqn</command> formats equations for ascii output.</para>
64
65<para><command>nroff</command> is a script that emulates the nroff command
66using groff.</para>
67
68<para><command>pfbtops</command> translates a Postscript font in .pfb
69format to ASCII.</para>
70
71<para><command>pic</command> compiles descriptions of pictures embedded
72within troff or TeX input files into commands understood by TeX or troff.</para>
73
74<para><command>pre-grohtml </command> translates the output of GNU troff
75to html.</para>
76
77<para><command>post-grohtml</command> translates the output of GNU troff
78to html.</para>
79
80<para><command>refer</command> copies the contents of a file to the
81standard output, except that lines between .[ and .] are interpreted as
82citations, and lines between .R1 and .R2 are interpreted as commands about
83how citations are to be processed.</para>
84
85<para><command>soelim</command> reads files and replaces lines of the form
86<emphasis>.so file</emphasis> by the contents of the mentioned
87<emphasis>file</emphasis>.</para>
88
89<para><command>tbl</command> compiles descriptions of tables embedded
90within troff input files into commands that are understood by troff.</para>
91
92<para><command>tfmtodit</command> creates a font file for use with
93groff -Tdvi.</para>
94
95<para><command>troff</command> is highly compatible with Unix troff.
96Usually it should be invoked using the groff command, which will also run
97preprocessors and post-processors in the appropriate order and with the
98appropriate options.</para>
99
100<para><command>zsoelim</command> is the GNU implementation of soelim.</para>
101
102</sect3>
103
104</sect2>
105
Note: See TracBrowser for help on using the repository browser.