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 | |
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')
-rw-r--r-- | share/man/man4/fpa.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.i386/si.4 | 4 | ||||
-rw-r--r-- | share/man/man4/si.4 | 4 | ||||
-rw-r--r-- | share/man/man8/man8.alpha/MAKEDEV.8 | 5 | ||||
-rw-r--r-- | share/man/man8/man8.i386/MAKEDEV.8 | 5 |
5 files changed, 10 insertions, 12 deletions
diff --git a/share/man/man4/fpa.4 b/share/man/man4/fpa.4 index 983a3fa..33e5334 100644 --- a/share/man/man4/fpa.4 +++ b/share/man/man4/fpa.4 @@ -6,9 +6,9 @@ .Dd March 13, 1995 .Dt FPA 4 i386 .Dt FEA 4 i386 -.Os +.Os FreeBSD .Sh NAME -.Nm fpa , +.Nm fpa , .Nm fea .Nd Device Drivers for DEC FDDI Controllers .Sh SYNOPSIS diff --git a/share/man/man4/man4.i386/si.4 b/share/man/man4/man4.i386/si.4 index 4b30bb5..3883708 100644 --- a/share/man/man4/man4.i386/si.4 +++ b/share/man/man4/man4.i386/si.4 @@ -1,11 +1,11 @@ -.\" $Id: si.4,v 1.2 1995/12/28 21:47:58 adam Exp $ +.\" $Id: si.4,v 1.3 1995/12/29 01:39:06 peter Exp $ .\" The following requests are required for all man pages. .Dd September 16, 1995 .Os FreeBSD .Dt SI 4 .Sh NAME .Nm si -- Driver for Specialix International SI/XIO 8-32 port intelligent serial card. +.Nd Driver for Specialix International SI/XIO 8-32 port intelligent serial card. .Sh SYNOPSIS .Nm "device si0 at isa? tty irq 12 iomem 0xd0000 vector siintr" .Sh DESCRIPTION diff --git a/share/man/man4/si.4 b/share/man/man4/si.4 index 4b30bb5..3883708 100644 --- a/share/man/man4/si.4 +++ b/share/man/man4/si.4 @@ -1,11 +1,11 @@ -.\" $Id: si.4,v 1.2 1995/12/28 21:47:58 adam Exp $ +.\" $Id: si.4,v 1.3 1995/12/29 01:39:06 peter Exp $ .\" The following requests are required for all man pages. .Dd September 16, 1995 .Os FreeBSD .Dt SI 4 .Sh NAME .Nm si -- Driver for Specialix International SI/XIO 8-32 port intelligent serial card. +.Nd Driver for Specialix International SI/XIO 8-32 port intelligent serial card. .Sh SYNOPSIS .Nm "device si0 at isa? tty irq 12 iomem 0xd0000 vector siintr" .Sh DESCRIPTION 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) |