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.pc532 | |
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.pc532')
-rw-r--r-- | share/man/man4/man4.pc532/lpt.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.pc532/lpt.4 b/share/man/man4/man4.pc532/lpt.4 index b94dc331bdd..d981ceecf8a 100644 --- a/share/man/man4/man4.pc532/lpt.4 +++ b/share/man/man4/man4.pc532/lpt.4 @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: lpt.4,v 1.4 1998/09/05 17:41:49 deraadt Exp $ +.\" $Id: lpt.4,v 1.5 1999/07/09 13:35:40 aaron Exp $ .\" .Dd December 1, 1994 .Dt LPT 4 pc532 @@ -43,7 +43,7 @@ This driver provides access to centronics ports. Bit 6 in the minor number selects wether to omit pulling /PRIME low on opens or not. If the minor has bit 5 set, AUTOLINEFEED will be asserted when transferring data to the printer. -Addr and Irq default to 0xffc80030,7 for lpt0 and to 0xffc80034,6 for lpt1. +Addr and Irq default to 0xffc80030,7 for lpt0 and to 0xffc80034,6 for lpt1. .Sh FILES .Bl -tag -width Pa -compact .It Pa /dev/lpt0 |