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.arm32 | |
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.arm32')
-rw-r--r-- | share/man/man4/man4.arm32/wd.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/man4.arm32/wd.4 b/share/man/man4/man4.arm32/wd.4 index df2ae30c3c2..739e662c5a1 100644 --- a/share/man/man4/man4.arm32/wd.4 +++ b/share/man/man4/man4.arm32/wd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wd.4,v 1.2 1996/10/08 01:20:44 michaels Exp $ +.\" $OpenBSD: wd.4,v 1.3 1999/07/09 13:35:45 aaron Exp $ .\" .\" Copyright (c) 1995 Mark Brinicombe .\" Based on man4.i386/wd.4 by James A. Jegers @@ -11,7 +11,7 @@ .\" notice, this list of conditions and the following disclaimer. .\" 2. The name of the author may not be used to endorse or promote products .\" derived from this software without specific prior written permission -.\" +.\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. @@ -23,18 +23,18 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd July 29th, 1995 +.Dd July 29th, 1995 .Dt WD 4 arm32 .Os .Sh NAME -.Nm wd +.Nm wd .Nd WD100x compatible hard disk driver .Sh SYNOPSIS .Cd "wdc0 at mainbus? base 0x002107c0" .Cd "wd* at wdc? drive ?" .Sh DESCRIPTION The -.Nm wd +.Nm wd driver supports hard disk controllers which emulate the Western Digital WD100x. This includes standard MFM, RLL, ESDI and IDE controllers. |