summaryrefslogtreecommitdiffstats
path: root/usr.bin/vgrind
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
committerdd <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
commit911ca14c8798a89d240d36ecbc63b5df5dd99f66 (patch)
tree62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.bin/vgrind
parenta145482cf625d5f04072fd1d20b5c2062cbe8e47 (diff)
downloadFreeBSD-src-911ca14c8798a89d240d36ecbc63b5df5dd99f66.zip
FreeBSD-src-911ca14c8798a89d240d36ecbc63b5df5dd99f66.tar.gz
Remove whitespace at EOL.
Diffstat (limited to 'usr.bin/vgrind')
-rw-r--r--usr.bin/vgrind/vgrind.130
-rw-r--r--usr.bin/vgrind/vgrindefs.512
2 files changed, 21 insertions, 21 deletions
diff --git a/usr.bin/vgrind/vgrind.1 b/usr.bin/vgrind/vgrind.1
index d16a69f..ef4e31f 100644
--- a/usr.bin/vgrind/vgrind.1
+++ b/usr.bin/vgrind/vgrind.1
@@ -40,7 +40,7 @@
.Nd grind nice listings of programs
.Sh SYNOPSIS
.Nm
-.Op Fl
+.Op Fl
.Op Fl W
.Op Fl d Ar file
.Op Fl f
@@ -54,7 +54,7 @@
.Ar name Ar ...
.Sh DESCRIPTION
.Nm Vgrind
-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,
@@ -64,12 +64,12 @@ page as it is encountered.
.Nm Vgrind
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
@@ -80,27 +80,27 @@ ends processing
.El
.Pp
These lines are formatted as described above. The output from this
-filter can be passed to
+filter can be passed to
.Xr troff
-for output. There need be no particular ordering with
+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 the postprocessor
for output,
.Xr psroff 1
-by default.
+by default.
.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 )
@@ -160,14 +160,14 @@ similar to the same option in
.Xr troff
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
@@ -192,7 +192,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.
diff --git a/usr.bin/vgrind/vgrindefs.5 b/usr.bin/vgrind/vgrindefs.5
index 4b7ca10..5ecbd7f 100644
--- a/usr.bin/vgrind/vgrindefs.5
+++ b/usr.bin/vgrind/vgrindefs.5
@@ -48,10 +48,10 @@ file
contains all language definitions for
.Xr vgrind 1 .
The data base is
-very similar to
+very similar to
.Xr termcap 5 .
.Sh FIELDS
-The following table names and describes each field.
+The following table names and describes each field.
.Pp
.Bl -column Namexxx Tpexxx
.It Sy "Name Type Description
@@ -81,7 +81,7 @@ while the string
.Ql $#
is an operator on an array.
.Sh EXAMPLES
-The following entry, which describes the C language, is
+The following entry, which describes the C language, is
typical of a language entry.
.Bd -literal
C|c:\
@@ -107,11 +107,11 @@ are of two types:
Boolean capabilities which indicate that the language has
some particular feature
and string
-capabilities which give a regular expression or
+capabilities which give a regular expression or
keyword list.
.Sh REGULAR EXPRESSIONS
.Nm Vgrindefs
-uses regular expression which are very similar to those of
+uses regular expression which are very similar to those of
.Xr ex 1
and
.Xr lex 1 .
@@ -153,7 +153,7 @@ would match "tramp", "steamer", "trampflies", or "steamerflies".
.Sh KEYWORD LIST
The keyword list is just a list of keywords in the language separated
by spaces. If the "oc" boolean is specified, indicating that upper
-and lower case are equivalent, then all the keywords should be
+and lower case are equivalent, then all the keywords should be
specified in lower case.
.Sh FILES
.Bl -tag -width /usr/share/misc/vgrindefs -compact
OpenPOWER on IntegriCloud