Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Add a sentence about the no-reset-on-open dev...



details:   https://anonhg.NetBSD.org/src/rev/3d88e14e18bb
branches:  trunk
changeset: 521762:3d88e14e18bb
user:      augustss <augustss%NetBSD.org@localhost>
date:      Tue Feb 05 00:37:48 2002 +0000

description:
Add a sentence about the no-reset-on-open device node.

diffstat:

 share/man/man4/ulpt.4 |  13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 35eb1934404b -r 3d88e14e18bb share/man/man4/ulpt.4
--- a/share/man/man4/ulpt.4     Tue Feb 05 00:17:26 2002 +0000
+++ b/share/man/man4/ulpt.4     Tue Feb 05 00:37:48 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ulpt.4,v 1.5 2001/09/11 23:18:55 wiz Exp $
+.\" $NetBSD: ulpt.4,v 1.6 2002/02/05 00:37:48 augustss Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -51,11 +51,18 @@
 .Pp
 .Bl -column "Minor Bit" "Functionxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -offset indent
 .It Sy Pa "Minor Bit"  Function
-.It  64        Do not initialize the device on the port.
+.It  64        Do not initialize (reset) the device on the port.
 .El
+.Pp
+Some printers cannot handle the reset on open; in case of problems try the
+.Pa ulpn
+device.
 .Sh FILES
-.Bl -tag -width Pa
+.Bl -tag -width xxxxxxxxxx
 .It Pa /dev/ulpt?
+device with reset
+.It Pa /dev/ulpn?
+device without reset
 .El
 .Sh SEE ALSO
 .Xr lpt 4 ,



Home | Main Index | Thread Index | Old Index