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