aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/lp
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1996-05-11 18:56:11 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1996-05-11 18:56:11 +0000
commit7e703be7cdedd6c8203d1d35f534e154e493da35 (patch)
tree2dde66a29a6e86cbeaad875d8f2d75f6f6c2d050 /usr.sbin/lpr/lp
parentcbdc4399d2d57f5a38f4fc0c24282d5b1720f882 (diff)
downloadsrc-7e703be7cdedd6c8203d1d35f534e154e493da35.tar.gz
src-7e703be7cdedd6c8203d1d35f534e154e493da35.zip
Clean out the BUGS section/comments now that our lpr has a better
option parsing.
Notes
Notes: svn path=/head/; revision=15732
Diffstat (limited to 'usr.sbin/lpr/lp')
-rw-r--r--usr.sbin/lpr/lp/lp.114
-rw-r--r--usr.sbin/lpr/lp/lp.sh9
2 files changed, 2 insertions, 21 deletions
diff --git a/usr.sbin/lpr/lp/lp.1 b/usr.sbin/lpr/lp/lp.1
index fa1a1259a7c8..4d7acffb782e 100644
--- a/usr.sbin/lpr/lp/lp.1
+++ b/usr.sbin/lpr/lp/lp.1
@@ -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
@@ -104,18 +104,6 @@ command has been written by
.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
rather requires the files to be printed to be text files limited to
diff --git a/usr.sbin/lpr/lp/lp.sh b/usr.sbin/lpr/lp/lp.sh
index 45d4979dbd5e..11adf2013678 100644
--- a/usr.sbin/lpr/lp/lp.sh
+++ b/usr.sbin/lpr/lp/lp.sh
@@ -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"