diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
commit | 078c2448197a826265f74828b3159d758f1f0ceb (patch) | |
tree | ef3b0d7b2b6fcf1328ac8953d9e2abf6431093ea /share/man/man4/man4.sparc/esp.4 | |
parent | 3610cb2f5b1eeb5e599fcca418780b43c2f30b6d (diff) |
- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
Diffstat (limited to 'share/man/man4/man4.sparc/esp.4')
-rw-r--r-- | share/man/man4/man4.sparc/esp.4 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man4/man4.sparc/esp.4 b/share/man/man4/man4.sparc/esp.4 index b7d636d1eec..2da7a334fcd 100644 --- a/share/man/man4/man4.sparc/esp.4 +++ b/share/man/man4/man4.sparc/esp.4 @@ -1,6 +1,6 @@ -.\" $OpenBSD: esp.4,v 1.3 1999/05/16 19:57:19 alex Exp $ +.\" $OpenBSD: esp.4,v 1.4 1999/07/09 13:35:42 aaron Exp $ .\" -.\" Copyright (c) 1998 The OpenBSD Project +.\" Copyright (c) 1998 The OpenBSD Project .\" All rights reserved. .\" .\" @@ -8,11 +8,11 @@ .Dt ESP 4 sparc .Os .Sh NAME -.Nm esp +.Nm esp .Nd ESP NCR 53c94 on-board or SBus SCSI controller .Sh SYNOPSIS .Cd "dma0 at obio0 addr 0xfa001000 level 4 " Pq sun4/300 -.Cd "esp0 at obio0 addr 0xfa000000 level 4 flags 0xff0f" +.Cd "esp0 at obio0 addr 0xfa000000 level 4 flags 0xff0f" .Cd "" .Cd "dma0 at sbus0 slot ? offset ? " Pq on-board .Cd "esp0 at sbus0 slot ? offset ? flags 0xff0f " Pq sun4c @@ -22,10 +22,10 @@ .Cd "esp* at sbus? slot ? offset ? flags 0xff0f " Pq "two flavours" .Cd "esp* at dma? flags 0xff0f " Pq "depending on model" .Sh DESCRIPTION -The +The .Nm -is an on-board or SBus SCSI controller based on the NCR 53c94 chip, found -on Sun 4/300, sun4c and sun4m workstations. +is an on-board or SBus SCSI controller based on the NCR 53c94 chip, found +on Sun 4/300, sun4c and sun4m workstations. .Sh DEVICE FLAGS .Bl -tag -width speaker -compact .It Bits 0-7 disable disconnect/reselect for the corresponding target @@ -33,10 +33,10 @@ on Sun 4/300, sun4c and sun4m workstations. .It Bits 8-15 disable synchronous negotiation for target "[bit - 8]" .El .Pp -The -.Nm +The +.Nm device flags may be OR'd together to enable any combination of -the features listed above. Targets 4 through 7 typically have +the features listed above. Targets 4 through 7 typically have disconnect/reselect enabled on the premise that tape devices normally have one of these targets. Tape devices should be allowed to disconnect for the SCSI bus to operate acceptably. |