diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-03 15:21:18 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-03 15:21:18 +0000 |
commit | 3e822f562a2a9da115bd9d84adf5e211370ec4dd (patch) | |
tree | c741b4dc8f089128fff5c9825dbe60c28d66fb94 /share/man/man4/man4.i386 | |
parent | ddd170dedc3aa5a283ca155d53a50407d8da8150 (diff) |
o) We don't like .Pp before/after .Sh;
o) .Nm always has argument in .Sh SYNOPSIS;
o) We always closes .Bl and .Bd tags;
millert@ ok
Diffstat (limited to 'share/man/man4/man4.i386')
-rw-r--r-- | share/man/man4/man4.i386/bios.4 | 3 | ||||
-rw-r--r-- | share/man/man4/man4.i386/iy.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.i386/mcd.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.i386/mtrr.4 | 3 | ||||
-rw-r--r-- | share/man/man4/man4.i386/pcibios.4 | 3 |
5 files changed, 6 insertions, 11 deletions
diff --git a/share/man/man4/man4.i386/bios.4 b/share/man/man4/man4.i386/bios.4 index a7548cd901f..8c84711c21e 100644 --- a/share/man/man4/man4.i386/bios.4 +++ b/share/man/man4/man4.i386/bios.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bios.4,v 1.2 2001/06/23 07:04:13 pjanzen Exp $ +.\" $OpenBSD: bios.4,v 1.3 2001/08/03 15:21:16 mpech Exp $ .\" .\" Copyright (c) 2001 Michael Shalayeff .\" All rights reserved. @@ -38,7 +38,6 @@ .Cd "bios0 at mainbus0 flags 0x0000" .Cd "apm0 at bios0 flags 0x0000" .Cd "pcibios0 at bios0 flags 0x0000" -.Pp .Sh INTRODUCTION .Ox provides support for PC firmware, aka BIOS and some of it's functions, diff --git a/share/man/man4/man4.i386/iy.4 b/share/man/man4/man4.i386/iy.4 index e9c935962c9..58b0b21d0f6 100644 --- a/share/man/man4/man4.i386/iy.4 +++ b/share/man/man4/man4.i386/iy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iy.4,v 1.8 2000/10/18 02:38:25 aaron Exp $ +.\" $OpenBSD: iy.4,v 1.9 2001/08/03 15:21:16 mpech Exp $ .\" $NetBSD: iy.4,v 1.2 1996/05/23 16:52:39 thorpej Exp $ .\" .\" Copyright (c) 1994 Herb Peyerl @@ -72,12 +72,10 @@ Use the AUI port. .It \ link0 \ link1 Use the UTP port. .El -.Pp .Sh NOTES The Etherexpress PRO card has no jumpers to set the address. Intel supplies software to set the address of the card in software. You have to hardwire this address in your kernel configuration file. -.Pp .Sh SEE ALSO .Xr ed 4 , .Xr eg 4 , diff --git a/share/man/man4/man4.i386/mcd.4 b/share/man/man4/man4.i386/mcd.4 index 824e7334acd..e2f8b522112 100644 --- a/share/man/man4/man4.i386/mcd.4 +++ b/share/man/man4/man4.i386/mcd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mcd.4,v 1.6 2000/07/05 13:46:53 aaron Exp $ +.\" $OpenBSD: mcd.4,v 1.7 2001/08/03 15:21:16 mpech Exp $ .\" .\" Copyright (c) 1994 James A. Jegers .\" All rights reserved. @@ -35,11 +35,11 @@ The .Nm driver provides support for Mitsumi CD-ROM drives and controllers. -.Pp .Sh FILES .Bl -tag -width /dev/rmcdx -compact .It Pa /dev/mcd* .It Pa /dev/rmcd* +.El .Sh SEE ALSO .Xr cd 4 , .Xr intro 4 , diff --git a/share/man/man4/man4.i386/mtrr.4 b/share/man/man4/man4.i386/mtrr.4 index 26b1e545339..ac258ea581e 100644 --- a/share/man/man4/man4.i386/mtrr.4 +++ b/share/man/man4/man4.i386/mtrr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mtrr.4,v 1.8 2001/06/23 07:04:15 pjanzen Exp $ +.\" $OpenBSD: mtrr.4,v 1.9 2001/08/03 15:21:16 mpech Exp $ .\" .\" Pentium MTRR driver for OpenBSD. .\" Copyright 1999 Matthieu Herrb <matthieu@openbsd.org> @@ -114,7 +114,6 @@ flag may not be removed or updated. .Fa mo_arg[0] should be set to MEMRANGE_SET_UPDATE to update an existing or establish a new range, or to MEMRANGE_SET_REMOVE to remove a range. -.Pp .Sh RETURN VALUES .Bl -tag -width Er .It Bq Er EOPNOTSUPP diff --git a/share/man/man4/man4.i386/pcibios.4 b/share/man/man4/man4.i386/pcibios.4 index a2294b33af3..69e8c061ddb 100644 --- a/share/man/man4/man4.i386/pcibios.4 +++ b/share/man/man4/man4.i386/pcibios.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcibios.4,v 1.10 2001/08/03 14:30:26 mpech Exp $ +.\" $OpenBSD: pcibios.4,v 1.11 2001/08/03 15:21:16 mpech Exp $ .\" $NetBSD: pcibios.4,v 1.7 2000/08/03 13:32:39 soda Exp $ .\" .\" Copyright (c) 2000 Michale Shalayeff, All rights reserved. @@ -46,7 +46,6 @@ .Cd "pcibios0 at bios0 flags 0x0000" .\" .Cd "#options PCIBIOS_IRQS_HINT=0x0a00 #IRQ 9,11" .\" .Cd "#options PCIBIOS_INTR_FIXUP_FORCE" -.Pp .Sh INTRODUCTION .Ox provides support for setting up PCI controllers, bridges, and devices |