Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/vgrind Drop some spaces and a .Pp, sort SEE ALSO.



details:   https://anonhg.NetBSD.org/src/rev/07ee36efacdf
branches:  trunk
changeset: 518987:07ee36efacdf
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Dec 08 19:23:05 2001 +0000

description:
Drop some spaces and a .Pp, sort SEE ALSO.

diffstat:

 usr.bin/vgrind/vgrindefs.5 |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (46 lines):

diff -r 55e30d96f1d2 -r 07ee36efacdf usr.bin/vgrind/vgrindefs.5
--- a/usr.bin/vgrind/vgrindefs.5        Sat Dec 08 19:22:17 2001 +0000
+++ b/usr.bin/vgrind/vgrindefs.5        Sat Dec 08 19:23:05 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: vgrindefs.5,v 1.6 2001/12/01 16:43:27 wiz Exp $
+.\"    $NetBSD: vgrindefs.5,v 1.7 2001/12/08 19:23:05 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -69,7 +69,6 @@
 .It "oc        bool    present means upper and lower case are equivalent"
 .It "kw        str     a list of keywords separated by spaces"
 .El
-.Pp
 .Sh EXAMPLES
 The following entry, which describes the C language, is
 typical of a language entry.
@@ -99,7 +98,7 @@
 and string
 capabilities which give a regular expression or
 keyword list.
-.Sh REGULAR  EXPRESSIONS
+.Sh REGULAR EXPRESSIONS
 .Nm
 uses regular expression which are very similar to those of
 .Xr ex 1
@@ -140,7 +139,7 @@
 Unlike other regular expressions in the system,  these match words
 and not characters.  Hence something like "(tramp|steamer)flies?"
 would match "tramp", "steamer", "trampflies", or "steamerflies".
-.Sh KEYWORD  LIST
+.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
@@ -151,8 +150,8 @@
 File containing terminal descriptions.
 .El
 .Sh SEE ALSO
-.Xr vgrind 1 ,
-.Xr troff 1
+.Xr troff 1 ,
+.Xr vgrind 1
 .Sh HISTORY
 The
 .Nm



Home | Main Index | Thread Index | Old Index