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/xl.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/xl.4')
-rw-r--r-- | share/man/man4/xl.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/xl.4 b/share/man/man4/xl.4 index cf9b5716f25..6d5980c6b02 100644 --- a/share/man/man4/xl.4 +++ b/share/man/man4/xl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xl.4,v 1.11 1999/07/08 22:40:48 aaron Exp $ +.\" $OpenBSD: xl.4,v 1.12 1999/07/09 13:35:48 aaron Exp $ .\" .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -126,7 +126,7 @@ For example, .Pp .Sh DIAGNOSTICS .Bl -diag -.It "xl%d: couldn't map memory" +.It "xl%d: couldn't map memory" A fatal initialization error has occurred. .It "xl%d: couldn't map interrupt" A fatal initialization error has occurred. @@ -185,16 +185,16 @@ the author considers it a manufacturing defect. .Xr ifmedia 4 , .Xr ifconfig 8 .Sh HISTORY -The +The .Nm device driver first appeared in .Fx 3.0 , -and +and .Ox support was added in .Ox 2.4 . .Sh AUTHOR -The +The .Nm driver was written by .An Bill Paul Aq wpaul@ctr.columbia.edu . |