diff options
author | mpp <mpp@FreeBSD.org> | 1996-02-12 01:20:38 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-02-12 01:20:38 +0000 |
commit | 69247d533f275f8727b974552a938bd3a36e96e5 (patch) | |
tree | 69a7aa47ad6e712185ba5c98e0cdfc44e4cbf9a9 /share/man/man8 | |
parent | 1d267ab1ce64a53fcecd133f0ab0666fb6d7bd60 (diff) | |
download | FreeBSD-src-69247d533f275f8727b974552a938bd3a36e96e5.zip FreeBSD-src-69247d533f275f8727b974552a938bd3a36e96e5.tar.gz |
Fixed some minor formatting problems to silence manck some more.
Corrected some bogus cross references to man pages that we don't/won't
have and either deleted them, or found a more appropriate man page
that we do have. Various other minor changes to silence manck.
Manck is currently down to about 200 lines of errors, down from
the 500 - 600+ when I started all this.
Diffstat (limited to 'share/man/man8')
-rw-r--r-- | share/man/man8/man8.alpha/MAKEDEV.8 | 5 | ||||
-rw-r--r-- | share/man/man8/man8.i386/MAKEDEV.8 | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man8/man8.alpha/MAKEDEV.8 b/share/man/man8/man8.alpha/MAKEDEV.8 index b96766e..fc3964f 100644 --- a/share/man/man8/man8.alpha/MAKEDEV.8 +++ b/share/man/man8/man8.alpha/MAKEDEV.8 @@ -43,7 +43,7 @@ The shell script found in the ``/dev'' directory, is used to create the common special files. See -.IR special (8) +.IR intro (4) for a more complete discussion of special files. .PP .I MAKEDEV @@ -101,5 +101,4 @@ QIC-interfaced (e.g. not SCSI) 3M cartridge tape .SH SEE ALSO .IR intro (4), .IR config (8), -.IR mknod (8), -.IR special (8) +.IR mknod (8) diff --git a/share/man/man8/man8.i386/MAKEDEV.8 b/share/man/man8/man8.i386/MAKEDEV.8 index b96766e..fc3964f 100644 --- a/share/man/man8/man8.i386/MAKEDEV.8 +++ b/share/man/man8/man8.i386/MAKEDEV.8 @@ -43,7 +43,7 @@ The shell script found in the ``/dev'' directory, is used to create the common special files. See -.IR special (8) +.IR intro (4) for a more complete discussion of special files. .PP .I MAKEDEV @@ -101,5 +101,4 @@ QIC-interfaced (e.g. not SCSI) 3M cartridge tape .SH SEE ALSO .IR intro (4), .IR config (8), -.IR mknod (8), -.IR special (8) +.IR mknod (8) |