Add some clarifications to lpt manpage,

remove lpa manpage.
This commit is contained in:
csgr 1994-05-22 12:29:21 +00:00
parent 8f3082d986
commit 25d4c2fdd2
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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.