All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.
@(#)vlp.1 6.1 (Berkeley) 04/29/85
Normally, vlp works as a filter and sends its output to the standard output. However, the -v switch pipes the output directly to vtroff. If no files are specified, then vlp reads from the standard input.
The following options are available:
-p The -p switch changes the size of the text from its default value of 8 points to one of 6, 8, 10, or 12 points. Once set, the point size is used for all subsequent files. This point size does not apply to embedded text (see -f below).
-d The -d switch puts vlp into debugging mode.
-f Vlp has a filtered mode in which all lines are passed unmodified, except those lines between the directives .Ls and .Le. This mode can be used to format Lisp code that is embedded in a document. The directive .Ls takes an optional argument that gives the point size for the embedded code. If not size is specified, the size of the surrounding text is used.
-l The -l switch prevents vlp from placing labels next to functions. This switch is useful for embedded Lisp code, where the labels would be distracting.
-v This switch cause vlp to send its output to vtroff rather than the standard output.
-T A title to be printed on each page may be specified by using the -T switch. The -T switch applies only to the next file name given. Titles are not printed for embedded text (see -f , above). This switch may not be used if vlp is reading from the standard input.