Remove the comment about the broken getopts(1) in our /bin/sh.

This commit is contained in:
Joerg Wunsch 1995-08-06 19:39:38 +00:00
parent 78e1fb6090
commit b21c8dbe0e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9975

View File

@ -36,17 +36,12 @@
#
# Posix 1003.2 compliant print spooler interface.
#
# $Id: lp.sh,v 1.1 1995/01/22 17:47:33 j Exp $
# $Id: lp.sh,v 1.1 1995/01/23 19:22:43 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 /bin/sh is not Posix-1003.2 compliant in its getopts command;
# if the user specifies an option argument immediately after the
# option, the variable OPTIND will be set wrong. (This way of
# specifying option arguments is deprecated by Posix, but explicitly
# allowed.)
# . 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.