diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-13 04:09:24 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-13 04:09:24 +0000 |
commit | e5c8d0569ae87068c9f3a4440f1d6d03e473f816 (patch) | |
tree | 22eb833b5d4c07c3bbf689116ffe0a7db3dc2d9a /share/man/man4 | |
parent | bd8d6480c368d30c33438889d895a7640dfbe123 (diff) |
Remove unwanted trailing whitespace.
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.i386/pcibios.4 | 30 | ||||
-rw-r--r-- | share/man/man4/man4.powerpc/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.vax/cons.4 | 52 | ||||
-rw-r--r-- | share/man/man4/man4.vax/le.4 | 8 | ||||
-rw-r--r-- | share/man/man4/man4.vax/ze.4 | 6 |
5 files changed, 50 insertions, 50 deletions
diff --git a/share/man/man4/man4.i386/pcibios.4 b/share/man/man4/man4.i386/pcibios.4 index 7cacf0c39e7..282633e5785 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.2 2000/08/17 21:50:03 deraadt Exp $ +.\" $OpenBSD: pcibios.4,v 1.3 2000/10/13 04:09:20 aaron Exp $ .\" $NetBSD: pcibios.4,v 1.7 2000/08/03 13:32:39 soda Exp $ .\" .\" Copyright (c) 2000 Michale Shalayeff, All rights reserved. @@ -89,11 +89,11 @@ space unallocated, the CardBus bridge device driver doesn't require this option, since the driver allocates necessary space by itself. .It 0x0002 -Fixup PCI bus numbering; needed for many +Fixup PCI bus numbering; needed for many .Xr cardbus 4 bridges. .Pp -Each PCI bus and CardBus should have a unique bus number. +Each PCI bus and CardBus should have a unique bus number. But some BIOS implementations don't assign a bus number for subordinate PCI buses. And many BIOS implementations don't assign a bus number for CardBuses. @@ -106,9 +106,9 @@ but normally the bus number 0 is used by the machine's primary PCI bus. Thus, this bus number for cardbus is incorrect .Pq not assigned . -In this situation, a device located in cardbus0 doesn't +In this situation, a device located in cardbus0 doesn't show correct device ID, -because its bus number 0 incorrectly refers to the primary +because its bus number 0 incorrectly refers to the primary PCI bus, and a device ID in the primary PCI bus is shown in the boot message instead of the device's ID in the cardbus0. .Pp @@ -146,7 +146,7 @@ procedure leaves the interrupt as is. .\" For example, .\" .Qq Sy options PCIBIOS_IRQS_HINT=0x0a00 .\" allows IRQ 9 and IRQ 11. -.\" +.\" .\" The kernel global variable .\" .Va pcibios_irqs_hint .\" holds this value, @@ -170,13 +170,13 @@ procedure leaves the interrupt as is. .\" To modify kernel image without kernel recompilation, .\" run the following command on shell: .\" .Dl Ic gdb --write /netbsd -.\" And type the following commands at the +.\" And type the following commands at the .\" .Qq Sy (gdb) .\" prompt: .\" .Dl Ic set pcibios_irqs_hint=0xa00 .\" .Dl Ic quit .\" .El -.\" +.\" .\" .It Nm PCIBIOS_INTR_FIXUP_FORCE .\" .Pp .\" Some buggy BIOS implementations provide inconsistent @@ -188,22 +188,22 @@ procedure leaves the interrupt as is. .\" shows .\" .Qq Sy WARNING: preserving irq XX .\" in the PCI routing table. -.\" +.\" .\" If .\" .Em PCIBIOS_INTR_FIXUP_FORCE .\" is specified in addition to the .\" .Em PCIBIOS_INTR_FIXUP , .\" the PCI Interrupt Routing table takes precedence. .\" In this case, a kernel with -.\" .Em PCIBIOSVERBOSE +.\" .Em PCIBIOSVERBOSE .\" shows .\" .Qq Sy WARNING: overriding irq XX .\" in the PCI routing table. -.\" +.\" .\" The necessity of this option is doubtful, and we may .\" remove this option in the future. If you find that this .\" option is worth preserving, please report it with send-pr. -.\" +.\" .\" .It Nm PCIBIOS_INTR_GUESS .\" make .\" .Em PCIBIOS_INTR_FIXUP @@ -211,7 +211,7 @@ procedure leaves the interrupt as is. .\" .Pp .\" If a PCI interrupt router is not known, normally interrupt .\" configuraion will not be touched. -.\" +.\" .\" But if .\" .Em PCIBIOS_INTR_GUESS .\" is specified in addition to the @@ -220,12 +220,12 @@ procedure leaves the interrupt as is. .\" one IRQ is available for the entry, the IRQ is assumed to be already .\" connected to the device, and corresponding PCI Interrupt .\" Configuration Register will be configured accordingly. -.\" +.\" .\" .It Nm PCIINTR_DEBUG .\" make the .\" .Em PCIBIOS_INTR_FIXUP .\" procedure verbose. -.\" +.\" .\" .El .Sh SEE ALSO .Xr cardbus 4 , diff --git a/share/man/man4/man4.powerpc/Makefile b/share/man/man4/man4.powerpc/Makefile index ebebd6f199d..4c8e791a9a3 100644 --- a/share/man/man4/man4.powerpc/Makefile +++ b/share/man/man4/man4.powerpc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 1998/09/24 04:43:05 rahnds Exp $ +# $OpenBSD: Makefile,v 1.2 2000/10/13 04:09:20 aaron Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ -MAN= com.4 +MAN= com.4 MANSUBDIR=/powerpc diff --git a/share/man/man4/man4.vax/cons.4 b/share/man/man4/man4.vax/cons.4 index 4faad273a17..e456dd919bd 100644 --- a/share/man/man4/man4.vax/cons.4 +++ b/share/man/man4/man4.vax/cons.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cons.4,v 1.4 2000/07/22 04:56:12 bjc Exp $ +.\" $OpenBSD: cons.4,v 1.5 2000/10/13 04:09:20 aaron Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. .\" All rights reserved. @@ -43,7 +43,7 @@ The console is available to the processor through the console registers. It acts like a normal terminal, except that when the local functions are not disabled, a special command character puts the console in local console -mode. The character itself is dependent upon the model of VAX and the +mode. The character itself is dependent upon the model of VAX and the type of console in use. The prompt in console mode is .Sq Li >>> , also called the @@ -51,7 +51,7 @@ also called the prompt. The operation of the console in this mode varies -among different VAX models. +among different VAX models. .Ss VAX-11/780 or 785 On either the .Tn VAX @@ -135,8 +135,8 @@ Halt the processor if in normal mode. .El .Ss VAX 4000, MicroVAX, VAXstation, others If the console is a serial console, sending a break will likely cause the -machine to halt and enter console mode. The set of commands available at -the console varies from machine to machine, although there are several +machine to halt and enter console mode. The set of commands available at +the console varies from machine to machine, although there are several commands which are common to most or all models. .Bl -tag -width continue -compact -offset 4n .It Ic c @@ -156,9 +156,9 @@ Display a list of available console commands. .Op Cm /ins .Op Cm /pgiv .Op Cm /n: Ns Ar n -.Op Ar addr +.Op Ar addr .Xc -Display the contents at address +Display the contents at address .Ar addr according to the options specified. .Pp @@ -167,34 +167,34 @@ The options are: .Bl -tag -width 5n -compact .It Cm /bwl .It Cm /ins -Size of data to examine. Your choices are examining values as bytes (8 bits), -words (16 bits), or longwords (32 bits). On systems that support it, you +Size of data to examine. Your choices are examining values as bytes (8 bits), +words (16 bits), or longwords (32 bits). On systems that support it, you can use -the +the .Cm /ins option to display the mnemonic representation of the instruction located at .Ar addr . .Pp .It Cm /pvgi -These options describe the meaning of +These options describe the meaning of .Ar addr . With the .Cm /p option, .Ar addr -will be treated as an address in physical memory. With the +will be treated as an address in physical memory. With the .Cm /v option, -.Ar addr -will be treated as a virtual address. The -.Cm /g +.Ar addr +will be treated as a virtual address. The +.Cm /g option will let you examine the general registers. From 0 to F (base 16), general registers are R0-R12(AP), FP, SP, and PC. The .Cm /i option will let you view the internal processor registers. These vary -from processor to processor, but a relatively complete description may be -found in +from processor to processor, but a relatively complete description may be +found in .Pa /usr/include/vax/mtpr.h . .Pp .It Cm /n: Ns Ar count @@ -203,7 +203,7 @@ The option specifies that the command will repeat .Ar count times after executing once, automatically incrementing -.Ar addr +.Ar addr while doing so. .El .Pp @@ -213,12 +213,12 @@ while doing so. .Op Cm /bwl .Op Cm /pgiv .Op Cm /n: Ns Ar n -.Op Ar addr +.Op Ar addr .Op Ar value .Xc -Insert the value +Insert the value .Ar value -into the address +into the address .Ar addr according to the options specified. .Pp @@ -226,13 +226,13 @@ The options are: .Pp .Bl -tag -width 5n -compact .It Cm /bwl -Size of data to insert. Your choices are inserting values as bytes (8 bits), -words (16 bits), or longwords (32 bits). +Size of data to insert. Your choices are inserting values as bytes (8 bits), +words (16 bits), or longwords (32 bits). .Pp .It Cm /pvgi -These options describe the meaning of +These options describe the meaning of .Ar addr . -Their meanings are identical to their respective meanings in the +Their meanings are identical to their respective meanings in the .Cm examine command. .Pp @@ -242,7 +242,7 @@ The option specifies that the command will repeat .Ar count times after executing once, automatically incrementing -.Ar addr +.Ar addr while doing so. .El .Pp diff --git a/share/man/man4/man4.vax/le.4 b/share/man/man4/man4.vax/le.4 index 1a9a64f9768..b484c348787 100644 --- a/share/man/man4/man4.vax/le.4 +++ b/share/man/man4/man4.vax/le.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: le.4,v 1.1 2000/07/22 04:50:56 bjc Exp $ +.\" $OpenBSD: le.4,v 1.2 2000/10/13 04:09:20 aaron Exp $ .\" .Dd July 21, 2000 .Dt LE 4 vax @@ -14,13 +14,13 @@ The .Nm interface provides access to the 10 Mb/s .Tn Ethernet -network through the +network through the .Tn AMD Am7990 Local Area Network Controller for Ethernet .Pq Tn LANCE chipset. .Pp -Different machine configurations have varying types of connectors. The +Different machine configurations have varying types of connectors. The following types can be found: .Pp .Bl -tag -width 10n @@ -32,5 +32,5 @@ RG58 connector (10base2) .Sh SEE ALSO .Xr arp 4 , .Xr ifconfig 4 , -.Xr ifmedia 4 , +.Xr ifmedia 4 , .Xr ze 4 diff --git a/share/man/man4/man4.vax/ze.4 b/share/man/man4/man4.vax/ze.4 index 9522b33ca7d..b326e6a1675 100644 --- a/share/man/man4/man4.vax/ze.4 +++ b/share/man/man4/man4.vax/ze.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ze.4,v 1.1 2000/07/22 04:51:40 bjc Exp $ +.\" $OpenBSD: ze.4,v 1.2 2000/10/13 04:09:21 aaron Exp $ .\" .Dd July 21, 2000 .Dt ZE 4 vax @@ -16,7 +16,7 @@ interface provides access to the 10 Mb/s .Tn Ethernet network through the DEC Second Generation Ethernet Chip (SGEC) chipset. .Pp -Different machine configurations have varying types of connectors. The +Different machine configurations have varying types of connectors. The following types can be found: .Pp .Bl -tag -width 10n @@ -28,5 +28,5 @@ RG58 connector (10base2) .Sh SEE ALSO .Xr arp 4 , .Xr ifconfig 4 , -.Xr ifmedia 4 , +.Xr ifmedia 4 , .Xr le 4 |