Annotation of embedaddon/bird/doc/prog-spell.sed, revision 1.1.1.1

1.1       misho       1: s%<type>[^<]*</type>%%g
                      2: s%<param>[^<]*</param>%%g
                      3: s%<func>[^<]*</func>%%g
                      4: s%<funcdef>[^<]*</funcdef>%%g
                      5: s%<type/[^</]*/%%g
                      6: s%<param/[^</]*/%%g
                      7: s%<func/[^</]*/%%g
                      8: s%<funcdef/[^</]*/%%g
                      9: s%<struct/[^</]*/%%g
                     10: s%<const/[^</]*/%%g
                     11: s%<[^<>/ ]\+/%%g
                     12: s%</\?[^<>/ ]*>%%g
                     13: s%&[^;]*;%%g

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>