diff options
author | joerg <joerg@FreeBSD.org> | 1996-05-11 18:56:11 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1996-05-11 18:56:11 +0000 |
commit | 68cc4ca2e1e0cba75c9096a28fb2349e0a10e406 (patch) | |
tree | 2dde66a29a6e86cbeaad875d8f2d75f6f6c2d050 /usr.sbin/lpr/lp | |
parent | 0444ae2f098625bc0d42ee2733730ea847b62645 (diff) | |
download | FreeBSD-src-68cc4ca2e1e0cba75c9096a28fb2349e0a10e406.zip FreeBSD-src-68cc4ca2e1e0cba75c9096a28fb2349e0a10e406.tar.gz |
Clean out the BUGS section/comments now that our lpr has a better
option parsing.
Diffstat (limited to 'usr.sbin/lpr/lp')
-rw-r--r-- | usr.sbin/lpr/lp/lp.1 | 14 | ||||
-rw-r--r-- | usr.sbin/lpr/lp/lp.sh | 9 |
2 files changed, 2 insertions, 21 deletions
diff --git a/usr.sbin/lpr/lp/lp.1 b/usr.sbin/lpr/lp/lp.1 index fa1a125..4d7acff 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 45d4979..11adf20 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" |