source: appendixa/groff-desc.xml@ 9e58f8ee

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_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 9e58f8ee was 17476c5, checked in by Alex Gronenwoud <alex@…>, 20 years ago

Removing some excess white space.

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

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