[BACK]Return to vgrindefs.5 CVS log [TXT][DIR] Up to [local] / src / usr.bin / vgrind

Diff for /src/usr.bin/vgrind/Attic/vgrindefs.5 between version 1.5 and 1.6

version 1.5, 1999/05/23 14:11:06 version 1.6, 1999/07/03 02:11:09
Line 69 
Line 69 
 .It "oc bool    present means upper and lower case are equivalent"  .It "oc bool    present means upper and lower case are equivalent"
 .It "kw str     a list of keywords separated by spaces"  .It "kw str     a list of keywords separated by spaces"
 .El  .El
 .Pp  
 .Sh EXAMPLES  .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:  typical of a language entry:
Line 140 
Line 139 
 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?"  and not characters.  Hence something like "(tramp|steamer)flies?"
 would match "tramp", "steamer", "trampflies", or "steamerflies".  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  The keyword list is just a list of keywords in the language separated
 by spaces.  If the "oc" boolean is specified, indicating that upper  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

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6