mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -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
9 lines
170 B
Text
9 lines
170 B
Text
# check out the STARTEND option
|
|
[abc] &# a(b)c b
|
|
[abc] &# a(d)c
|
|
[abc] &# a(bc)d b
|
|
[abc] &# a(dc)d c
|
|
. &# a()c
|
|
b.*c &# b(bc)c bc
|
|
b.* &# b(bc)c bc
|
|
.*c &# b(bc)c bc
|