mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
minus the vendor Makefiles Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade MFC after 2 weeks Discussed with: rpaulo Sponsored by: EMC / Isilon Storage Division
7 lines
118 B
Text
7 lines
118 B
Text
# cases involving NULs
|
|
aZb & a a
|
|
aZb &p a
|
|
aZb &p# (aZb) aZb
|
|
aZ*b &p# (ab) ab
|
|
a.b &# (aZb) aZb
|
|
a.* &# (aZb)c aZb
|