freebsd-dev/share/man/man0
Dag-Erling Smørgrav 5a948e4ba7 While I'm at it, remove the tickadj manpage from src/share/man0/man8,
though I'm afraid there's a lot more that needs fixing in this file,
judging by 'find /usr/src -name "*.8" -print'.

Spotted-by:	glimpse -H /usr/src tickadj
1998-10-08 18:52:17 +00:00
..
break
cover
cshcmd
groff.sed
ignore
Makefile Revert $FreeBSD$ back to $Id$ 1997-02-22 13:26:29 +00:00
man1
man2
man3
man4
man5
man6
man7
man8 While I'm at it, remove the tickadj manpage from src/share/man0/man8, 1998-10-08 18:52:17 +00:00
README
title.prm
title.urm Revert $FreeBSD$ back to $Id$ 1997-02-22 13:26:29 +00:00
tocrc
xrs.pl Case insensitive sort. Ignore troff comments. Bugfixes. 1997-09-29 12:41:35 +00:00

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