看板 DFBSD_commit 關於我們 聯絡資訊
commit 4a06b3fdd643918ebeb698c287ea9c58ae91f277 Author: Sascha Wildner <saw@online.de> Date: Thu Nov 19 09:31:02 2009 +0100 mandoc(1): Update to 1.9.14. - fixed proper font cascading (no double-mode in -Tascii) - added correct scoping of \f - fixed handling of \c for all input/outputs Thanks-to: Kristaps Dzonsons Summary of changes: usr.bin/mandoc/Makefile | 2 +- usr.bin/mandoc/chars.c | 7 +- usr.bin/mandoc/chars.in | 11 +- usr.bin/mandoc/html.c | 228 ++++++++++++++--------------- usr.bin/mandoc/html.h | 14 ++- usr.bin/mandoc/main.c | 2 +- usr.bin/mandoc/man.7 | 68 +++++++-- usr.bin/mandoc/man_html.c | 72 +++++---- usr.bin/mandoc/man_term.c | 160 ++++++--------------- usr.bin/mandoc/mandoc.1 | 195 ++++++++++++++++++------- usr.bin/mandoc/mandoc.c | 83 ++++++++++- usr.bin/mandoc/mandoc_char.7 | 24 +--- usr.bin/mandoc/mdoc.7 | 65 +++++++- usr.bin/mandoc/mdoc_html.c | 17 +-- usr.bin/mandoc/mdoc_term.c | 145 ++++++++++-------- usr.bin/mandoc/out.c | 191 ++++++++++++++++++++++++- usr.bin/mandoc/out.h | 27 +++- usr.bin/mandoc/term.c | 336 ++++++++++++++++++++++-------------------- usr.bin/mandoc/term.h | 21 +++- 19 files changed, 1042 insertions(+), 626 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4a06b3fdd643918ebeb698c287ea9c58ae91f277 -- DragonFly BSD source repository