This directory (whis was supposed to do indexes etc for the printable

documentation) hasn't had its nappies changed since FreeBSD-2.0, and
is now starting to smell rather ripe.

Its dependant on ancient and removed tools, and the last maintainer
can't remember looking at it 1 1/2 years ago.

If we need it, its in the Attic.

Discussed with:	asmodai
This commit is contained in:
Mark Murray 2002-05-25 19:36:09 +00:00
parent a739e09c6e
commit ddf4e2a272
19 changed files with 0 additions and 3645 deletions

View File

@ -1,70 +0,0 @@
#
# Copyright (c) 1986, 1993 Regents of the University of California.
# All rights reserved.
#
# From: @(#)Makefile 8.2 (Berkeley) 1/29/94
# $FreeBSD$
#
SRCS= man1 man2 man3 man4 man5 man6 man7 man8
MACROS= -ms
PRINTER=ps
TBL= tbl
TROFF= groff
all: title.urm.${PRINTER} title.prm.${PRINTER}
print: title.urm.${PRINTER} title.prm.${PRINTER}
lpr -${PRINTER} title.urm.${PRINTER}
lpr -${PRINTER} title.prm.${PRINTER}
title.urm.${PRINTER}: title.urm ptxx
${TBL} title.urm | ${TROFF} ${MACROS} >title.urm.${PRINTER}
title.prm.${PRINTER}: ${SRCS} title.prm ptxx
${TROFF} title.prm >title.prm.${PRINTER}
ptxx:
./tocrc
man1pages: man1
rm -f man1.out
for i in `cat man1`; do \
sed -f groff.sed $$i | groff -man >>man1pages; \
done;
man2pages: man2
rm -f man2.out
for i in `cat man2`; do groff -man $$i >>man2pages; done;
man3pages: man3
rm -f man3.out
for i in `cat man3`; do groff -man $$i >>man3pages; done;
man4pages: man4
rm -f man4.out
for i in `cat man4`; do groff -man $$i >>man4pages; done;
man5pages: man5
rm -f man5.out
for i in `cat man5`; do \
sed -f groff.sed $$i | groff -man >>man5pages; \
done;
man6pages: man6
rm -f man6.out
for i in `cat man6`; do groff -man $$i >>man6pages; done;
man7pages: man7
rm -f man7.out
for i in `cat man7`; do \
sed -f groff.sed $$i | groff -man >>man7pages; \
done;
man8pages: man8
rm -f man8.out
for i in `cat man8`; do groff -man $$i >>man8pages; done;
clean:
rm -f title.urm.${PRINTER} title.prm.${PRINTER} toc? tocx? ptxx \
*.spell errs Errs make.out

View File

@ -1,26 +0,0 @@
These files have been somewhat updated so that they at least format
without fatal errors under FreeBSD 2.0-current (and so presumably 2.1).
Some parts are not very accurate, and quite a bit of extra verbiage
should probably be added describing FreeBSD additions relative to 4.4.
The formatting is not perfect, and groff generates copious errors which
hopefully some [nt]roff expert will actually look into some day. The entire
suite needs to be fixed to learn to live with obj directories, in line
with our goal to have a completely read-only source tree, before it can
be added to the top-level Makefile (if it is even then).
The man[1-8] files were generated through the following process:
locate *.1
pipe through a long series of fgrep and sed commands to fix up
sort-regexp ^.*/\([^/]*\)$ \1 in Emacs
visually inspect the result for duplicates and false matches
Garrett Wollman <wollman@lcs.mit.edu>
11 January 1995
Currently these files are in the prospect of being updated to work on newer
FreeBSD releases again.
Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
18 January 2001

View File

@ -1,5 +0,0 @@

;
:
.
,

View File

@ -1,63 +0,0 @@
.\" Copyright (c) 1993 Regents of the University of California.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by the University of
.\" California, Berkeley and its contributors.
.\" 4. Neither the name of the University nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)cover 8.1 (Berkeley) 7/20/93
.\"
.ps 36
.vs 40p
.de t
\&
.sp |3.5i
.ce 10
\fBSection \\$1
.sp 0.5
\\$2
\\$3
\\$4
\\$5\fP
.ce 0
.bp
..
.t 1 Commands and Application Programs
.t 2 System Calls
.t 3 C-Library Subroutines
.t 4 Special Files
.t 5 File Formats
.t 6 Games
.t 7 Miscellaneous
.t 8 System Maintenance
\&
.sp |3.5i
.ce 10
\fBSystem
Management
Documents\fP
.ce 1

View File

@ -1,54 +0,0 @@
csh(1) alias: shell macros.
csh(1) bg: place job in background.
csh(1) break: exit while/foreach loop.
csh(1) breaksw: exit from switch.
csh(1) case: selector in switch.
csh(1) cd: change directory.
csh(1) chdir: change directory.
csh(1) continue: cycle in loop.
csh(1) default: catchall clause in switch.
csh(1) echo: echo arguments.
csh(1) else: alternative commands.
csh(1) end: terminate loop.
csh(1) endif: terminate conditional.
csh(1) endsw: terminate switch.
csh(1) eval: re-evaluate shell data.
csh(1) exec: overlay shell with specified command.
csh(1) exit: leave shell.
csh(1) fg: bring job into foreground.
csh(1) foreach: loop over list of names.
csh(1) glob: filename expand argument list.
csh(1) goto: command transfer.
csh(1) hashstat: print command hashing statistics.
csh(1) history: print history event list.
csh(1) if: conditional statement.
csh(1) jobs: print current job list.
csh(1) kill: kill jobs and processes.
csh(1) limit: alter per-process resource limitations.
csh(1) login: login new user.
csh(1) logout: end session.
csh(1) nice: run low priority process.
csh(1) nohup: run command immune to hangups.
csh(1) notify: request immediate notification.
csh(1) onintr: process interrupts in command scripts.
csh(1) popd: pop shell directory stack.
csh(1) pushd: push shell directory stack.
csh(1) rehash: recompute command hash table.
csh(1) repeat: execute command repeatedly.
csh(1) set: change value of shell variable.
csh(1) setenv: set variable in environment.
csh(1) shift: manipulate argument list.
csh(1) source: read commands from file.
csh(1) stop: halt a job or process.
csh(1) suspend: suspend a shell, resuming its superior.
csh(1) switch: multi-way command branch.
csh(1) time: time command.
csh(1) umask: change or display file creation mask.
csh(1) unalias: remove aliases.
csh(1) unhash: discard command hash table.
csh(1) unlimit: remove resource limitiations.
csh(1) unsetenv: remove environment variables.
csh(1) unset: discard shell variables.
csh(1) wait: wait for background processes to complete.
csh(1) while: repeat commands conditionally.
csh(1) @: arithmetic on shell variables.

View File

@ -1,22 +0,0 @@
s/@MDATE@/June 30, 1993/
s/@VERSION@/1.08/
s,@DEFAULT_INDEX@,/usr/share/dict/papers/Ind,
s,@DEFAULT_INDEX_NAME@,/usr/share/dict/papers/Ind,
s,@COMMON_WORDS_FILE@,/usr/share/dict/papers/words,
s,@INDEX_SUFFIX@,.i,
s,@DEVICE@,/usr/share/groff_font,
s,@FONTDIR@,/usr/share/groff_font,
s,@FONTPATH@,/usr/share/groff_font,
s,@MACRODIR@,/usr/share/tmac,
s,@TMAC_M@,/usr/share/tmac/tmac.m,
s,@TMAC_MDIR@,/usr/share/tmac,
s/@g@//
s/@G@//
s/@MAN1EXT@/1/
s/@MAN2EXT@/2/
s/@MAN3EXT@/3/
s/@MAN4EXT@/4/
s/@MAN5EXT@/5/
s/@MAN6EXT@/6/
s/@MAN7EXT@/7/
s/@MAN8EXT@/8/

View File

@ -1,98 +0,0 @@
-
\-
10
11
16
144
2
201
3
4014
6
7
77
a
about
across
after
al
all
allow
am
among
an
and
and/or
any
another
are
B
back
be
been
between
bits
by
dialect
do
et
extreme
facts
feeds
fitting
for
from
general
get
has
head
in
integer
integers
interval
into
intro
is
it
its
knowledge
large
last
later
local
long
low
map
o
of
off
on
or
other
out
package
part
periodically
pieces
prejudice
problem
service
simple
special
system
tac
that
the
them
they
this
to
toe
turn
two
until
way
with
yet
you
your

View File

@ -1,321 +0,0 @@
/usr/src/gnu/usr.bin/perl/perl/x2p/a2p.1
/usr/src/gnu/usr.bin/perl/x2p/a2p.1
/usr/src/gnu/usr.bin/groff/addftinfo/addftinfo.1
/usr/src/gnu/usr.bin/groff/afmtodit/afmtodit.1
/usr/src/usr.bin/apply/apply.1
/usr/src/usr.bin/ar/ar.1
/usr/src/gnu/usr.bin/as/as.1
/usr/src/usr.bin/at/at.1
/usr/src/gnu/usr.bin/awk/awk.1
/usr/src/usr.bin/basename/basename.1
/usr/src/gnu/usr.bin/bc/bc.1
/usr/src/secure/usr.bin/bdes/bdes.1
/usr/src/usr.bin/biff/biff.1
/usr/src/gnu/usr.bin/perl/misc/c2ph.1
/usr/src/gnu/usr.bin/perl/perl/misc/c2ph.1
/usr/src/usr.bin/cal/cal.1
/usr/src/usr.bin/calendar/calendar.1
/usr/src/usr.bin/cap_mkdb/cap_mkdb.1
/usr/src/bin/cat/cat.1
/usr/src/gnu/usr.bin/cc/cc/cc.1
/usr/src/share/man/man1/cd.1
/usr/src/usr.bin/checknr/checknr.1
/usr/src/usr.bin/chflags/chflags.1
/usr/src/usr.sbin/chown/chgrp.1
/usr/src/secure/lib/secure_rpc/man/chkey.1
/usr/src/bin/chmod/chmod.1
/usr/src/usr.bin/chpass/chpass.1
/usr/src/gnu/usr.bin/rcs/ci/ci.1
/usr/src/usr.bin/cksum/cksum.1
/usr/src/usr.bin/cmp/cmp.1
/usr/src/gnu/usr.bin/rcs/co/co.1
/usr/src/usr.bin/col/col.1
/usr/src/usr.bin/colcrt/colcrt.1
/usr/src/usr.bin/colrm/colrm.1
/usr/src/usr.bin/column/column.1
/usr/src/usr.bin/comm/comm.1
/usr/src/usr.bin/compress/compress.1
/usr/src/bin/cp/cp.1
/usr/src/gnu/usr.bin/cpio/cpio.1
/usr/src/gnu/usr.bin/cc/cpp/cpp.1
/usr/src/usr.sbin/cron/crontab/crontab.1
/usr/src/usr.sbin/crunch/crunchgen/crunchgen.1
/usr/src/usr.sbin/crunch/crunchide/crunchide.1
/usr/src/bin/csh/csh.1
/usr/src/bin/csh/USD.doc/csh.1
/usr/src/usr.bin/ctags/ctags.1
/usr/src/gnu/libexec/uucp/cu/cu.1
/usr/src/usr.bin/cut/cut.1
/usr/src/gnu/usr.bin/cvs/cvs/cvs.1
/usr/src/bin/date/date.1
/usr/src/gnu/usr.bin/dc/dc.1
/usr/src/bin/dd/dd.1
/usr/src/bin/df/df.1
/usr/src/gnu/usr.bin/dialog/dialog.1
/usr/src/gnu/usr.bin/diff/diff.1
/usr/src/gnu/usr.bin/diff3/diff3.1
/usr/src/usr.bin/dig/dig.1
/usr/src/bin/domainname/domainname.1
/usr/src/usr.bin/du/du.1
/usr/src/bin/echo/echo.1
/usr/src/bin/ed/ed.1
/usr/src/gnu/usr.bin/groff/eqn/eqn.1
/usr/src/usr.bin/error/error.1
/usr/src/usr.bin/expand/expand.1
/usr/src/bin/expr/expr.1
/usr/src/usr.bin/f2c/f2c.1
/usr/src/usr.bin/false/false.1
/usr/src/usr.sbin/fdformat/fdformat.1
/usr/src/usr.sbin/fdwrite/fdwrite.1
/usr/src/usr.bin/file/file.1
/usr/src/usr.bin/find/find.1
/usr/src/usr.bin/finger/finger.1
/usr/src/usr.bin/fmt/fmt.1
/usr/src/usr.bin/fold/fold.1
/usr/src/usr.bin/fpr/fpr.1
/usr/src/usr.bin/from/from.1
/usr/src/usr.bin/fsplit/fsplit.1
/usr/src/usr.bin/fstat/fstat.1
/usr/src/usr.bin/ftp/ftp.1
/usr/src/usr.bin/gcore/gcore.1
/usr/src/gnu/usr.bin/gdb/gdb/gdb.1
/usr/src/usr.bin/getopt/getopt.1
/usr/src/usr.bin/gprof/gprof.1
/usr/src/gnu/usr.bin/grep/grep.1
/usr/src/gnu/usr.bin/groff/grodvi/grodvi.1
/usr/src/gnu/usr.bin/groff/groff/groff.1
/usr/src/gnu/usr.bin/groff/grog/grog.1
/usr/src/gnu/usr.bin/groff/grops/grops.1
/usr/src/gnu/usr.bin/groff/grotty/grotty.1
/usr/src/usr.bin/id/groups.1
/usr/src/gnu/usr.bin/groff/xditview/gxditview.1
/usr/src/gnu/usr.bin/gzip/gzexe.1
/usr/src/gnu/usr.bin/gzip/gzip.1
/usr/src/gnu/usr.bin/perl/perl/x2p/h2ph.1
/usr/src/gnu/usr.bin/perl/x2p/h2ph.1
/usr/src/usr.bin/head/head.1
/usr/src/usr.bin/hexdump/hexdump.1
/usr/src/usr.bin/host/host.1
/usr/src/bin/hostname/hostname.1
/usr/src/usr.bin/id/id.1
/usr/src/gnu/usr.bin/rcs/ident/ident.1
/usr/src/usr.bin/indent/indent.1
/usr/src/gnu/usr.bin/groff/indxbib/indxbib.1
/usr/src/gnu/usr.bin/texinfo/info/info.1
/usr/src/usr.bin/xinstall/install.1
/usr/src/share/man/man1/intro.1
/usr/src/usr.bin/ipcrm/ipcrm.1
/usr/src/usr.bin/ipcs/ipcs.1
/usr/src/usr.bin/join/join.1
/usr/src/usr.bin/jot/jot.1
/usr/src/usr.sbin/kbdcontrol/kbdcontrol.1
/usr/src/eBones/man/kdestroy.1
/usr/src/kerberosIV/man/kdestroy.1
/usr/src/usr.bin/kdump/kdump.1
/usr/src/eBones/man/kerberos.1
/usr/src/kerberosIV/man/kerberos.1
/usr/src/usr.bin/key/key.1
/usr/src/usr.bin/keyinfo/keyinfo.1
/usr/src/usr.bin/keyinit/keyinit.1
/usr/src/secure/lib/secure_rpc/man/keylogin.1
/usr/src/gnu/usr.bin/kgdb/kgdb.1
/usr/src/bin/kill/kill.1
/usr/src/eBones/man/kinit.1
/usr/src/kerberosIV/man/kinit.1
/usr/src/eBones/man/klist.1
/usr/src/kerberosIV/man/klist.1
/usr/src/eBones/man/kpasswd.1
/usr/src/eBones/man/ksrvtgt.1
/usr/src/kerberosIV/man/ksrvtgt.1
/usr/src/eBones/man/ksu.1
/usr/src/usr.bin/ktrace/ktrace.1
/usr/src/usr.bin/lam/lam.1
/usr/src/usr.bin/last/last.1
/usr/src/usr.bin/lastcomm/lastcomm.1
/usr/src/gnu/usr.bin/ld/ld.1
/usr/src/gnu/usr.bin/ld/ldd/ldd.1
/usr/src/usr.bin/leave/leave.1
/usr/src/usr.bin/lex/lex.1
/usr/src/usr.bin/lex/lexdoc.1
/usr/src/gnu/usr.bin/groff/lkbib/lkbib.1
/usr/src/bin/ln/ln.1
/usr/src/usr.bin/locate/locate/locate.1
/usr/src/usr.bin/lock/lock.1
/usr/src/usr.bin/logger/logger.1
/usr/src/usr.bin/login/login.1
/usr/src/usr.bin/logname/logname.1
/usr/src/usr.bin/look/look.1
/usr/src/gnu/usr.bin/groff/lookbib/lookbib.1
/usr/src/usr.bin/lorder/lorder.1
/usr/src/usr.sbin/lpr/lpq/lpq.1
/usr/src/usr.sbin/lpr/lpr/lpr.1
/usr/src/usr.sbin/lpr/lprm/lprm.1
/usr/src/usr.sbin/lpr/lptest/lptest.1
/usr/src/bin/ls/ls.1
/usr/src/usr.bin/lsvfs/lsvfs.1
/usr/src/usr.bin/m4/m4.1
/usr/src/usr.bin/mail/mail.1
/usr/src/usr.sbin/sendmail/src/mailq.1
/usr/src/usr.bin/make/make.1
/usr/src/sbin/md5/md5.1
/usr/src/gnu/usr.bin/rcs/merge/merge.1
/usr/src/usr.bin/mesg/mesg.1
/usr/src/usr.bin/mkdep/mkdep.1
/usr/src/bin/mkdir/mkdir.1
/usr/src/usr.bin/mkfifo/mkfifo.1
/usr/src/usr.bin/mklocale/mklocale.1
/usr/src/gnu/usr.bin/cvs/mkmodules/mkmodules.1
/usr/src/usr.bin/mkstr/mkstr.1
/usr/src/usr.bin/more/more.1
/usr/src/usr.bin/tn3270/mset/mset.1
/usr/src/usr.bin/msgs/msgs.1
/usr/src/usr.bin/mt/mt.1
/usr/src/bin/mv/mv.1
/usr/src/usr.bin/ncftp/ncftp.1
/usr/src/usr.bin/netstat/netstat.1
/usr/src/usr.sbin/sendmail/src/newaliases.1
/usr/src/usr.bin/nfsstat/nfsstat.1
/usr/src/usr.bin/nice/nice.1
/usr/src/usr.bin/nm/nm.1
/usr/src/usr.bin/nohup/nohup.1
/usr/src/gnu/usr.bin/groff/nroff/nroff.1
/usr/src/usr.bin/hexdump/od.1
/usr/src/usr.bin/pagesize/pagesize.1
/usr/src/usr.bin/passwd/passwd.1
/usr/src/usr.bin/paste/paste.1
/usr/src/gnu/usr.bin/patch/patch.1
/usr/src/bin/pax/pax.1
/usr/src/gnu/usr.bin/perl/perl/perl.1
/usr/src/gnu/usr.bin/groff/pfbtops/pfbtops.1
/usr/src/gnu/usr.bin/groff/pic/pic.1
/usr/src/usr.sbin/pkg_install/add/pkg_add.1
/usr/src/usr.sbin/pkg_install/create/pkg_create.1
/usr/src/usr.sbin/pkg_install/delete/pkg_delete.1
/usr/src/usr.sbin/pkg_install/info/pkg_info.1
/usr/src/usr.bin/pr/pr.1
/usr/src/usr.bin/printenv/printenv.1
/usr/src/usr.bin/printf/printf.1
/usr/src/bin/ps/ps.1
/usr/src/gnu/usr.bin/groff/psbb/psbb.1
/usr/src/bin/pwd/pwd.1
/usr/src/usr.bin/quota/quota.1
/usr/src/usr.bin/ranlib/ranlib.1
/usr/src/bin/rcp/rcp.1
/usr/src/eBones/man/rcp.1
/usr/src/gnu/usr.bin/rcs/rcs/rcs.1
/usr/src/gnu/usr.bin/rcs/rcsclean/rcsclean.1
/usr/src/gnu/usr.bin/rcs/rcsdiff/rcsdiff.1
/usr/src/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.1
/usr/src/gnu/usr.bin/rcs/rcs/rcsintro.1
/usr/src/gnu/usr.bin/rcs/rcsmerge/rcsmerge.1
/usr/src/usr.bin/rdist/rdist.1
/usr/src/gnu/usr.bin/groff/refer/refer.1
/usr/src/eBones/register/register.1
/usr/src/kerberosIV/register/register.1
/usr/src/usr.bin/rev/rev.1
/usr/src/gnu/usr.bin/rcs/rlog/rlog.1
/usr/src/eBones/man/rlogin.1
/usr/src/usr.bin/rlogin/rlogin.1
/usr/src/bin/rm/rm.1
/usr/src/bin/rmdir/rmdir.1
/usr/src/usr.bin/rpcgen/rpcgen.1
/usr/src/usr.bin/rs/rs.1
/usr/src/eBones/man/rsh.1
/usr/src/usr.bin/rsh/rsh.1
/usr/src/lib/libc/rpc/rstat.1
/usr/src/usr.sbin/rtprio/rtprio.1
/usr/src/usr.bin/rup/rup.1
/usr/src/usr.bin/ruptime/ruptime.1
/usr/src/usr.bin/rusers/rusers.1
/usr/src/usr.bin/rwall/rwall.1
/usr/src/usr.bin/rwho/rwho.1
/usr/src/gnu/usr.bin/perl/perl/x2p/s2p.1
/usr/src/gnu/usr.bin/perl/x2p/s2p.1
/usr/src/usr.bin/script/script.1
/usr/src/gnu/usr.bin/sdiff/sdiff.1
/usr/src/usr.bin/sed/sed.1
/usr/src/gnu/usr.bin/send-pr/send-pr.1
/usr/src/bin/sh/sh.1
/usr/src/usr.bin/shar/shar.1
/usr/src/usr.bin/size/size.1
/usr/src/lib/libskey/skey.1
/usr/src/bin/sleep/sleep.1
/usr/src/gnu/usr.bin/groff/soelim/soelim.1
/usr/src/usr.bin/soelim/soelim.1
/usr/src/gnu/usr.bin/sort/sort.1
/usr/src/usr.bin/split/split.1
/usr/src/sbin/startslip/startslip.1
/usr/src/usr.bin/strings/strings.1
/usr/src/usr.bin/strip/strip.1
/usr/src/bin/stty/stty.1
/usr/src/usr.bin/su/su.1
/usr/src/usr.sbin/swapinfo/swapinfo.1
/usr/src/usr.bin/symorder/symorder.1
/usr/src/usr.bin/systat/systat.1
/usr/src/usr.bin/tail/tail.1
/usr/src/usr.bin/talk/talk.1
/usr/src/gnu/usr.bin/groff/tbl/tbl.1
/usr/src/usr.bin/tconv/tconv.1
/usr/src/usr.bin/tcopy/tcopy.1
/usr/src/usr.sbin/tcpdump/tcpdump/tcpdump.1
/usr/src/usr.sbin/tcpdump/tcpslice/tcpslice.1
/usr/src/usr.bin/tee/tee.1
/usr/src/secure/usr.bin/telnet/telnet.1
/usr/src/usr.bin/telnet/telnet.1
/usr/src/bin/test/test.1
/usr/src/gnu/usr.bin/groff/tfmtodit/tfmtodit.1
/usr/src/usr.bin/tftp/tftp.1
/usr/src/usr.bin/time/time.1
/usr/src/usr.bin/tip/tip.1
/usr/src/usr.bin/tn3270/tn3270/tn3270.1
/usr/src/usr.bin/touch/touch.1
/usr/src/usr.bin/tput/tput.1
/usr/src/usr.bin/tr/tr.1
/usr/src/gnu/usr.bin/groff/troff/troff.1
/usr/src/usr.bin/true/true.1
/usr/src/usr.bin/tset/tset.1
/usr/src/usr.bin/tsort/tsort.1
/usr/src/usr.bin/tty/tty.1
/usr/src/usr.bin/ul/ul.1
/usr/src/usr.bin/uname/uname.1
/usr/src/usr.bin/unifdef/unifdef.1
/usr/src/usr.bin/uniq/uniq.1
/usr/src/usr.bin/unvis/unvis.1
/usr/src/usr.bin/w/uptime.1
/usr/src/usr.bin/users/users.1
/usr/src/gnu/libexec/uucp/uucp/uucp.1
/usr/src/usr.bin/uuencode/uuencode.1
/usr/src/usr.bin/uucp/uuq/uuq.1
/usr/src/gnu/libexec/uucp/uustat/uustat.1
/usr/src/gnu/libexec/uucp/uux/uux.1
/usr/src/usr.bin/vacation/vacation.1
/usr/src/usr.bin/vgrind/vgrind.1
/usr/src/usr.bin/vi/USD.doc/vi.man/vi.1
/usr/src/usr.sbin/vidcontrol/vidcontrol.1
/usr/src/usr.bin/vis/vis.1
/usr/src/usr.bin/w/w.1
/usr/src/share/man/man1/wait.1
/usr/src/usr.bin/wall/wall.1
/usr/src/usr.bin/wc/wc.1
/usr/src/usr.bin/what/what.1
/usr/src/usr.bin/whereis/whereis.1
/usr/src/usr.bin/who/who.1
/usr/src/usr.bin/id/whoami.1
/usr/src/usr.bin/whois/whois.1
/usr/src/usr.bin/window/window.1
/usr/src/usr.bin/write/write.1
/usr/src/usr.bin/xargs/xargs.1
/usr/src/gnu/games/chess/Xchess/xchess.1
/usr/src/usr.bin/xstr/xstr.1
/usr/src/usr.sbin/xten/xten.1
/usr/src/usr.bin/yacc/yacc.1
/usr/src/usr.bin/yes/yes.1
/usr/src/usr.bin/ypcat/ypcat.1
/usr/src/usr.bin/ypmatch/ypmatch.1
/usr/src/usr.bin/yacc/yyfix.1
/usr/src/gnu/usr.bin/gzip/zdiff.1
/usr/src/gnu/usr.bin/gzip/zforce.1
/usr/src/gnu/usr.bin/gzip/zgrep.1
/usr/src/gnu/usr.bin/gzip/zmore.1
/usr/src/gnu/usr.bin/gzip/znew.1

View File

@ -1,109 +0,0 @@
/usr/src/lib/libc/sys/_exit.2
/usr/src/lib/libc/sys/accept.2
/usr/src/lib/libc/sys/access.2
/usr/src/lib/libc/sys/acct.2
/usr/src/lib/libc/sys/adjtime.2
/usr/src/lib/libc/sys/bind.2
/usr/src/lib/libc/sys/brk.2
/usr/src/lib/libc/sys/chdir.2
/usr/src/lib/libc/sys/chflags.2
/usr/src/lib/libc/sys/chmod.2
/usr/src/lib/libc/sys/chown.2
/usr/src/lib/libc/sys/chroot.2
/usr/src/lib/libc/sys/close.2
/usr/src/lib/libc/sys/connect.2
/usr/src/lib/libc/compat-43/creat.2
/usr/src/lib/libc/sys/dup.2
/usr/src/lib/libc/sys/execve.2
/usr/src/lib/libc/sys/fcntl.2
/usr/src/lib/libc/sys/flock.2
/usr/src/lib/libc/sys/fork.2
/usr/src/lib/libc/sys/fsync.2
/usr/src/lib/libc/sys/getdirentries.2
/usr/src/lib/libc/sys/getdtablesize.2
/usr/src/lib/libc/sys/getfh.2
/usr/src/lib/libc/sys/getfsstat.2
/usr/src/lib/libc/sys/getgid.2
/usr/src/lib/libc/sys/getgroups.2
/usr/src/lib/libc/sys/getitimer.2
/usr/src/lib/libc/sys/getlogin.2
/usr/src/lib/libc/sys/getpeername.2
/usr/src/lib/libc/sys/getpgrp.2
/usr/src/lib/libc/sys/getpid.2
/usr/src/lib/libc/sys/getpriority.2
/usr/src/lib/libc/sys/getrlimit.2
/usr/src/lib/libc/sys/getrusage.2
/usr/src/lib/libc/sys/getsockname.2
/usr/src/lib/libc/sys/getsockopt.2
/usr/src/lib/libc/sys/gettimeofday.2
/usr/src/lib/libc/sys/getuid.2
/usr/src/lib/libc/i386/sys/i386_get_ldt.2
/usr/src/lib/libc/sys/intro.2
/usr/src/lib/libc/sys/ioctl.2
/usr/src/lib/libc/sys/kill.2
/usr/src/lib/libc/compat-43/killpg.2
/usr/src/lib/libc/sys/ktrace.2
/usr/src/lib/libc/sys/link.2
/usr/src/lib/libc/sys/listen.2
/usr/src/lib/libc/sys/lseek.2
/usr/src/lib/libc/sys/madvise.2
/usr/src/lib/libc/sys/mincore.2
/usr/src/lib/libc/sys/mkdir.2
/usr/src/lib/libc/sys/mkfifo.2
/usr/src/lib/libc/sys/mknod.2
/usr/src/lib/libc/sys/mlock.2
/usr/src/lib/libc/sys/mmap.2
/usr/src/lib/libc/sys/mount.2
/usr/src/lib/libc/sys/mprotect.2
/usr/src/lib/libc/sys/msync.2
/usr/src/lib/libc/sys/munmap.2
/usr/src/lib/libc/sys/nfssvc.2
/usr/src/lib/libc/sys/open.2
/usr/src/lib/libc/sys/pathconf.2
/usr/src/lib/libc/sys/pipe.2
/usr/src/lib/libc/sys/profil.2
/usr/src/lib/libc/sys/quotactl.2
/usr/src/lib/libc/sys/read.2
/usr/src/lib/libc/sys/readlink.2
/usr/src/lib/libc/sys/reboot.2
/usr/src/lib/libc/sys/recv.2
/usr/src/lib/libc/sys/rename.2
/usr/src/lib/libc/sys/revoke.2
/usr/src/lib/libc/sys/rmdir.2
/usr/src/lib/libc/sys/rtprio.2
/usr/src/usr.sbin/rtprio/rtprio.2
/usr/src/lib/libc/sys/select.2
/usr/src/lib/libc/sys/send.2
/usr/src/lib/libc/sys/setgroups.2
/usr/src/lib/libc/sys/setpgid.2
/usr/src/lib/libc/compat-43/setregid.2
/usr/src/lib/libc/compat-43/setreuid.2
/usr/src/lib/libc/sys/setsid.2
/usr/src/lib/libc/sys/setuid.2
/usr/src/lib/libc/sys/shutdown.2
/usr/src/lib/libc/sys/sigaction.2
/usr/src/lib/libc/sys/sigaltstack.2
/usr/src/lib/libc/compat-43/sigblock.2
/usr/src/lib/libc/compat-43/sigpause.2
/usr/src/lib/libc/sys/sigpending.2
/usr/src/lib/libc/sys/sigprocmask.2
/usr/src/lib/libc/sys/sigreturn.2
/usr/src/lib/libc/compat-43/sigsetmask.2
/usr/src/lib/libc/sys/sigstack.2
/usr/src/lib/libc/sys/sigsuspend.2
/usr/src/lib/libc/compat-43/sigvec.2
/usr/src/lib/libc/sys/socket.2
/usr/src/lib/libc/sys/socketpair.2
/usr/src/lib/libc/sys/stat.2
/usr/src/lib/libc/sys/statfs.2
/usr/src/lib/libc/sys/swapon.2
/usr/src/lib/libc/sys/symlink.2
/usr/src/lib/libc/sys/sync.2
/usr/src/lib/libc/sys/syscall.2
/usr/src/lib/libc/sys/truncate.2
/usr/src/lib/libc/sys/umask.2
/usr/src/lib/libc/sys/unlink.2
/usr/src/lib/libc/sys/utimes.2
/usr/src/lib/libc/sys/vfork.2
/usr/src/lib/libc/sys/wait.2
/usr/src/lib/libc/sys/write.2

View File

@ -1,272 +0,0 @@
/usr/src/lib/libc/stdlib/abort.3
/usr/src/lib/libc/stdlib/abs.3
/usr/src/eBones/man/acl_check.3
/usr/src/lib/msun/man/acos.3
/usr/src/lib/msun/man/acosh.3
/usr/src/lib/libc/gen/alarm.3
/usr/src/lib/libc/stdlib/alloca.3
/usr/src/lib/msun/man/asin.3
/usr/src/lib/msun/man/asinh.3
/usr/src/share/man/man3/assert.3
/usr/src/lib/msun/man/atan.3
/usr/src/lib/msun/man/atan2.3
/usr/src/lib/msun/man/atanh.3
/usr/src/lib/libc/stdlib/atexit.3
/usr/src/lib/libc/stdlib/atof.3
/usr/src/lib/libc/stdlib/atoi.3
/usr/src/lib/libc/stdlib/atol.3
/usr/src/lib/libc/string/bcmp.3
/usr/src/lib/libc/string/bcopy.3
/usr/src/lib/libc/rpc/bindresvport.3
/usr/src/share/man/man3/bitstring.3
/usr/src/lib/libc/stdlib/bsearch.3
/usr/src/lib/libc/string/bstring.3
/usr/src/lib/libc/db/man/btree.3
/usr/src/lib/libc/net/byteorder.3
/usr/src/lib/libc/string/bzero.3
/usr/src/lib/libc/stdlib/calloc.3
/usr/src/lib/msun/man/ceil.3
/usr/src/lib/libc/gen/clock.3
/usr/src/lib/libc/gen/config_open.3
/usr/src/lib/libc/gen/confstr.3
/usr/src/lib/msun/man/cos.3
/usr/src/lib/msun/man/cosh.3
/usr/src/lib/libc/gen/crypt.3
/usr/src/secure/lib/libcipher/crypt.3
/usr/src/secure/lib/libcrypt/crypt.3
/usr/src/lib/libc/gen/ctermid.3
/usr/src/lib/libc/stdtime/ctime.3
/usr/src/lib/libc/locale/ctype.3
/usr/src/lib/libcurses/curses.3
/usr/src/lib/libc/gen/daemon.3
/usr/src/lib/libc/db/man/dbopen.3
/usr/src/eBones/des/des.3
/usr/src/eBones/man/des_crypt.3
/usr/src/secure/lib/secure_rpc/man/des_crypt.3
/usr/src/lib/libc/gen/directory.3
/usr/src/lib/libc/stdlib/div.3
/usr/src/share/man/man3/end.3
/usr/src/lib/msun/man/erf.3
/usr/src/lib/libc/gen/err.3
/usr/src/lib/libc/gen/exec.3
/usr/src/lib/libc/stdlib/exit.3
/usr/src/lib/msun/man/exp.3
/usr/src/lib/msun/man/fabs.3
/usr/src/lib/libc/stdio/fclose.3
/usr/src/lib/libc/stdio/ferror.3
/usr/src/lib/libc/stdio/fflush.3
/usr/src/lib/libc/string/ffs.3
/usr/src/lib/libc/stdio/fgetln.3
/usr/src/lib/libc/stdio/fgets.3
/usr/src/lib/msun/man/floor.3
/usr/src/lib/msun/man/fmod.3
/usr/src/lib/libc/gen/fnmatch.3
/usr/src/lib/libc/stdio/fopen.3
/usr/src/lib/libc/stdio/fputs.3
/usr/src/lib/libc/stdio/fread.3
/usr/src/lib/libc/stdlib/free.3
/usr/src/lib/libc/gen/frexp.3
/usr/src/lib/libc/stdio/fseek.3
/usr/src/lib/libcompat/4.1/ftime.3
/usr/src/lib/libc/gen/fts.3
/usr/src/lib/libc/stdio/funopen.3
/usr/src/lib/libc/gen/getbootfile.3
/usr/src/lib/libc/gen/getbsize.3
/usr/src/lib/libc/stdio/getc.3
/usr/src/lib/libc/gen/getcap.3
/usr/src/lib/libc/gen/getcwd.3
/usr/src/lib/libc/gen/getdiskbyname.3
/usr/src/lib/libc/gen/getdomainname.3
/usr/src/lib/libc/stdlib/getenv.3
/usr/src/lib/libc/gen/getfsent.3
/usr/src/lib/libc/gen/getgrent.3
/usr/src/lib/libc/gen/getgrouplist.3
/usr/src/lib/libc/net/gethostbyname.3
/usr/src/lib/libc/compat-43/gethostid.3
/usr/src/lib/libc/gen/gethostname.3
/usr/src/lib/libc/gen/getloadavg.3
/usr/src/lib/libc/gen/getmntinfo.3
/usr/src/sbin/mount/getmntopts.3
/usr/src/lib/libc/net/getnetent.3
/usr/src/lib/libc/gen/getnetgrent.3
/usr/src/lib/libc/stdlib/getopt.3
/usr/src/lib/libc/gen/getpagesize.3
/usr/src/lib/libc/gen/getpass.3
/usr/src/lib/libc/net/getprotoent.3
/usr/src/lib/libcompat/4.1/getpw.3
/usr/src/lib/libc/gen/getpwent.3
/usr/src/lib/libc/rpc/getrpcent.3
/usr/src/lib/libc/rpc/getrpcport.3
/usr/src/lib/libc/net/getservent.3
/usr/src/lib/libc/stdlib/getsubopt.3
/usr/src/lib/libc/gen/getttyent.3
/usr/src/lib/libc/gen/getusershell.3
/usr/src/lib/libc/gen/getvfsent.3
/usr/src/lib/libc/gen/glob.3
/usr/src/lib/libc/db/man/hash.3
/usr/src/lib/msun/man/hypot.3
/usr/src/lib/msun/man/ieee.3
/usr/src/lib/msun/man/ieee_test.3
/usr/src/lib/libc/string/index.3
/usr/src/lib/libc/net/inet.3
/usr/src/lib/libc/gen/initgroups.3
/usr/src/lib/libcompat/4.3/insque.3
/usr/src/share/man/man3/intro.3
/usr/src/lib/libc/locale/isalnum.3
/usr/src/lib/libc/locale/isalpha.3
/usr/src/lib/libc/locale/isascii.3
/usr/src/lib/libc/locale/isblank.3
/usr/src/lib/libc/locale/iscntrl.3
/usr/src/lib/libc/locale/isdigit.3
/usr/src/lib/libc/locale/isgraph.3
/usr/src/lib/libc/gen/isinf.3
/usr/src/lib/libc/locale/islower.3
/usr/src/lib/libc/net/iso_addr.3
/usr/src/lib/libc/locale/isprint.3
/usr/src/lib/libc/locale/ispunct.3
/usr/src/lib/libc/locale/isspace.3
/usr/src/lib/libc/locale/isupper.3
/usr/src/lib/libc/locale/isxdigit.3
/usr/src/lib/msun/man/j0.3
/usr/src/eBones/man/kerberos.3
/usr/src/eBones/man/krb.3
/usr/src/eBones/man/krb_realmofhost.3
/usr/src/eBones/man/krb_sendauth.3
/usr/src/eBones/man/krb_set_tkt_string.3
/usr/src/eBones/man/kuserok.3
/usr/src/lib/libkvm/kvm.3
/usr/src/lib/libkvm/kvm_geterr.3
/usr/src/lib/libkvm/kvm_getfiles.3
/usr/src/lib/libkvm/kvm_getloadavg.3
/usr/src/lib/libkvm/kvm_getprocs.3
/usr/src/lib/libkvm/kvm_nlist.3
/usr/src/lib/libkvm/kvm_open.3
/usr/src/lib/libkvm/kvm_read.3
/usr/src/lib/libc/stdlib/labs.3
/usr/src/lib/libc/gen/ldexp.3
/usr/src/lib/libc/stdlib/ldiv.3
/usr/src/lib/msun/man/lgamma.3
/usr/src/lib/libc/net/linkaddr.3
/usr/src/lib/libcompat/4.3/lsearch.3
/usr/src/lib/libc/stdlib/malloc.3
/usr/src/lib/msun/man/math.3
/usr/src/lib/libc/locale/mbrune.3
/usr/src/lib/libmd/mdX.3
/usr/src/lib/libc/string/memccpy.3
/usr/src/lib/libc/string/memchr.3
/usr/src/lib/libc/string/memcmp.3
/usr/src/lib/libc/string/memcpy.3
/usr/src/lib/libc/string/memmove.3
/usr/src/lib/libc/stdlib/memory.3
/usr/src/lib/libc/string/memset.3
/usr/src/lib/libc/stdio/mktemp.3
/usr/src/lib/libc/gen/modf.3
/usr/src/lib/libc/gmon/moncontrol.3
/usr/src/lib/libc/db/man/mpool.3
/usr/src/lib/libc/locale/multibyte.3
/usr/src/lib/libc/gen/nice.3
/usr/src/lib/libc/gen/nlist.3
/usr/src/lib/libc/net/ns.3
/usr/src/lib/libc/gen/pause.3
/usr/src/lib/libc/gen/popen.3
/usr/src/lib/libc/stdio/printf.3
/usr/src/lib/libc/gen/psignal.3
/usr/src/lib/libc/stdio/putc.3
/usr/src/lib/libc/gen/pwcache.3
/usr/src/lib/libc/stdlib/qsort.3
/usr/src/share/man/man3/queue.3
/usr/src/lib/libc/stdlib/radixsort.3
/usr/src/lib/libc/gen/raise.3
/usr/src/lib/libc/stdlib/rand.3
/usr/src/lib/libc/gen/rand48.3
/usr/src/lib/libc/stdlib/random.3
/usr/src/lib/libc/net/rcmd.3
/usr/src/lib/libcompat/4.3/re_comp.3
/usr/src/gnu/lib/libreadline/readline.3
/usr/src/lib/libc/stdlib/realloc.3
/usr/src/lib/libc/stdlib/realpath.3
/usr/src/lib/libc/db/man/recno.3
/usr/src/lib/libc/regex/regex.3
/usr/src/lib/libcompat/regexp/regexp.3
/usr/src/lib/libc/stdio/remove.3
/usr/src/lib/libc/net/resolver.3
/usr/src/lib/libcompat/4.3/rexec.3
/usr/src/lib/libc/string/rindex.3
/usr/src/lib/msun/man/rint.3
/usr/src/lib/libc/rpc/rpc.3
/usr/src/lib/libc/locale/rune.3
/usr/src/lib/libc/gen/scandir.3
/usr/src/lib/libc/stdio/scanf.3
/usr/src/lib/libc/stdio/setbuf.3
/usr/src/lib/libc/gen/setjmp.3
/usr/src/lib/libc/locale/setlocale.3
/usr/src/lib/libc/gen/setmode.3
/usr/src/lib/libc/compat-43/setruid.3
/usr/src/lib/libc/gen/siginterrupt.3
/usr/src/lib/libc/gen/signal.3
/usr/src/lib/libc/gen/sigsetops.3
/usr/src/lib/msun/man/sin.3
/usr/src/lib/msun/man/sinh.3
/usr/src/lib/libc/gen/sleep.3
/usr/src/lib/msun/man/sqrt.3
/usr/src/share/man/man3/stdarg.3
/usr/src/lib/libc/stdio/stdio.3
/usr/src/lib/libc/string/strcasecmp.3
/usr/src/lib/libc/string/strcat.3
/usr/src/lib/libc/string/strchr.3
/usr/src/lib/libc/string/strcmp.3
/usr/src/lib/libc/string/strcoll.3
/usr/src/lib/libc/string/strcpy.3
/usr/src/lib/libc/string/strcspn.3
/usr/src/lib/libc/string/strdup.3
/usr/src/lib/libc/string/strerror.3
/usr/src/lib/libc/stdtime/strftime.3
/usr/src/lib/libc/string/string.3
/usr/src/lib/libc/string/strlen.3
/usr/src/lib/libc/string/strmode.3
/usr/src/lib/libc/string/strpbrk.3
/usr/src/lib/libc/string/strrchr.3
/usr/src/lib/libc/string/strsep.3
/usr/src/lib/libc/string/strspn.3
/usr/src/lib/libc/string/strstr.3
/usr/src/lib/libc/stdlib/strtod.3
/usr/src/lib/libc/string/strtok.3
/usr/src/lib/libc/stdlib/strtol.3
/usr/src/lib/libc/stdlib/strtoul.3
/usr/src/lib/libc/string/strxfrm.3
/usr/src/lib/libcompat/4.1/stty.3
/usr/src/lib/libc/string/swab.3
/usr/src/lib/libc/gen/sysconf.3
/usr/src/lib/libc/gen/sysctl.3
/usr/src/lib/libc/gen/syslog.3
/usr/src/lib/libc/stdlib/system.3
/usr/src/lib/msun/man/tan.3
/usr/src/lib/msun/man/tanh.3
/usr/src/lib/libc/gen/tcgetpgrp.3
/usr/src/lib/libc/gen/tcsendbreak.3
/usr/src/lib/libc/gen/tcsetattr.3
/usr/src/lib/libc/gen/tcsetpgrp.3
/usr/src/lib/libtermcap/termcap.3
/usr/src/eBones/man/tf_util.3
/usr/src/lib/libc/gen/time.3
/usr/src/lib/libc/stdtime/time2posix.3
/usr/src/lib/libc/gen/times.3
/usr/src/lib/libc/gen/timezone.3
/usr/src/lib/libc/stdio/tmpnam.3
/usr/src/lib/libc/locale/toascii.3
/usr/src/lib/libc/locale/tolower.3
/usr/src/lib/libc/locale/toupper.3
/usr/src/lib/libc/gen/ttyname.3
/usr/src/lib/libc/gen/tzset.3
/usr/src/lib/libc/gen/ualarm.3
/usr/src/lib/libc/gen/uname.3
/usr/src/lib/libc/stdio/ungetc.3
/usr/src/lib/libc/gen/unvis.3
/usr/src/lib/libc/gen/usleep.3
/usr/src/lib/libc/gen/utime.3
/usr/src/lib/libc/gen/valloc.3
/usr/src/lib/libc/gen/vis.3
/usr/src/lib/libcompat/4.1/vlimit.3
/usr/src/lib/libcompat/4.1/vtimes.3
/usr/src/lib/libc/xdr/xdr.3
/usr/src/usr.bin/compress/zopen.3

View File

@ -1,54 +0,0 @@
/usr/src/share/man/man4/man4.i386/aha.4
/usr/src/share/man/man4/man4.i386/ahb.4
/usr/src/share/man/man4/amr.4
/usr/src/share/man/man4/apm.4
/usr/src/usr.sbin/arp/arp.4
/usr/src/share/man/man4/man4.i386/bt.4
/usr/src/share/man/man4/clnp.4
/usr/src/share/man/man4/cltp.4
/usr/src/share/man/man4/man4.i386/cx.4
/usr/src/share/man/man4/man4.i386/ed.4
/usr/src/share/man/man4/esis.4
/usr/src/lib/libc/locale/euc.4
/usr/src/share/man/man4/fd.4
/usr/src/share/man/man4/man4.i386/fdc.4
/usr/src/share/man/man4/icmp.4
/usr/src/share/man/man4/idp.4
/usr/src/share/man/man4/man4.i386/ie.4
/usr/src/share/man/man4/inet.4
/usr/src/share/man/man4/inet6.4
/usr/src/share/man/man4/ip.4
/usr/src/sbin/ipfw/ipfirewall.4
/usr/src/share/man/man4/man4.i386/is.4
/usr/src/share/man/man4/iso.4
/usr/src/share/man/man4/man4.i386/keyboard.4
/usr/src/share/man/man4/lkm.4
/usr/src/share/man/man4/lo.4
/usr/src/share/man/man4/man4.i386/lpt.4
/usr/src/share/man/man4/man4.i386/mcd.4
/usr/src/share/man/man4/man4.i386/mem.4
/usr/src/share/man/man4/mlx.4
/usr/src/share/man/man4/man4.i386/mse.4
/usr/src/share/man/man4/netintro.4
/usr/src/share/man/man4/man4.i386/npx.4
/usr/src/share/man/man4/ns.4
/usr/src/share/man/man4/nsip.4
/usr/src/share/man/man4/null.4
/usr/src/share/man/man4/pty.4
/usr/src/share/man/man4/route.4
/usr/src/share/man/man4/man4.i386/screen.4
/usr/src/share/man/man4/man4.i386/sea.4
/usr/src/share/man/man4/man4.i386/sio.4
/usr/src/share/man/man4/man4.i386/spkr.4
/usr/src/share/man/man4/spp.4
/usr/src/share/man/man4/tcp.4
/usr/src/share/man/man4/termios.4
/usr/src/share/man/man4/tp.4
/usr/src/share/man/man4/tty.4
/usr/src/share/man/man4/man4.i386/tw.4
/usr/src/share/man/man4/udp.4
/usr/src/share/man/man4/man4.i386/uha.4
/usr/src/share/man/man4/unix.4
/usr/src/lib/libc/locale/utf2.4
/usr/src/share/man/man4/man4.i386/wd.4
/usr/src/share/man/man4/yp.4

View File

@ -1,54 +0,0 @@
/usr/src/share/man/man5/a.out.5
/usr/src/share/man/man5/acct.5
/usr/src/usr.sbin/sendmail/src/aliases.5
/usr/src/usr.bin/ar/ar.5
/usr/src/libexec/bootpd/bootptab.5
/usr/src/share/man/man5/core.5
/usr/src/usr.sbin/cron/crontab/crontab.5
/usr/src/gnu/usr.bin/cvs/cvs/cvs.5
/usr/src/share/man/man5/dir.5
/usr/src/sbin/disklabel/disklabel.5
/usr/src/share/man/man5/disktab.5
/usr/src/games/dm/dm.conf.5
/usr/src/share/man/man5/fbtab.5
/usr/src/share/man/man5/fs.5
/usr/src/share/man/man5/fstab.5
/usr/src/libexec/getty/gettytab.5
/usr/src/gnu/usr.bin/groff/man/groff_font.5
/usr/src/gnu/usr.bin/groff/man/groff_out.5
/usr/src/share/man/man5/group.5
/usr/src/share/man/man5/hosts.5
/usr/src/eBones/man/krb.conf.5
/usr/src/eBones/man/krb.realms.5
/usr/src/share/man/man5/link.5
/usr/src/usr.bin/login/login.access.5
/usr/src/usr.bin/file/magic.5
/usr/src/usr.bin/tn3270/mset/map3270.5
/usr/src/sbin/mountd/netgroup.5
/usr/src/share/man/man5/networks.5
/usr/src/share/man/man5/passwd.5
/usr/src/share/man/man5/phones.5
/usr/src/share/man/man5/printcap.5
/usr/src/share/man/man5/procfs.5
/usr/src/share/man/man5/protocols.5
/usr/src/secure/lib/secure_rpc/man/publickey.5
/usr/src/usr.bin/ranlib/ranlib.5
/usr/src/gnu/usr.bin/rcs/rcs/rcsfile.5
/usr/src/share/man/man5/remote.5
/usr/src/share/man/man5/resolver.5
/usr/src/lib/libc/rpc/rpc.5
/usr/src/share/man/man5/services.5
/usr/src/share/man/man5/shells.5
/usr/src/lib/libskey/skey.access.5
/usr/src/share/man/man5/skey.access.5
/usr/src/share/man/man5/stab.5
/usr/src/usr.sbin/syslogd/syslog.conf.5
/usr/src/lib/libncurses/term.5
/usr/src/share/termcap/termcap.5
/usr/src/lib/libncurses/terminfo.5
/usr/src/libexec/getty/ttys.5
/usr/src/share/man/man5/types.5
/usr/src/lib/libc/stdtime/tzfile.5
/usr/src/share/man/man5/utmp.5
/usr/src/usr.bin/uuencode/uuencode.format.5
/usr/src/usr.bin/vgrind/vgrindefs.5

View File

@ -1,39 +0,0 @@
/usr/src/games/adventure/adventure.6
/usr/src/games/arithmetic/arithmetic.6
/usr/src/games/atc/atc.6
/usr/src/games/backgammon/backgammon/backgammon.6
/usr/src/usr.bin/banner/banner.6
/usr/src/games/battlestar/battlestar.6
/usr/src/games/bcd/bcd.6
/usr/src/games/boggle/boggle/boggle.6
/usr/src/games/bs/bs.6
/usr/src/games/caesar/caesar.6
/usr/src/games/canfield/canfield/canfield.6
/usr/src/gnu/games/chess/chess.6
/usr/src/games/cribbage/cribbage.6
/usr/src/games/factor/factor.6
/usr/src/games/fish/fish.6
/usr/src/games/fortune/fortune/fortune.6
/usr/src/games/grdc/grdc.6
/usr/src/games/hack/hack.6
/usr/src/games/hangman/hangman.6
/usr/src/games/larn/larn.6
/usr/src/games/mille/mille.6
/usr/src/games/number/number.6
/usr/src/games/phantasia/phantasia.6
/usr/src/games/pig/pig.6
/usr/src/games/pom/pom.6
/usr/src/games/quiz/quiz.6
/usr/src/games/rain/rain.6
/usr/src/games/random/random.6
/usr/src/games/robots/robots.6
/usr/src/games/rogue/rogue.6
/usr/src/games/sail/sail.6
/usr/src/games/snake/snake/snake.6
/usr/src/games/tetris/tetris.6
/usr/src/games/trek/trek.6
/usr/src/games/worm/worm.6
/usr/src/games/worms/worms.6
/usr/src/games/wump/wump.6
/usr/src/games/x11/xneko/xneko.6
/usr/src/games/x11/xroach/xroach.6

View File

@ -1,16 +0,0 @@
/usr/src/share/man/man7/ascii.7
/usr/src/share/man/man7/environ.7
/usr/src/gnu/usr.bin/groff/man/groff_char.7
/usr/src/gnu/usr.bin/groff/mm/groff_mm.7
/usr/src/gnu/usr.bin/groff/mm/groff_mmse.7
/usr/src/gnu/usr.bin/groff/tmac/groff_ms.7
/usr/src/share/man/man7/hier.7
/usr/src/share/man/man7/hostname.7
/usr/src/share/man/man7/intro.7
/usr/src/share/man/man7/mailaddr.7
/usr/src/share/man/man7/mdoc.7
/usr/src/share/man/man7/mdoc.samples.7
/usr/src/share/me/me.7
/usr/src/share/man/man7/operator.7
/usr/src/lib/libc/regex/re_format.7
/usr/src/bin/ln/symlink.7

View File

@ -1,182 +0,0 @@
/usr/src/share/man/man8/man8.i386/MAKEDEV.8
/usr/src/usr.sbin/XNSrouted/XNSrouted.8
/usr/src/usr.sbin/ac/ac.8
/usr/src/usr.sbin/accton/accton.8
/usr/src/share/man/man8/adding_user.8
/usr/src/usr.sbin/adduser/adduser.8
/usr/src/sbin/adjkerntz/adjkerntz.8
/usr/src/usr.sbin/amd/amd/amd.8
/usr/src/usr.sbin/amd/amq/amq.8
/usr/src/usr.sbin/apm/apm.8
/usr/src/usr.sbin/apmconf/apmconf.8
/usr/src/usr.sbin/arp/arp.8
/usr/src/libexec/atrun/atrun.8
/usr/src/usr.sbin/bad144/bad144.8
/usr/src/sbin/badsect/badsect.8
/usr/src/sbin/reboot/boot_hp300.8
/usr/src/sbin/reboot/boot_i386.8
/usr/src/sbin/reboot/boot_sparc.8
/usr/src/sbin/reboot/boot_tahoe.8
/usr/src/sbin/reboot/boot_vax.8
/usr/src/libexec/bootpd/bootpd.8
/usr/src/libexec/bootpd/tools/bootpef/bootpef.8
/usr/src/libexec/bootpd/tools/bootptest/bootptest.8
/usr/src/usr.bin/chat/chat.8
/usr/src/usr.sbin/chown/chown.8
/usr/src/usr.sbin/chroot/chroot.8
/usr/src/sbin/clri/clri.8
/usr/src/sbin/i386/comcontrol/comcontrol.8
/usr/src/libexec/comsat/comsat.8
/usr/src/usr.sbin/config/config.8
/usr/src/usr.sbin/config.new/config.new.8
/usr/src/usr.sbin/cron/cron/cron.8
/usr/src/sbin/i386/cxconfig/cxconfig.8
/usr/src/sbin/disklabel/disklabel.8
/usr/src/usr.sbin/diskpart/diskpart.8
/usr/src/games/dm/dm.8
/usr/src/sbin/dmesg/dmesg.8
/usr/src/sbin/dump/dump.8
/usr/src/sbin/dumpfs/dumpfs.8
/usr/src/sbin/dumplfs/dumplfs.8
/usr/src/usr.sbin/edquota/edquota.8
/usr/src/usr.sbin/eeprom/eeprom.8
/usr/src/eBones/man/ext_srvtab.8
/usr/src/usr.sbin/fdcontrol/fdcontrol.8
/usr/src/sbin/i386/fdisk/fdisk.8
/usr/src/libexec/fingerd/fingerd.8
/usr/src/sbin/fsck/fsck.8
/usr/src/usr.sbin/amd/fsinfo/fsinfo.8
/usr/src/sbin/i386/ft/ft.8
/usr/src/libexec/ftpd/ftpd.8
/usr/src/libexec/getty/getty.8
/usr/src/sbin/ifconfig/ifconfig.8
/usr/src/usr.sbin/inetd/inetd.8
/usr/src/sbin/init/init.8
/usr/src/share/man/man8/intro.8
/usr/src/usr.sbin/iostat/iostat.8
/usr/src/sbin/ipfw/ipfw.8
/usr/src/eBones/man/kadmin.8
/usr/src/eBones/man/kadmind.8
/usr/src/eBones/man/kdb_destroy.8
/usr/src/eBones/man/kdb_edit.8
/usr/src/eBones/man/kdb_init.8
/usr/src/eBones/man/kdb_util.8
/usr/src/usr.sbin/kgmon/kgmon.8
/usr/src/eBones/man/klogind.8
/usr/src/libexec/kpasswdd/kpasswdd.8
/usr/src/eBones/man/kshd.8
/usr/src/eBones/man/ksrvutil.8
/usr/src/eBones/man/kstash.8
/usr/src/usr.sbin/kvm_mkdb/kvm_mkdb.8
/usr/src/gnu/usr.bin/ld/ldconfig/ldconfig.8
/usr/src/libexec/lfs_cleanerd/lfs_cleanerd.8
/usr/src/usr.sbin/lpr/lpc/lpc.8
/usr/src/usr.sbin/lpr/lpd/lpd.8
/usr/src/usr.sbin/lptcontrol/lptcontrol.8
/usr/src/usr.sbin/lsdev/lsdev.8
/usr/src/libexec/mail.local/mail.local.8
/usr/src/eBones/make_keypair/make_keypair.8
/usr/src/share/man/man8/makedev.8
/usr/src/libexec/makekey/makekey.8
/usr/src/usr.sbin/sendmail/makemap/makemap.8
/usr/src/usr.sbin/amd/mk-amd-map/mk-amd-map.8
/usr/src/sbin/mknod/mknod.8
/usr/src/sbin/modload/modload.8
/usr/src/usr.bin/modstat/modstat.8
/usr/src/sbin/modunload/modunload.8
/usr/src/sbin/mount/mount.8
/usr/src/sbin/mount_cd9660/mount_cd9660.8
/usr/src/sbin/mount_fdesc/mount_fdesc.8
/usr/src/sbin/mount_kernfs/mount_kernfs.8
/usr/src/sbin/mount_lfs/mount_lfs.8
/usr/src/sbin/i386/mount_msdos/mount_msdos.8
/usr/src/sbin/mount_nfs/mount_nfs.8
/usr/src/sbin/mount_null/mount_null.8
/usr/src/sbin/mount_portal/mount_portal.8
/usr/src/sbin/mount_procfs/mount_procfs.8
/usr/src/sbin/mount_umap/mount_umap.8
/usr/src/sbin/mount_union/mount_union.8
/usr/src/sbin/mountd/mountd.8
/usr/src/usr.sbin/mrouted/mrouted.8
/usr/src/usr.sbin/mtree/mtree.8
/usr/src/usr.sbin/named/xfer/named-xfer.8
/usr/src/usr.sbin/named/named.8
/usr/src/usr.sbin/named/tools/named.reload/named.reload.8
/usr/src/usr.sbin/named/tools/named.restart/named.restart.8
/usr/src/usr.sbin/ncrcontrol/ncrcontrol.8
/usr/src/sbin/newfs/newfs.8
/usr/src/sbin/newlfs/newlfs.8
/usr/src/sbin/nfsd/nfsd.8
/usr/src/sbin/nfsiod/nfsiod.8
/usr/src/sbin/nologin/nologin.8
/usr/src/usr.sbin/nslookup/nslookup.8
/usr/src/usr.sbin/xntpd/doc/ntpdate.8
/usr/src/usr.sbin/xntpd/doc/ntpq.8
/usr/src/usr.sbin/xntpd/doc/ntptrace.8
/usr/src/usr.sbin/lpr/pac/pac.8
/usr/src/sbin/ping/ping.8
/usr/src/usr.sbin/portmap/portmap.8
/usr/src/usr.sbin/pppd/pppd.8
/usr/src/usr.sbin/pppstats/pppstats.8
/usr/src/usr.sbin/pstat/pstat.8
/usr/src/usr.sbin/pwd_mkdb/pwd_mkdb.8
/usr/src/usr.sbin/quot/quot.8
/usr/src/sbin/quotacheck/quotacheck.8
/usr/src/usr.sbin/quotaon/quotaon.8
/usr/src/libexec/rbootd/rbootd.8
/usr/src/share/man/man8/rc.8
/usr/src/sbin/rdisc/rdisc.8
/usr/src/sbin/reboot/reboot.8
/usr/src/eBones/registerd/registerd.8
/usr/src/usr.bin/renice/renice.8
/usr/src/usr.sbin/repquota/repquota.8
/usr/src/sbin/restore/restore.8
/usr/src/libexec/rexecd/rexecd.8
/usr/src/libexec/rlogind/rlogind.8
/usr/src/bin/rmail/rmail.8
/usr/src/usr.sbin/rmt/rmt.8
/usr/src/sbin/route/route.8
/usr/src/usr.sbin/routed/routed.8
/usr/src/libexec/rpc.rstatd/rpc.rstatd.8
/usr/src/libexec/rpc.rusersd/rpc.rusersd.8
/usr/src/libexec/rpc.rwalld/rpc.rwalld.8
/usr/src/usr.bin/rpcinfo/rpcinfo.8
/usr/src/libexec/rshd/rshd.8
/usr/src/lib/libc/rpc/rstat_svc.8
/usr/src/usr.sbin/rwhod/rwhod.8
/usr/src/usr.sbin/sa/sa.8
/usr/src/sbin/savecore/savecore.8
/usr/src/sbin/scsiformat/scsiformat.8
/usr/src/usr.sbin/sendmail/src/sendmail.8
/usr/src/usr.bin/showmount/showmount.8
/usr/src/sbin/shutdown/shutdown.8
/usr/src/sbin/slattach/slattach.8
/usr/src/usr.sbin/sliplogin/sliplogin.8
/usr/src/usr.sbin/slstat/slstat.8
/usr/src/share/man/man8/sticky.8
/usr/src/games/fortune/strfile/strfile.8
/usr/src/sbin/swapon/swapon.8
/usr/src/bin/sync/sync.8
/usr/src/usr.sbin/sysctl/sysctl.8
/usr/src/usr.sbin/syslogd/syslogd.8
/usr/src/libexec/talkd/talkd.8
/usr/src/libexec/telnetd/telnetd.8
/usr/src/secure/libexec/telnetd/telnetd.8
/usr/src/libexec/tftpd/tftpd.8
/usr/src/usr.sbin/timed/timed/timed.8
/usr/src/usr.sbin/timed/timedc/timedc.8
/usr/src/usr.sbin/traceroute/traceroute.8
/usr/src/usr.sbin/trpt/trpt.8
/usr/src/usr.sbin/trsp/trsp.8
/usr/src/sbin/tunefs/tunefs.8
/usr/src/sbin/umount/umount.8
/usr/src/gnu/libexec/uucp/uucico/uucico.8
/usr/src/gnu/libexec/uucp/uuxqt/uuxqt.8
/usr/src/usr.sbin/vipw/vipw.8
/usr/src/usr.bin/vmstat/vmstat.8
/usr/src/usr.sbin/vnconfig/vnconfig.8
/usr/src/usr.sbin/xntpd/doc/xntpd.8
/usr/src/usr.sbin/xntpd/doc/xntpdc.8
/usr/src/libexec/xtend/xtend.8
/usr/src/usr.sbin/zic/zdump.8
/usr/src/usr.sbin/zic/zic.8

View File

@ -1,191 +0,0 @@
.\" Copyright (c) 1980, 1993 Regents of the University of California.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by the University of
.\" California, Berkeley and its contributors.
.\" 4. Neither the name of the University nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)title.prm 8.1 (Berkeley) 7/19/93
.\"
.ps 18
.vs 22
.sp 2.75i
.ft B
.ce 2
FreeBSD Programmer's Reference Manual
(PRM)
.ps 14
.vs 16
.sp |4i
.ce 2
For FreeBSD version 2.1
.sp |5.75i
.ft R
.pt 12
.vs 16
.ce
June, 1993
.sp |8.2i
.ce 5
The FreeBSD Project
<hackers@FreeBSD.ORG>
.bp
\&
.sp |1i
.hy 0
.ps 10
.vs 12p
Copyright 1979, 1980, 1983, 1986, 1993
The Regents of the University of California. All rights reserved.
.sp 2
Other than the specific manual pages and documents listed below
as copyrighted by AT&T,
redistribution and use of this manual in source and binary forms,
with or without modification, are permitted provided that the
following conditions are met:
.sp 0.5
.in +0.2i
.ta 0.2i
.ti -0.2i
1) Redistributions of this manual must retain the copyright
notices on this page, this list of conditions and the following disclaimer.
.ti -0.2i
2) Software or documentation that incorporates part of this manual must
reproduce the copyright notices on this page, this list of conditions and
the following disclaimer in the documentation and/or other materials
provided with the distribution.
.ti -0.2i
3) All advertising materials mentioning features or use of this software
must display the following acknowledgement:
``This product includes software developed by the University of
California, Berkeley and its contributors.''
.ti -0.2i
4) Neither the name of the University nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
.in -0.2i
.sp
\fB\s-1THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.\s+1\fP
.sp 2
The Institute of Electrical and Electronics Engineers and the American
National Standards Committee X3, on Information Processing Systems have
given us permission to reprint portions of their documentation.
.sp
In the following statement, the phrase ``this text'' refers to portions
of the system documentation.
.sp 0.5
``Portions of this text are reprinted and reproduced in
electronic form in 4.4BSD from IEEE Std 1003.1-1988, IEEE
Standard Portable Operating System Interface for Computer Environments
(POSIX), copyright 1988 by the Institute of Electrical and Electronics
Engineers, Inc. In the event of any discrepancy between these versions
and the original IEEE Standard, the original IEEE Standard is the referee
document.''
.sp
In the following statement, the phrase ``This material'' refers to portions
of the system documentation.
.sp 0.5
``This material is reproduced with permission from American National
Standards Committee X3, on Information Processing Systems. Computer and
Business Equipment Manufacturers Association (CBEMA), 311 First St., NW,
Suite 500, Washington, DC 20001-2178. The developmental work of
Programming Language C was completed by the X3J11 Technical Committee.''
.sp 2
The views and conclusions contained in this manual are those of the
authors and should not be interpreted as representing official policies,
either expressed or implied, of the Regents of the University of California.
.br
.ll 6.5i
.lt 6.5i
.po .75i
.in 0i
.af % i
.ds ET\"
.de HD
.po 0
.lt 7.4i
.tl ''''
.lt
.po
'sp 18p
.if o .tl '\\*(ET''\\*(OT'
.if e .tl '\\*(OT''\\*(ET'
'sp 18p
.ns
..
.de FO
'sp 18p
.if e .tl '\s9\\*(Dt''\\*(Ed\s0'
.if o .tl '\s9\\*(Ed''\\*(Dt\s0'
'bp
..
.wh 0 HD
.wh -60p FO
.bp
.ds ET \s9\f2Table \|of \|Contents\fP\s0
.ds OT - % -
.ce
\f3TABLE \|OF \|CONTENTS\fP
.nr x .5i
.in +\nxu
.nf
.ta \n(.lu-\nxuR
.de xx
\\$1\f3 \a \fP\\$2
..
.de t
.sp 1v
.ne .5i
.cs 3
.ti -.5i
.ss 18
\f3\s9\\$2. \\$3\s0\fP
.ss 12
.if t .sp .5v
.cs 3 36
.ds Ed Section \\$2
.ds Dt \\$3
.so \\$1
..
.t /usr/src/share/man/man0/toc2 2 "System Calls"
.t /usr/src/share/man/man0/toc3 3 "C Library Subroutines"
.t /usr/src/share/man/man0/toc4 4 "Special Files"
.t /usr/src/share/man/man0/toc5 5 "File Formats"
.in -.5i
.cs 3
.if n .ta 8n 16n 24n 32n 40n 48n 56n 64n 72n 80n
.if t .ta .5i 1i 1.5i 2i 2.5i 3i 3.5i 4i 4.5i 5i 5.5i 6i 6.5i

File diff suppressed because it is too large Load Diff

View File

@ -1,74 +0,0 @@
#!/bin/sh -
#
# Copyright (c) 1993
# The Regents of the University of California. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
# 3. All advertising materials mentioning features or use of this software
# must display the following acknowledgement:
# This product includes software developed by the University of
# California, Berkeley and its contributors.
# 4. Neither the name of the University nor the names of its contributors
# may be used to endorse or promote products derived from this software
# without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# @(#)tocrc 8.1 (Berkeley) 6/29/93
#
tmp=/tmp/toc$$
trap "rm $tmp ; exit" 2 3 15
: tocx files for all sections and everything else
if [ ! -f tocx8 ]; then
for x in 1 2 3 4 5 6 7 8; do
/usr/libexec/getNAME -t `cat man$x` |
sed \
-e 's/.s-2//g' \
-e 's/.s-1//g' \
-e 's/.s0//g' \
-e 's/.s+1//g' \
-e 's/ *.- */: /' \
-e 's/ *$/./' \
-e 's/.TH.* //' \
> tocx$x
done
fi
: permuted index and toc files
cat tocx* cshcmd > /tmp/cattoc
ptx -G -r -t -b break -f -w 108 -i ignore /tmp/cattoc ptxx
for x in 1 2 3 4 5 6 7 8; do
grep '^intro' <tocx$x >$tmp
sed \
-e '2,${' \
-e '/^intro/d' \
-e '}' \
-e 's/ .*://' \
-e 's/.$//' \
-e 's/([^)]*) /" "/' \
-e 's/.*/.xx "&"/' \
-e '/""/d' \
$tmp tocx$x \
>toc$x
done
exit

View File

@ -1,84 +0,0 @@
#!/usr/bin/perl
# Copyright (c) 1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
# All rights reserved.
#
# xrs - detect unsorted cross references in section SEE ALSO
#
# Cross references in the SEE ALSO section should
# be sorted by section number, and then placed in alphabetical
# order and comma separated. For example:
#
# ls(1), ps(1), group(5), passwd(5).
#
# The last entry may be finished with a dot `.'
#
# or a source example:.
# .Sh SEE ALSO
# .Xr foo 1 ,
# .Xr bla 2 ,
# .Xr foobar 8
# .Sh HISTORY
#
# usage: xrs manpages ...
#
# $FreeBSD$
sub mysort {
local(@c) = split($",$a);
local(@d) = split($",$b);
local($ret) = ($c[2] <=> $d[2]);
return $ret if $ret;
return $c[1] cmp $d[1];
}
sub usage { die "usage: xrs manpages ...\n"; }
sub compare {
local(*a, *b) = @_;
return 1 if ($#a != $#b);
for($i = 0; $i <= $#a; $i++) {
return 1 if
$a[$i] ne $b[$i];
}
for ($i = 0; $i < $#a; $i++) {
return 1 if $a[$i] !~ /\s,\s*$/;
}
return 1 if $a[$#a] =~ /\s,\s*$/;
return 1 if $a[$#a] =~ /^.Xr\s+\S+\s+\S+\s+[^.\s]/;
return 0;
}
&usage if $#ARGV >= 0 && $ARGV[0] =~ /^-\?|h/;
while(<>) {
if (/^\.Sh\s/ && /"?SEE\s+ALSO"?/) {
$file = $ARGV;
@a = ();
while(<>) {
last if $file ne $ARGV;
next if /^\.\\"\s/; # " ignore comments
# next if m%^/[^/]+/%; # ignore absolute path names
if (!/^\.(Xr|Fn)\s/) {
if (!/^\.(Sh|Rs|\\"|Pp|br)\s*/ && !/^\s*$/) {
warn "Oops: $ARGV $_";
}
last;
}
tr/A-Z/a-z/;
push(@a, $_);
}
@b = sort mysort @a;
if (&compare(*a,*b)) {
print "$file\n";
}
}
last if eof();
}