|
groff(1) -- front end for the groff document formatting system
|
groff is a front-end to the groff document formatting system. Normally it runs the troff program and a postprocessor appropriate for the selected device. Available devices are: ps For PostScript print... |
grog(1) -- guess options for groff command
|
grog reads files and guesses which of the groff(1) options -e, -man, -me, -mm, -ms, -p, -R, -g, -G, -s, and -t are required for printing files, and prints the groff command including those options on ... |
|
grohtml(1) -- html driver for groff
|
grohtml translates the output of GNU troff to html. Normally grohtml should be invoked by using the groff command with a -Thtml option. If no files are given, grohtml will read the standard input. A f... |
grolbp(1) -- groff driver for Canon CAPSL printers (LBP-4 and
|
grolbp is a driver for groff that produces output in CAPSL and VDM format suitable for Canon LBP-4 and LBP-8 printers. For compatibility with grolj4 there is an additional drawing command available: ... |
grolj4(1) -- groff driver for HP Laserjet 4 family
|
grolj4 is a driver for groff that produces output in PCL5 format suitable for an HP Laserjet 4 printer. There is an additional drawing command available: \D'R dh dv' Draw a rule (solid black rectan... |
grops(1) -- PostScript driver for groff
|
grops translates the output of GNU troff to PostScript. Normally grops should be invoked by using the groff command with a -Tps option. (Actually, this is the default for groff.) If no files are given... |
grotty(1) -- groff driver for typewriter-like devices
|
grotty translates the output of GNU troff into a form suitable for typewriter-like devices. Normally grotty should invoked by using the groff command with a -Tascii, -Tlatin1 or -Tutf8 option on ASCII... |
hpftodit(1) -- create font description files for use with
|
hpftodit creates a font file for use with groff -Tlj4 from an HP tagged font metric file. tfm_file is the name of the tagged font metric file for the font. map_file is a file giving the groff names fo... |
indxbib(1) -- make inverted index for bibliographic databases
|
indxbib makes an inverted index for the bibliographic databases in filename... for use with refer(1), look- bib(1), and lkbib(1). The index will be named filename.i; the index is written to a temporar... |
ld(1) -- the GNU linker
|
ld combines a number of object and archive files, relocates their data and ties up symbol references. Often the last step in building a new compiled program to run is a call to ld. ld accepts Linker C... |
lex(1) -- fast lexical analyzer generator
|
flex is a tool for generating scanners: programs which recognized lexical patterns in text. flex reads the given input files, or its standard input if no file names are given, for a description of a s... |
lint(1) -- a C program verifier
|
lint attempts to detect features of the named C program files that are likely to be bugs, to be non-portable, or to be wasteful. It also performs stricter type checking than does the C compiler. lint ... |
lkbib(1) -- search bibliographic databases
|
lkbib searches bibliographic databases for references that contain the keys key... and prints any references found on the standard output. lkbib will search any databases given by -p options, and then... |
lookbib(1) -- search bibliographic databases
|
lookbib prints a prompt on the standard error (unless the standard input is not a terminal), reads from the standard input a line containing a set of keywords, searches the bibliographic databases fil... |
lorder(1) -- list dependencies for object files
|
The lorder utility uses nm(1) to determine interdependencies in the list of object files specified on the command line. lorder outputs a list of file names where the first file contains a symbol which... |