diff options
author | ru <ru@FreeBSD.org> | 2004-07-03 00:24:45 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-03 00:24:45 +0000 |
commit | ee5b7e52fa7d4baa499ee27a6be5d6d650a644f0 (patch) | |
tree | 76412bcb6a02dd46cf8013e9d05c34972eee83cf /usr.bin/vgrind | |
parent | d9e4eb9285216e2e83144e97e45c2bf123d17c9f (diff) | |
download | FreeBSD-src-ee5b7e52fa7d4baa499ee27a6be5d6d650a644f0.zip FreeBSD-src-ee5b7e52fa7d4baa499ee27a6be5d6d650a644f0.tar.gz |
Deal with double whitespace.
Diffstat (limited to 'usr.bin/vgrind')
-rw-r--r-- | usr.bin/vgrind/vgrindefs.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vgrind/vgrindefs.5 b/usr.bin/vgrind/vgrindefs.5 index 1bf73ae..b32883f 100644 --- a/usr.bin/vgrind/vgrindefs.5 +++ b/usr.bin/vgrind/vgrindefs.5 @@ -111,7 +111,7 @@ some particular feature and string capabilities which give a regular expression or keyword list. -.Sh REGULAR EXPRESSIONS +.Sh REGULAR EXPRESSIONS .Nm Vgrindefs uses regular expression which are very similar to those of .Xr ex 1 @@ -150,11 +150,11 @@ This is typically used for languages (like C) which can include the string delimiter in a string by escaping it. .El .Pp -Unlike other regular expressions in the system, these match words +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 |