1 ; See comments at end of this file
5 ; Blank lines & lines beginning with a ; are ignored.
6 ; foo: fum -> simple replacement
7 ; foo: fum, fie -> list replacement
8 ; foo: < file -> list replacement from file
9 ; foo: = group -> list replacement from UNIX group
10 ; foo: * -> list replacement by ALL users in /etc/passwd
12 ; foo*: fum -> matches foo<anything> (incl null)