summaryrefslogtreecommitdiff
path: root/usr.bin/vgrind/vgrindefs.5
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-07-09 13:36:00 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-07-09 13:36:00 +0000
commit078c2448197a826265f74828b3159d758f1f0ceb (patch)
treeef3b0d7b2b6fcf1328ac8953d9e2abf6431093ea /usr.bin/vgrind/vgrindefs.5
parent3610cb2f5b1eeb5e599fcca418780b43c2f30b6d (diff)
- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
Diffstat (limited to 'usr.bin/vgrind/vgrindefs.5')
-rw-r--r--usr.bin/vgrind/vgrindefs.512
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/vgrind/vgrindefs.5 b/usr.bin/vgrind/vgrindefs.5
index 58c6978b567..3219f7635b3 100644
--- a/usr.bin/vgrind/vgrindefs.5
+++ b/usr.bin/vgrind/vgrindefs.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vgrindefs.5,v 1.6 1999/07/03 02:11:09 aaron Exp $
+.\" $OpenBSD: vgrindefs.5,v 1.7 1999/07/09 13:35:30 aaron Exp $
.\" $NetBSD: vgrindefs.5,v 1.3 1994/11/17 08:28:07 jtc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -50,7 +50,7 @@ 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:
@@ -70,7 +70,7 @@ The following table names and describes each field:
.It "kw str a list of keywords separated by spaces"
.El
.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:\
@@ -96,11 +96,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 .
@@ -142,7 +142,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