[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.6 and 1.7

version 1.6, 1999/07/03 02:11:09 version 1.7, 1999/07/09 13:35:30
Line 50 
Line 50 
 contains all language definitions for  contains all language definitions for
 .Xr vgrind 1 .  .Xr vgrind 1 .
 The data base is  The data base is
 very similar to  very similar to
 .Xr termcap 5 .  .Xr termcap 5 .
 .Sh FIELDS  .Sh FIELDS
 The following table names and describes each field:  The following table names and describes each field:
Line 70 
Line 70 
 .It "kw str     a list of keywords separated by spaces"  .It "kw str     a list of keywords separated by spaces"
 .El  .El
 .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:
 .Bd -literal  .Bd -literal
 C|c:\  C|c:\
Line 96 
Line 96 
 Boolean capabilities which indicate that the language has  Boolean capabilities which indicate that the language has
 some particular feature  some particular feature
 and string  and string
 capabilities which give a regular expression or  capabilities which give a regular expression or
 keyword list.  keyword list.
 .Sh REGULAR  EXPRESSIONS  .Sh REGULAR  EXPRESSIONS
 .Nm vgrindefs  .Nm vgrindefs
 uses regular expression which are very similar to those of  uses regular expression which are very similar to those of
 .Xr ex 1  .Xr ex 1
 and  and
 .Xr lex 1 .  .Xr lex 1 .
Line 142 
Line 142 
 .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
 specified in lower case.  specified in lower case.
 .Sh FILES  .Sh FILES
 .Bl -tag -width /usr/share/misc/vgrindefs -compact  .Bl -tag -width /usr/share/misc/vgrindefs -compact

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