CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/10/17 14:51:33
Modified files:
regress/usr.bin/mandoc/man: Makefile
usr.bin/mandoc : man.c man.h man_html.c man_macro.c man_term.c
man_validate.c
Added files:
regress/usr.bin/mandoc/man/UR: Makefile args.in args.out_ascii
Log message:
Implement the .UR/.UE block (uniform resource identifier) introduced in the
man-ext macros by Eric S. Raymond, enabled by default in groff_man(7).
Usual disclaimer: You don't write new man(7) code, so you are not going
to use these, either.
Improves e.g. the bzr(1) and etherape(1) manuals.
Thanks to naddy@ for bringing these to my attention.