Clean out the BUGS section/comments now that our lpr has a better

option parsing.
This commit is contained in:
Joerg Wunsch 1996-05-11 18:56:11 +00:00
parent cbdc4399d2
commit 7e703be7cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15732
2 changed files with 2 additions and 21 deletions

View file

@ -31,7 +31,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: lp.1,v 1.1 1995/01/22 17:47:24 j Exp $
.\" $Id: lp.1,v 1.1 1995/01/23 19:22:37 joerg Exp $
.\"
.Dd January 22, 1995
.Dt LP 1
@ -103,18 +103,6 @@ command has been written by
.if t J\(:org Wunsch.
.if n Joerg Wunsch.
.Sh BUGS
The
.Nm
command inherits several bugs from the utilities invoked, namely it
requires any option separated from its argument by a whitespace
since the getopts implementation of
.Xr sh 1
is broken, and it does not honour dashes as input file names
.Pq meant to use standard input
since
.Xr lpr 1
ignores them.
The
.St -p1003.2
specification does not provide any means to print non-text files. It

View file

@ -36,15 +36,8 @@
#
# Posix 1003.2 compliant print spooler interface.
#
# $Id: lp.sh,v 1.1 1995/01/23 19:22:43 joerg Exp $
# $Id: lp.sh,v 1.2 1995/08/06 19:39:38 joerg Exp $
#
#
# XXX Bugs:
# . Our lpr command is not smart enough about dashes as input file names,
# they should indicate the use of standard input.
# . Our lpr command should allow the Posix-compliant way of specifying
# options that take an argument; it currently requires the argument
# to follow the option immediately.
ncopies=""
symlink="-s"