-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lp is not X/Open or POSIX compliant #59
Comments
CUPS.org User: mike This has been fixed in CVS for the next 1.1.19 release candidate. |
"lp-posix.patch": ? .xvpics Index: man/lp.manRCS file: /development/cvs/cups/man/lp.man,v Index: systemv/lp.cRCS file: /development/cvs/cups/systemv/lp.c,v for (i = 1; i < argc; i ++)
|
Version: 1.1.18
CUPS.org User: twaugh.redhat
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=89997
According to The Open Group Base Specifications Issue 6, IEEE Std 1003.1-2001, "The standard input shall be used only if no file operands are specified, or if a file operand is '-' ."
But '-' isn't supported:
$ lp -
lp: Unknown option ''!
The text was updated successfully, but these errors were encountered: