Deleted Added
full compact
ulpt.4 (135822) ulpt.4 (164524)
1.\" $NetBSD: ulpt.4,v 1.6 2002/02/05 00:37:48 augustss Exp $
2.\"
3.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Lennart Augustsson.
8.\"

--- 20 unchanged lines hidden (view full) ---

29.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35.\" POSSIBILITY OF SUCH DAMAGE.
36.\"
1.\" $NetBSD: ulpt.4,v 1.6 2002/02/05 00:37:48 augustss Exp $
2.\"
3.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Lennart Augustsson.
8.\"

--- 20 unchanged lines hidden (view full) ---

29.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35.\" POSSIBILITY OF SUCH DAMAGE.
36.\"
37.\" $FreeBSD: head/share/man/man4/ulpt.4 135822 2004-09-26 13:38:38Z simon $
37.\" $FreeBSD: head/share/man/man4/ulpt.4 164524 2006-11-22 21:30:02Z brueffer $
38.\"
38.\"
39.Dd September 26, 2004
39.Dd November 22, 2006
40.Dt ULPT 4
41.Os
42.Sh NAME
43.Nm ulpt
44.Nd USB printer support
45.Sh SYNOPSIS
40.Dt ULPT 4
41.Os
42.Sh NAME
43.Nm ulpt
44.Nd USB printer support
45.Sh SYNOPSIS
46To compile this driver into the kernel,
47place the following line in your
48kernel configuration file:
49.Bd -ragged -offset indent
46.Cd "device ulpt"
50.Cd "device ulpt"
51.Ed
52.Pp
53Alternatively, to load the driver as a
54module at boot time, place the following line in
55.Xr loader.conf 5 :
56.Bd -literal -offset indent
57ulpt_load="YES"
58.Ed
47.Sh DESCRIPTION
48The
49.Nm
50driver provides support for USB printers that follow the printer
51bi- or uni-directional protocol.
52The bits in the minor number select various features of the driver.
53.Bl -column "Minor Bit" "Functionxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -offset indent
54.Em "Minor Bit Function"

--- 51 unchanged lines hidden ---
59.Sh DESCRIPTION
60The
61.Nm
62driver provides support for USB printers that follow the printer
63bi- or uni-directional protocol.
64The bits in the minor number select various features of the driver.
65.Bl -column "Minor Bit" "Functionxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -offset indent
66.Em "Minor Bit Function"

--- 51 unchanged lines hidden ---