]> Zhao Yanbai Git Server - minix.git/commit
update/fix manpage support
authorBen Gras <ben@minix3.org>
Mon, 26 Sep 2011 16:19:29 +0000 (16:19 +0000)
committerBen Gras <ben@minix3.org>
Wed, 28 Sep 2011 15:24:15 +0000 (15:24 +0000)
commit0c3983b25a88161cf074524e5c94585a2582ae82
tree768c4bf5e4a82115f287bb978401393eed70860d
parent8c9e62b299064fa2d920575124ba6493ddcd5b4a
update/fix manpage support

. add bsd-style MLINKS to minix man set, restoring aliases
  (e.g. man add64 -> int64)
. update daily cron script to run makewhatis and restore makewhatis
  in man Makefile (makedb), restores functionality of man -k
. netbsd imports of man, mdocml, makewhatis, libutil, apropos
. update man.conf with manpage locations, restoring man [-s] <section>
. throws out some obsolete manpages
248 files changed:
.gitignore
Makefile
commands/Makefile
commands/man/Makefile [deleted file]
commands/man/man.conf [deleted file]
commands/mdocml/ChangeLog.xsl [deleted file]
commands/mdocml/Makefile [deleted file]
commands/mdocml/chars.in [deleted file]
commands/mdocml/config.h [deleted file]
commands/mdocml/example.style.css [deleted file]
commands/mdocml/external.png [deleted file]
commands/mdocml/index.css [deleted file]
commands/mdocml/index.sgml [deleted file]
commands/mdocml/main.c [deleted file]
commands/mdocml/man_action.c [deleted file]
commands/mdocml/man_argv.c [deleted file]
commands/mdocml/man_validate.c [deleted file]
commands/mdocml/mandoc.c [deleted file]
commands/mdocml/mandoc.h [deleted file]
commands/mdocml/mdoc_action.c [deleted file]
commands/mdocml/mdoc_validate.c [deleted file]
commands/mdocml/out.c [deleted file]
commands/mdocml/roff.7 [deleted file]
commands/mdocml/roff.c [deleted file]
commands/mdocml/style.css [deleted file]
commands/mdocml/term_ps.c [deleted file]
common/lib/libutil/Makefile.inc [new file with mode: 0644]
common/lib/libutil/snprintb.c [new file with mode: 0644]
docs/UPDATING
etc/Makefile
etc/man.conf [new file with mode: 0644]
etc/usr/daily
lib/Makefile
lib/libutil/Makefile [new file with mode: 0644]
lib/libutil/compat/Makefile.inc [new file with mode: 0644]
lib/libutil/compat/compat_gepwconf.c [new file with mode: 0644]
lib/libutil/compat/compat_login.c [new file with mode: 0644]
lib/libutil/compat/compat_login_cap.c [new file with mode: 0644]
lib/libutil/compat/compat_loginx.c [new file with mode: 0644]
lib/libutil/compat/compat_logoutx.c [new file with mode: 0644]
lib/libutil/compat/compat_parsedate.c [new file with mode: 0644]
lib/libutil/compat/compat_passwd.c [new file with mode: 0644]
lib/libutil/compat/login_cap.h [new file with mode: 0644]
lib/libutil/compat/util.h [new file with mode: 0644]
lib/libutil/disklabel_dkcksum.3 [new file with mode: 0644]
lib/libutil/disklabel_dkcksum.c [new file with mode: 0644]
lib/libutil/disklabel_scan.3 [new file with mode: 0644]
lib/libutil/disklabel_scan.c [new file with mode: 0644]
lib/libutil/efun.3 [new file with mode: 0644]
lib/libutil/efun.c [new file with mode: 0644]
lib/libutil/getbootfile.3 [new file with mode: 0644]
lib/libutil/getbootfile.c [new file with mode: 0644]
lib/libutil/getlabelsector.3 [new file with mode: 0644]
lib/libutil/getlabelsector.c [new file with mode: 0644]
lib/libutil/getmaxpartitions.3 [new file with mode: 0644]
lib/libutil/getmaxpartitions.c [new file with mode: 0644]
lib/libutil/getmntopts.3 [new file with mode: 0644]
lib/libutil/getmntopts.c [new file with mode: 0644]
lib/libutil/getrawpartition.3 [new file with mode: 0644]
lib/libutil/getrawpartition.c [new file with mode: 0644]
lib/libutil/if_media.c [new file with mode: 0644]
lib/libutil/login.3 [new file with mode: 0644]
lib/libutil/login.c [new file with mode: 0644]
lib/libutil/login_cap.3 [new file with mode: 0644]
lib/libutil/login_cap.c [new file with mode: 0644]
lib/libutil/login_tty.c [new file with mode: 0644]
lib/libutil/loginx.3 [new file with mode: 0644]
lib/libutil/loginx.c [new file with mode: 0644]
lib/libutil/logout.c [new file with mode: 0644]
lib/libutil/logoutx.c [new file with mode: 0644]
lib/libutil/logwtmp.c [new file with mode: 0644]
lib/libutil/logwtmpx.c [new file with mode: 0644]
lib/libutil/opendisk.3 [new file with mode: 0644]
lib/libutil/opendisk.c [new file with mode: 0644]
lib/libutil/openpty.3 [new file with mode: 0644]
lib/libutil/parsedate.3 [new file with mode: 0644]
lib/libutil/parsedate.y [new file with mode: 0644]
lib/libutil/passwd.c [new file with mode: 0644]
lib/libutil/pidfile.3 [new file with mode: 0644]
lib/libutil/pidfile.c [new file with mode: 0644]
lib/libutil/pidlock.3 [new file with mode: 0644]
lib/libutil/pidlock.c [new file with mode: 0644]
lib/libutil/pty.c [new file with mode: 0644]
lib/libutil/pw_getconf.3 [new file with mode: 0644]
lib/libutil/pw_init.3 [new file with mode: 0644]
lib/libutil/pw_lock.3 [new file with mode: 0644]
lib/libutil/raise_default_signal.3 [new file with mode: 0644]
lib/libutil/raise_default_signal.c [new file with mode: 0644]
lib/libutil/secure_path.3 [new file with mode: 0644]
lib/libutil/secure_path.c [new file with mode: 0644]
lib/libutil/shlib_version [new file with mode: 0644]
lib/libutil/snprintb.3 [new file with mode: 0644]
lib/libutil/sockaddr_snprintf.3 [new file with mode: 0644]
lib/libutil/sockaddr_snprintf.c [new file with mode: 0644]
lib/libutil/stat_flags.3 [new file with mode: 0644]
lib/libutil/stat_flags.c [new file with mode: 0644]
lib/libutil/ttyaction.3 [new file with mode: 0644]
lib/libutil/ttyaction.c [new file with mode: 0644]
lib/libutil/ttymsg.3 [new file with mode: 0644]
lib/libutil/ttymsg.c [new file with mode: 0644]
lib/libutil/util.3 [new file with mode: 0644]
libexec/Makefile [new file with mode: 0644]
libexec/Makefile.inc [new file with mode: 0644]
libexec/makewhatis/Makefile [new file with mode: 0644]
libexec/makewhatis/makewhatis.8 [new file with mode: 0644]
libexec/makewhatis/makewhatis.c [new file with mode: 0644]
man/Makefile
man/man1/Makefile
man/man1/ossinfo.1 [deleted file]
man/man1/ossmix.1 [deleted file]
man/man1/ossplay.1 [deleted file]
man/man1/ossrecord.1 [deleted file]
man/man1/osstest.1 [deleted file]
man/man1/soundoff.1 [deleted file]
man/man1/soundon.1 [deleted file]
man/man2/Makefile
man/man3/Makefile
man/man4/Makefile
man/man5/Makefile
man/man7/Makefile
man/man7/oss_atiaudio.7 [deleted file]
man/man7/oss_audigyls.7 [deleted file]
man/man7/oss_audiopci.7 [deleted file]
man/man7/oss_cmi878x.7 [deleted file]
man/man7/oss_cmpci.7 [deleted file]
man/man7/oss_cs4281.7 [deleted file]
man/man7/oss_cs461x.7 [deleted file]
man/man7/oss_digi96.7 [deleted file]
man/man7/oss_emu10k1x.7 [deleted file]
man/man7/oss_envy24.7 [deleted file]
man/man7/oss_envy24ht.7 [deleted file]
man/man7/oss_fmedia.7 [deleted file]
man/man7/oss_geode.7 [deleted file]
man/man7/oss_hdaudio.7 [deleted file]
man/man7/oss_ich.7 [deleted file]
man/man7/oss_sblive.7 [deleted file]
man/man7/oss_sbpci.7 [deleted file]
man/man7/oss_sbxfi.7 [deleted file]
man/man7/oss_solo.7 [deleted file]
man/man7/oss_trident.7 [deleted file]
man/man7/oss_via823x.7 [deleted file]
man/man7/oss_via97.7 [deleted file]
man/man7/oss_ymf7xx.7 [deleted file]
man/man7/osscore.7 [deleted file]
man/man8/Makefile
man/man8/savemixer.8 [deleted file]
man/man8/vmixctl.8 [deleted file]
share/mk/bsd.own.mk
share/mk/minix.newlibc.mk
tools/nbsd_ports
usr.bin/Makefile
usr.bin/apropos/Makefile [new file with mode: 0644]
usr.bin/apropos/apropos.1 [new file with mode: 0644]
usr.bin/apropos/apropos.c [new file with mode: 0644]
usr.bin/man/Makefile [new file with mode: 0644]
usr.bin/man/man.1 [moved from commands/man/man.1 with 96% similarity]
usr.bin/man/man.c [moved from commands/man/man.c with 80% similarity]
usr.bin/man/man.conf.5 [moved from commands/man/man.conf.5 with 100% similarity]
usr.bin/man/manconf.c [moved from commands/man/manconf.c with 97% similarity]
usr.bin/man/manconf.h [moved from commands/man/manconf.h with 100% similarity]
usr.bin/man/pathnames.h [moved from commands/man/pathnames.h with 100% similarity]
usr.bin/mdocml/Makefile [new file with mode: 0644]
usr.bin/mdocml/Makefile.inc [new file with mode: 0644]
usr.bin/mdocml/bin/Makefile [new file with mode: 0644]
usr.bin/mdocml/bin/Makefile.inc [new file with mode: 0644]
usr.bin/mdocml/bin/mandoc/Makefile [new file with mode: 0644]
usr.bin/mdocml/dist/Makefile [new file with mode: 0644]
usr.bin/mdocml/dist/arch.c [moved from commands/mdocml/arch.c with 94% similarity]
usr.bin/mdocml/dist/arch.in [moved from commands/mdocml/arch.in with 92% similarity]
usr.bin/mdocml/dist/att.c [moved from commands/mdocml/att.c with 94% similarity]
usr.bin/mdocml/dist/att.in [moved from commands/mdocml/att.in with 95% similarity]
usr.bin/mdocml/dist/chars.c [moved from commands/mdocml/chars.c with 62% similarity]
usr.bin/mdocml/dist/chars.h [moved from commands/mdocml/chars.h with 71% similarity]
usr.bin/mdocml/dist/chars.in [new file with mode: 0644]
usr.bin/mdocml/dist/compat.c [moved from commands/mdocml/compat.c with 100% similarity]
usr.bin/mdocml/dist/config.h.post [new file with mode: 0644]
usr.bin/mdocml/dist/config.h.pre [new file with mode: 0644]
usr.bin/mdocml/dist/example.style.css [new file with mode: 0644]
usr.bin/mdocml/dist/external.png.uu [new file with mode: 0644]
usr.bin/mdocml/dist/html.c [moved from commands/mdocml/html.c with 78% similarity]
usr.bin/mdocml/dist/html.h [moved from commands/mdocml/html.h with 75% similarity]
usr.bin/mdocml/dist/lib.c [moved from commands/mdocml/lib.c with 94% similarity]
usr.bin/mdocml/dist/lib.in [moved from commands/mdocml/lib.in with 97% similarity]
usr.bin/mdocml/dist/libman.h [moved from commands/mdocml/libman.h with 81% similarity]
usr.bin/mdocml/dist/libmandoc.h [moved from commands/mdocml/libmandoc.h with 83% similarity]
usr.bin/mdocml/dist/libmdoc.h [moved from commands/mdocml/libmdoc.h with 83% similarity]
usr.bin/mdocml/dist/libroff.h [new file with mode: 0644]
usr.bin/mdocml/dist/main.c [new file with mode: 0644]
usr.bin/mdocml/dist/main.h [moved from commands/mdocml/main.h with 88% similarity]
usr.bin/mdocml/dist/man.3 [moved from commands/mdocml/man.3 with 70% similarity]
usr.bin/mdocml/dist/man.7 [moved from commands/mdocml/man.7 with 83% similarity]
usr.bin/mdocml/dist/man.c [moved from commands/mdocml/man.c with 83% similarity]
usr.bin/mdocml/dist/man.h [moved from commands/mdocml/man.h with 52% similarity]
usr.bin/mdocml/dist/man_argv.c [new file with mode: 0644]
usr.bin/mdocml/dist/man_hash.c [moved from commands/mdocml/man_hash.c with 94% similarity]
usr.bin/mdocml/dist/man_html.c [moved from commands/mdocml/man_html.c with 56% similarity]
usr.bin/mdocml/dist/man_macro.c [moved from commands/mdocml/man_macro.c with 95% similarity]
usr.bin/mdocml/dist/man_term.c [moved from commands/mdocml/man_term.c with 73% similarity]
usr.bin/mdocml/dist/man_validate.c [new file with mode: 0644]
usr.bin/mdocml/dist/mandoc [new file with mode: 0755]
usr.bin/mdocml/dist/mandoc.1 [moved from commands/mdocml/mandoc.1 with 57% similarity]
usr.bin/mdocml/dist/mandoc.c [new file with mode: 0644]
usr.bin/mdocml/dist/mandoc.h [new file with mode: 0644]
usr.bin/mdocml/dist/mandoc_char.7 [moved from commands/mdocml/mandoc_char.7 with 99% similarity]
usr.bin/mdocml/dist/mdoc.3 [moved from commands/mdocml/mdoc.3 with 67% similarity]
usr.bin/mdocml/dist/mdoc.7 [moved from commands/mdocml/mdoc.7 with 58% similarity]
usr.bin/mdocml/dist/mdoc.c [moved from commands/mdocml/mdoc.c with 76% similarity]
usr.bin/mdocml/dist/mdoc.h [moved from commands/mdocml/mdoc.h with 51% similarity]
usr.bin/mdocml/dist/mdoc_argv.c [moved from commands/mdocml/mdoc_argv.c with 98% similarity]
usr.bin/mdocml/dist/mdoc_hash.c [moved from commands/mdocml/mdoc_hash.c with 96% similarity]
usr.bin/mdocml/dist/mdoc_html.c [moved from commands/mdocml/mdoc_html.c with 63% similarity]
usr.bin/mdocml/dist/mdoc_macro.c [moved from commands/mdocml/mdoc_macro.c with 78% similarity]
usr.bin/mdocml/dist/mdoc_strings.c [moved from commands/mdocml/mdoc_strings.c with 96% similarity]
usr.bin/mdocml/dist/mdoc_term.c [moved from commands/mdocml/mdoc_term.c with 73% similarity]
usr.bin/mdocml/dist/mdoc_validate.c [new file with mode: 0644]
usr.bin/mdocml/dist/msec.c [moved from commands/mdocml/msec.c with 94% similarity]
usr.bin/mdocml/dist/msec.in [moved from commands/mdocml/msec.in with 71% similarity]
usr.bin/mdocml/dist/out.c [new file with mode: 0644]
usr.bin/mdocml/dist/out.h [moved from commands/mdocml/out.h with 55% similarity]
usr.bin/mdocml/dist/roff.3 [moved from commands/mdocml/roff.3 with 82% similarity]
usr.bin/mdocml/dist/roff.7 [new file with mode: 0644]
usr.bin/mdocml/dist/roff.c [new file with mode: 0644]
usr.bin/mdocml/dist/roff.h [moved from commands/mdocml/roff.h with 74% similarity]
usr.bin/mdocml/dist/st.c [moved from commands/mdocml/st.c with 94% similarity]
usr.bin/mdocml/dist/st.in [moved from commands/mdocml/st.in with 95% similarity]
usr.bin/mdocml/dist/tbl.7 [new file with mode: 0644]
usr.bin/mdocml/dist/tbl.c [new file with mode: 0644]
usr.bin/mdocml/dist/tbl_data.c [new file with mode: 0644]
usr.bin/mdocml/dist/tbl_html.c [new file with mode: 0644]
usr.bin/mdocml/dist/tbl_layout.c [new file with mode: 0644]
usr.bin/mdocml/dist/tbl_opts.c [new file with mode: 0644]
usr.bin/mdocml/dist/tbl_term.c [new file with mode: 0644]
usr.bin/mdocml/dist/term.c [moved from commands/mdocml/term.c with 69% similarity]
usr.bin/mdocml/dist/term.h [moved from commands/mdocml/term.h with 66% similarity]
usr.bin/mdocml/dist/term_ascii.c [moved from commands/mdocml/term_ascii.c with 68% similarity]
usr.bin/mdocml/dist/term_ps.c [new file with mode: 0644]
usr.bin/mdocml/dist/test-strlcat.c [moved from commands/mdocml/test-strlcat.c with 100% similarity]
usr.bin/mdocml/dist/test-strlcpy.c [moved from commands/mdocml/test-strlcpy.c with 100% similarity]
usr.bin/mdocml/dist/tree.c [moved from commands/mdocml/tree.c with 66% similarity]
usr.bin/mdocml/dist/vol.c [moved from commands/mdocml/vol.c with 94% similarity]
usr.bin/mdocml/dist/vol.in [moved from commands/mdocml/vol.in with 95% similarity]
usr.bin/mdocml/lib/Makefile [new file with mode: 0644]
usr.bin/mdocml/lib/Makefile.inc [new file with mode: 0644]
usr.bin/mdocml/lib/libman/Makefile [new file with mode: 0644]
usr.bin/mdocml/lib/libmdoc/Makefile [new file with mode: 0644]
usr.bin/mdocml/lib/libroff/Makefile [new file with mode: 0644]
usr.bin/mdocml/man/Makefile [new file with mode: 0644]
usr.bin/mdocml/prepare-import.sh [new file with mode: 0644]