diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-03 02:11:14 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-03 02:11:14 +0000 |
commit | 42c11fbf7baba44829b8c25ba30b45b5ca31cb47 (patch) | |
tree | 8f5fe9d90500df93eebad8bd9c37a684878c0c7b /usr.bin/vgrind/vgrindefs.5 | |
parent | db2d339593cf72918f53fbe1aeb55e247c0896a7 (diff) |
remove redundant .Pp macros
Diffstat (limited to 'usr.bin/vgrind/vgrindefs.5')
-rw-r--r-- | usr.bin/vgrind/vgrindefs.5 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/vgrind/vgrindefs.5 b/usr.bin/vgrind/vgrindefs.5 index 81f1e700b28..58c6978b567 100644 --- a/usr.bin/vgrind/vgrindefs.5 +++ b/usr.bin/vgrind/vgrindefs.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vgrindefs.5,v 1.5 1999/05/23 14:11:06 aaron Exp $ +.\" $OpenBSD: vgrindefs.5,v 1.6 1999/07/03 02:11:09 aaron Exp $ .\" $NetBSD: vgrindefs.5,v 1.3 1994/11/17 08:28:07 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -69,7 +69,6 @@ The following table names and describes each field: .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: @@ -140,7 +139,7 @@ string delimiter in a string by escaping it. 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 |