Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.bin/vgrind Pull up revision 1.9 (requested by wiz):



details:   https://anonhg.NetBSD.org/src/rev/7b5e592c286a
branches:  netbsd-1-5
changeset: 491445:7b5e592c286a
user:      he <he%NetBSD.org@localhost>
date:      Thu Apr 26 13:06:06 2001 +0000

description:
Pull up revision 1.9 (requested by wiz):
  Add section numbers for cross references, and whitespace fixes.

diffstat:

 usr.bin/vgrind/vgrind.1 |  38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)

diffs (109 lines):

diff -r 1725f25a8253 -r 7b5e592c286a usr.bin/vgrind/vgrind.1
--- a/usr.bin/vgrind/vgrind.1   Thu Apr 26 12:54:59 2001 +0000
+++ b/usr.bin/vgrind/vgrind.1   Thu Apr 26 13:06:06 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: vgrind.1,v 1.8 1999/03/22 18:16:46 garbled Exp $
+.\"    $NetBSD: vgrind.1,v 1.8.10.1 2001/04/26 13:06:06 he 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 @@
 .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 @@
 .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 @@
 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 @@
 .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.



Home | Main Index | Thread Index | Old Index