Adds fixed up /usr/src/share
authorAndy Valencia <ajv@csd.mot.com>
Wed, 10 Mar 1993 00:00:00 +0000 (00:00 +0000)
committerAndy Valencia <ajv@csd.mot.com>
Wed, 10 Mar 1993 00:00:00 +0000 (00:00 +0000)
commit2a317ca25fa5ec1b0ac221043d2c1164c4ecba72
treef7828e6a08bba00c5f0ef5f9810d5268c6e96a9c
parent552bf631b506f1a410ed1ae0ebb90bbc3fb0dfe0
Adds fixed up /usr/src/share

This patch adds many manual pages to /usr/src/share, including
the new manual pages for bpf, pcfs and spkr.  And most of the other parts of
/usr/src/share from the etcdist.  A lot of cleanup work went into fixing
the etcdist stuff when it was moved.

A revised set of /usr/src/share/mk files is included that fixes
things like support for c++ files in make depend, make cleandir now removes
.depend, tags and the obj link/dir.  Added missing bsd.own.mk.  Added COPY
option to all install commands so you can turn one nob and get either
install -c or install.

Fixed the manual page for tp.4, it had a \(*e (epsilon) character
request that mandoc did not grock, so I replaced it with the word epsilon.

Rodney Grimes about Andy Valencia's fix:
This is a patch based upon Andy Valencia's patch to
/usr/othersrc/share/man/makewhatis.sed.  It REALLY fixes man -k.

NOTE: This patch upgraded at patchkit 0.2.3 to fix usr.share vs share and
add much more of /usr/src/share.  Still did not move dict, doc and misc as
they are rather large.

NOTE: Some of these man pages are seriously out of date and need to
be rewritten.  Also there are no device manual pages for the i386
architecture.  There are many man pages for the vax, tahoe and hp300
that could be edited into man pages for the i386, such as autoconf(8).
I did not include any of the other architectures in this patch, only
the i386 files.

AUTHOR: Andy Valencia (ajv@csd.mot.com) (makewhatis.sed fixes)
AUTHOR: Rodney W. Grimes (rgrimes@agora.rain.com) (all other fixes)
386BSD-Patchkit: patch00101
179 files changed:
usr/src/share/Makefile [new file with mode: 0644]
usr/src/share/Makefile.inc [new file with mode: 0644]
usr/src/share/man/Makefile [new file with mode: 0644]
usr/src/share/man/makewhatis.sed [new file with mode: 0644]
usr/src/share/man/man0/COPYRIGHT [new file with mode: 0644]
usr/src/share/man/man1/Makefile [new file with mode: 0644]
usr/src/share/man/man1/intro.1 [new file with mode: 0644]
usr/src/share/man/man3/Makefile [new file with mode: 0644]
usr/src/share/man/man3/assert.3 [new file with mode: 0644]
usr/src/share/man/man3/bitstring.3 [new file with mode: 0644]
usr/src/share/man/man3/end.3 [new file with mode: 0644]
usr/src/share/man/man3/intro.3 [new file with mode: 0644]
usr/src/share/man/man3/stdarg.3 [new file with mode: 0644]
usr/src/share/man/man4/Makefile [new file with mode: 0644]
usr/src/share/man/man4/bpf.4 [new file with mode: 0644]
usr/src/share/man/man4/clnp.4 [new file with mode: 0644]
usr/src/share/man/man4/cltp.4 [new file with mode: 0644]
usr/src/share/man/man4/drum.4 [new file with mode: 0644]
usr/src/share/man/man4/esis.4 [new file with mode: 0644]
usr/src/share/man/man4/fd.4 [new file with mode: 0644]
usr/src/share/man/man4/icmp.4 [new file with mode: 0644]
usr/src/share/man/man4/idp.4 [new file with mode: 0644]
usr/src/share/man/man4/imp.4 [new file with mode: 0644]
usr/src/share/man/man4/inet.4 [new file with mode: 0644]
usr/src/share/man/man4/ip.4 [new file with mode: 0644]
usr/src/share/man/man4/iso.4 [new file with mode: 0644]
usr/src/share/man/man4/kadb.4 [new file with mode: 0644]
usr/src/share/man/man4/lo.4 [new file with mode: 0644]
usr/src/share/man/man4/man4.i386/Makefile [new file with mode: 0644]
usr/src/share/man/man4/man4.i386/mem.4 [new file with mode: 0644]
usr/src/share/man/man4/man4.i386/spkr.4 [new file with mode: 0644]
usr/src/share/man/man4/netintro.4 [new file with mode: 0644]
usr/src/share/man/man4/ns.4 [new file with mode: 0644]
usr/src/share/man/man4/nsip.4 [new file with mode: 0644]
usr/src/share/man/man4/null.4 [new file with mode: 0644]
usr/src/share/man/man4/pty.4 [new file with mode: 0644]
usr/src/share/man/man4/route.4 [new file with mode: 0644]
usr/src/share/man/man4/spp.4 [new file with mode: 0644]
usr/src/share/man/man4/tcp.4 [new file with mode: 0644]
usr/src/share/man/man4/tp.4 [new file with mode: 0644]
usr/src/share/man/man4/udp.4 [new file with mode: 0644]
usr/src/share/man/man4/unix.4 [new file with mode: 0644]
usr/src/share/man/man5/Makefile [new file with mode: 0644]
usr/src/share/man/man5/a.out.5 [new file with mode: 0644]
usr/src/share/man/man5/acct.5 [new file with mode: 0644]
usr/src/share/man/man5/core.5 [new file with mode: 0644]
usr/src/share/man/man5/dir.5 [new file with mode: 0644]
usr/src/share/man/man5/disktab.5 [new file with mode: 0644]
usr/src/share/man/man5/fs.5 [new file with mode: 0644]
usr/src/share/man/man5/fstab.5 [new file with mode: 0644]
usr/src/share/man/man5/group.5 [new file with mode: 0644]
usr/src/share/man/man5/hosts.5 [new file with mode: 0644]
usr/src/share/man/man5/networks.5 [new file with mode: 0644]
usr/src/share/man/man5/passwd.5 [new file with mode: 0644]
usr/src/share/man/man5/pcfs.5 [new file with mode: 0644]
usr/src/share/man/man5/phones.5 [new file with mode: 0644]
usr/src/share/man/man5/printcap.5 [new file with mode: 0644]
usr/src/share/man/man5/protocols.5 [new file with mode: 0644]
usr/src/share/man/man5/remote.5 [new file with mode: 0644]
usr/src/share/man/man5/resolver.5 [new file with mode: 0644]
usr/src/share/man/man5/services.5 [new file with mode: 0644]
usr/src/share/man/man5/shells.5 [new file with mode: 0644]
usr/src/share/man/man5/stab.5 [new file with mode: 0644]
usr/src/share/man/man5/types.5 [new file with mode: 0644]
usr/src/share/man/man5/utmp.5 [new file with mode: 0644]
usr/src/share/man/man7/Makefile [new file with mode: 0644]
usr/src/share/man/man7/ascii.7 [new file with mode: 0644]
usr/src/share/man/man7/environ.7 [new file with mode: 0644]
usr/src/share/man/man7/hier.7 [new file with mode: 0644]
usr/src/share/man/man7/hostname.7 [new file with mode: 0644]
usr/src/share/man/man7/intro.7 [new file with mode: 0644]
usr/src/share/man/man7/mailaddr.7 [new file with mode: 0644]
usr/src/share/man/man7/mdoc.samples.7 [new file with mode: 0644]
usr/src/share/man/man7/operator.7 [new file with mode: 0644]
usr/src/share/man/man8/Makefile [new file with mode: 0644]
usr/src/share/man/man8/adduser.8 [new file with mode: 0644]
usr/src/share/man/man8/intro.8 [new file with mode: 0644]
usr/src/share/man/man8/makedev.8 [new file with mode: 0644]
usr/src/share/man/man8/man8.i386/MAKEDEV.8 [new file with mode: 0644]
usr/src/share/man/man8/man8.i386/Makefile [new file with mode: 0644]
usr/src/share/man/man8/rc.8 [new file with mode: 0644]
usr/src/share/man/man8/sticky.8 [new file with mode: 0644]
usr/src/share/me/Makefile [new file with mode: 0644]
usr/src/share/me/acm.me [new file with mode: 0644]
usr/src/share/me/chars.me [new file with mode: 0644]
usr/src/share/me/deltext.me [new file with mode: 0644]
usr/src/share/me/eqn.me [new file with mode: 0644]
usr/src/share/me/float.me [new file with mode: 0644]
usr/src/share/me/footnote.me [new file with mode: 0644]
usr/src/share/me/index.me [new file with mode: 0644]
usr/src/share/me/letterhead.me [new file with mode: 0644]
usr/src/share/me/local.me [new file with mode: 0644]
usr/src/share/me/me.7 [new file with mode: 0644]
usr/src/share/me/null.me [new file with mode: 0644]
usr/src/share/me/refer.me [new file with mode: 0644]
usr/src/share/me/revisions [new file with mode: 0644]
usr/src/share/me/sh.me [new file with mode: 0644]
usr/src/share/me/strip.sed [new file with mode: 0644]
usr/src/share/me/summary.external [new file with mode: 0644]
usr/src/share/me/tbl.me [new file with mode: 0644]
usr/src/share/me/test/test.accent [new file with mode: 0644]
usr/src/share/me/test/test.umlaut [new file with mode: 0644]
usr/src/share/me/thesis.me [new file with mode: 0644]
usr/src/share/me/tmac.e [new file with mode: 0644]
usr/src/share/mk/Makefile [new file with mode: 0644]
usr/src/share/mk/bsd.README [new file with mode: 0644]
usr/src/share/mk/bsd.doc.mk [new file with mode: 0644]
usr/src/share/mk/bsd.lib.mk [new file with mode: 0644]
usr/src/share/mk/bsd.man.mk [new file with mode: 0644]
usr/src/share/mk/bsd.own.mk [new file with mode: 0644]
usr/src/share/mk/bsd.prog.mk [new file with mode: 0644]
usr/src/share/mk/bsd.subdir.mk [new file with mode: 0644]
usr/src/share/mk/sys.mk [new file with mode: 0644]
usr/src/share/skel/Makefile [new file with mode: 0644]
usr/src/share/skel/dot.cshrc [new file with mode: 0644]
usr/src/share/skel/dot.login [new file with mode: 0644]
usr/src/share/skel/dot.mailrc [new file with mode: 0644]
usr/src/share/skel/dot.profile [new file with mode: 0644]
usr/src/share/skel/dot.rhosts [new file with mode: 0644]
usr/src/share/tabset/3101 [new file with mode: 0644]
usr/src/share/tabset/9837 [new file with mode: 0644]
usr/src/share/tabset/Makefile [new file with mode: 0644]
usr/src/share/tabset/aa [new file with mode: 0644]
usr/src/share/tabset/aed512 [new file with mode: 0644]
usr/src/share/tabset/beehive [new file with mode: 0644]
usr/src/share/tabset/diablo [new file with mode: 0644]
usr/src/share/tabset/dtc382 [new file with mode: 0644]
usr/src/share/tabset/hp700-wy [new file with mode: 0644]
usr/src/share/tabset/ibm3101 [new file with mode: 0644]
usr/src/share/tabset/std [new file with mode: 0644]
usr/src/share/tabset/stdcrt [new file with mode: 0644]
usr/src/share/tabset/tandem653 [new file with mode: 0644]
usr/src/share/tabset/teleray [new file with mode: 0644]
usr/src/share/tabset/vt100 [new file with mode: 0644]
usr/src/share/tabset/wyse-adds [new file with mode: 0644]
usr/src/share/tabset/xerox1720 [new file with mode: 0644]
usr/src/share/tabset/xerox1730 [new file with mode: 0644]
usr/src/share/tabset/xerox1730-lm [new file with mode: 0644]
usr/src/share/tabset/zenith29 [new file with mode: 0644]
usr/src/share/termcap/Makefile [new file with mode: 0644]
usr/src/share/termcap/README [new file with mode: 0644]
usr/src/share/termcap/map3270 [new file with mode: 0644]
usr/src/share/termcap/reorder [new file with mode: 0644]
usr/src/share/termcap/tck [new file with mode: 0644]
usr/src/share/termcap/termcap.5 [new file with mode: 0644]
usr/src/share/termcap/termcap.src [new file with mode: 0644]
usr/src/share/tmac/Makefile [new file with mode: 0644]
usr/src/share/tmac/README [new file with mode: 0644]
usr/src/share/tmac/doc [new file with mode: 0644]
usr/src/share/tmac/doc-common [new file with mode: 0644]
usr/src/share/tmac/doc-ditroff [new file with mode: 0644]
usr/src/share/tmac/doc-nroff [new file with mode: 0644]
usr/src/share/tmac/doc-syms [new file with mode: 0644]
usr/src/share/tmac/strip.sed [new symlink]
usr/src/share/tmac/tmac.andoc [new file with mode: 0644]
usr/src/share/tmac/tmac.doc.old [new file with mode: 0644]
usr/src/share/zoneinfo/Makefile [new file with mode: 0644]
usr/src/share/zoneinfo/datfiles/africa [new file with mode: 0644]
usr/src/share/zoneinfo/datfiles/antarctica [new file with mode: 0644]
usr/src/share/zoneinfo/datfiles/asia [new file with mode: 0644]
usr/src/share/zoneinfo/datfiles/australasia [new file with mode: 0644]
usr/src/share/zoneinfo/datfiles/etcetera [new file with mode: 0644]
usr/src/share/zoneinfo/datfiles/europe [new file with mode: 0644]
usr/src/share/zoneinfo/datfiles/factory [new file with mode: 0644]
usr/src/share/zoneinfo/datfiles/leapseconds [new file with mode: 0644]
usr/src/share/zoneinfo/datfiles/northamerica [new file with mode: 0644]
usr/src/share/zoneinfo/datfiles/pacificnew [new file with mode: 0644]
usr/src/share/zoneinfo/datfiles/solar87 [new file with mode: 0644]
usr/src/share/zoneinfo/datfiles/solar88 [new file with mode: 0644]
usr/src/share/zoneinfo/datfiles/solar89 [new file with mode: 0644]
usr/src/share/zoneinfo/datfiles/southamerica [new file with mode: 0644]
usr/src/share/zoneinfo/datfiles/systemv [new file with mode: 0644]
usr/src/share/zoneinfo/datfiles/usno1988 [new file with mode: 0644]
usr/src/share/zoneinfo/datfiles/usno1989 [new file with mode: 0644]
usr/src/share/zoneinfo/ialloc.c [new file with mode: 0644]
usr/src/share/zoneinfo/scheck.c [new file with mode: 0644]
usr/src/share/zoneinfo/tzfile.5 [new file with mode: 0644]
usr/src/share/zoneinfo/zic.8 [new file with mode: 0644]
usr/src/share/zoneinfo/zic.c [new file with mode: 0644]