summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-05-22 12:29:21 +0000
committercsgr <csgr@FreeBSD.org>1994-05-22 12:29:21 +0000
commit4052652ef78148c2c66cb8d3a1009067a8afe38b (patch)
tree99efe8277b225ada162964f7cb69eef72bfc9b03 /share
parent0ae9ac787dee768da81596a5644d39669a4bff93 (diff)
downloadFreeBSD-src-4052652ef78148c2c66cb8d3a1009067a8afe38b.zip
FreeBSD-src-4052652ef78148c2c66cb8d3a1009067a8afe38b.tar.gz
Add some clarifications to lpt manpage,
remove lpa manpage.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.i386/Makefile3
-rw-r--r--share/man/man4/man4.i386/lpt.46
2 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile
index 1770280..ea211b4 100644
--- a/share/man/man4/man4.i386/Makefile
+++ b/share/man/man4/man4.i386/Makefile
@@ -1,10 +1,9 @@
# @(#)Makefile 0.1 (RWGrimes) 3/25/93
-MAN4= com.4 keyboard.4 lpa.4 lpt.4 mem.4 mse.4 npx.4 screen.4 sio.4 spkr.4
+MAN4= com.4 keyboard.4 lpt.4 mem.4 mse.4 npx.4 screen.4 sio.4 spkr.4
MLINKS= com.4 ../com.4
MLINKS+= keyboard.4 ../keyboard.4
-MLINKS+= lpa.4 ../lpa.4
MLINKS+= lpt.4 ../lpt.4
MLINKS+= mem.4 ../mem.4
MLINKS+= mem.4 ../kmem.4
diff --git a/share/man/man4/man4.i386/lpt.4 b/share/man/man4/man4.i386/lpt.4
index 0fb8938..ad20a65 100644
--- a/share/man/man4/man4.i386/lpt.4
+++ b/share/man/man4/man4.i386/lpt.4
@@ -1,5 +1,6 @@
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
+.\" Copyright (c) 1994 Geoffrey M. Rehmet
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -69,5 +70,10 @@ first parallel port driver
.Xr lptcontrol 1
.Sh BUGS
There are lots of them, especially in cheap parallel port implementations.
+.sp
+It is only possible to open a lpt port when a printer is connected and
+on-line, making it impossible to run
+.Xr lptcontrol 1
+when there is no printer connected.
.Pp
This driver could still stand a rewrite.
OpenPOWER on IntegriCloud