git: man(1): Lots of cleanup.

看板DFBSD_commit作者時間15年前 (2010/07/11 17:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 433a8ba92fd1cb1027579a683f3dce01d722346e Author: Sascha Wildner <saw@online.de> Date: Sun Jul 11 11:21:43 2010 +0200 man(1): Lots of cleanup. Remove 'register', ansify, remove dead code for Xenix and whatnot etc. No functional changes. Raise WARNS to 6. Summary of changes: gnu/usr.bin/man/Makefile | 2 - gnu/usr.bin/man/Makefile.inc | 3 +- gnu/usr.bin/man/TODO | 2 - gnu/usr.bin/man/apropos/Makefile | 15 +- gnu/usr.bin/man/apropos/apropos.1 | 47 ++++ gnu/usr.bin/man/apropos/apropos.man | 48 ---- gnu/usr.bin/man/apropos/apropos.sh | 7 +- gnu/usr.bin/man/lib/Makefile | 16 -- gnu/usr.bin/man/lib/config.h | 181 ++++++++++++++ gnu/usr.bin/man/lib/config.h_dist | 210 ---------------- gnu/usr.bin/man/lib/gripes.c | 50 ++--- gnu/usr.bin/man/lib/gripes.h | 28 +- gnu/usr.bin/man/lib/util.c | 41 +-- gnu/usr.bin/man/lib/util.h | 15 ++ gnu/usr.bin/man/man/Makefile | 19 +-- gnu/usr.bin/man/man/glob.c | 191 +++------------ gnu/usr.bin/man/man/man.1 | 271 +++++++++++++++++++++ gnu/usr.bin/man/man/man.c | 407 +++++++++----------------------- gnu/usr.bin/man/man/man.man | 272 --------------------- gnu/usr.bin/man/man/ndir.h | 18 -- gnu/usr.bin/man/manpath/Makefile | 9 +- gnu/usr.bin/man/manpath/manpath.1 | 98 ++++++++ gnu/usr.bin/man/manpath/manpath.c | 103 +++------ gnu/usr.bin/man/manpath/manpath.config | 1 - gnu/usr.bin/man/manpath/manpath.man | 99 -------- 25 files changed, 844 insertions(+), 1309 deletions(-) create mode 100644 gnu/usr.bin/man/apropos/apropos.1 delete mode 100644 gnu/usr.bin/man/apropos/apropos.man create mode 100644 gnu/usr.bin/man/lib/config.h delete mode 100644 gnu/usr.bin/man/lib/config.h_dist create mode 100644 gnu/usr.bin/man/lib/util.h create mode 100644 gnu/usr.bin/man/man/man.1 delete mode 100644 gnu/usr.bin/man/man/man.man create mode 100644 gnu/usr.bin/man/manpath/manpath.1 delete mode 100644 gnu/usr.bin/man/manpath/manpath.man http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/433a8ba92fd1cb1027579a683f3dce01d722346e -- DragonFly BSD source repository
文章代碼(AID): #1CEO-Ljc (DFBSD_commit)