Add section to xrefs. Whitespace fixes.

This commit is contained in:
wiz 2001-04-04 09:50:17 +00:00
parent 3bc2f49491
commit cdf92651cc
1 changed files with 19 additions and 19 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: vgrind.1,v 1.8 1999/03/22 18:16:46 garbled Exp $
.\" $NetBSD: vgrind.1,v 1.9 2001/04/04 09:50:17 wiz Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -41,7 +41,7 @@
.Nd grind nice listings of programs
.Sh SYNOPSIS
.Nm ""
.Op Fl
.Op Fl
.Op Fl W
.Bk -words
.Op Fl d Ar file
@ -60,7 +60,7 @@
.Ar
.Sh DESCRIPTION
.Nm
formats the program sources which are arguments
formats the program sources which are arguments
in a nice style using
.Xr troff 1 .
Comments are placed in italics, keywords in bold face,
@ -70,12 +70,12 @@ page as it is encountered.
.Nm
runs in two basic modes, filter mode (see the
.Fl f
option) or regular mode. In filter mode
option) or regular mode. In filter mode
.Nm
acts as a filter in a manner similar to
.Xr tbl 1 .
The standard input is passed directly to the standard output except
for lines bracketed by the
for lines bracketed by the
.Em troff-like
macros:
.Bl -tag -width Ds
@ -86,26 +86,26 @@ ends processing
.El
.Pp
These lines are formatted as described above. The output from this
filter can be passed to
.Xr troff
for output. There need be no particular ordering with
filter can be passed to
.Xr troff 1
for output. There need be no particular ordering with
.Xr eqn 1
or
.Xr tbl 1 .
.Pp
In regular mode
In regular mode
.Nm
accepts input files, processes them, and passes them to
accepts input files, processes them, and passes them to
.Xr troff 1
for output.
for output.
.Pp
In both modes
In both modes
.Nm
passes any lines beginning with a decimal point without conversion.
.Pp
The options are:
.Bl -tag -width Ar
.It Fl
.It Fl
forces input to be taken from standard input (default if
.Fl f
is specified )
@ -152,17 +152,17 @@ specifies a point size to use on output (exactly the same as the argument
of a .ps)
.It Fl t
similar to the same option in
.Xr troff
.Xr troff 1
causing formatted text to go to the standard output
.It Fl x
outputs the index file in a ``pretty'' format.
The index file itself is produced whenever
outputs the index file in a ``pretty'' format.
The index file itself is produced whenever
.Nm
is run with a file called
is run with a file called
.Pa index
in the current directory.
The index of function
definitions can then be run off by giving
definitions can then be run off by giving
.Nm
the
.Fl x
@ -189,7 +189,7 @@ language descriptions
.Sh BUGS
Vfontedpr assumes that a certain programming style is followed:
.Pp
For
For
.Tn C
\- function names can be preceded on a line only by spaces, tabs, or an
asterisk. The parenthesized arguments must also be on the same line.