CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2011/01/30 09:05:29
Modified files: share/man/man7 : mandoc_char.7 usr.bin/mandoc : chars.c chars.h html.c out.c out.h term.c regress/usr.bin/mandoc/char: Makefile Added files: regress/usr.bin/mandoc/char/N: Makefile basic.in basic.out_ascii Log message: Implement the \N'number' (numbered character) roff escape sequence. Don't use it in new manuals, it is inherently non-portable, but we need it for backward-compatibility with existing manuals, for example in Xenocara driver pages. ok kristaps@ matthieu@ jmc@