Re: A couple of config(1) questions

2015-05-11 Thread Quentin Garnier
On Sun, May 10, 2015 at 11:08:34AM +0800, Paul Goyette wrote: The man page for config(9) says the syntax for including source files is file pathname [attributes [flags]] [rule] I should have deleted those parts from config(9) I guess. It never occurred to you to look at config(5)?

Re: A couple of config(1) questions

2015-05-10 Thread Paul Goyette
On Sun, 10 May 2015, Michael van Elst wrote: Just how complex can these expressions be? For example, can I use (a | b) (x | y | z) with parentheses? config uses a yacc grammar (src/usr.bin/config/gram.y): snip /* zero or more flags for a file */ fflags: /* empty */