diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-03 00:24:45 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-03 00:24:45 +0000 |
| commit | 557b7fa1488f8937156051e061ac3512330bcb7e (patch) | |
| tree | 76412bcb6a02dd46cf8013e9d05c34972eee83cf /usr.bin/vgrind | |
| parent | bac7835b60cdcb2c9da2ead06274d95b6563fc3d (diff) | |
Notes
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 1bf73aecde4b..b32883fbfb59 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 |
