summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lp
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1995-08-06 19:39:38 +0000
committerjoerg <joerg@FreeBSD.org>1995-08-06 19:39:38 +0000
commitc3ad48e5290810aa670deed688606c8374e33bfc (patch)
tree15b04f49cef41cffb1fad6c8362376e33b64d429 /usr.sbin/lpr/lp
parent5eb91064664549b5fecb5c4210728fb57572b6ae (diff)
downloadFreeBSD-src-c3ad48e5290810aa670deed688606c8374e33bfc.zip
FreeBSD-src-c3ad48e5290810aa670deed688606c8374e33bfc.tar.gz
Remove the comment about the broken getopts(1) in our /bin/sh.
Diffstat (limited to 'usr.sbin/lpr/lp')
-rw-r--r--usr.sbin/lpr/lp/lp.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/lpr/lp/lp.sh b/usr.sbin/lpr/lp/lp.sh
index 0ab3405..45d4979 100644
--- a/usr.sbin/lpr/lp/lp.sh
+++ b/usr.sbin/lpr/lp/lp.sh
@@ -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.
OpenPOWER on IntegriCloud