diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-24 02:05:58 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-24 02:05:58 +0000 |
commit | 42cc304e9084843ad6b153afaf4b3f6c6528c364 (patch) | |
tree | 51d7cc0dfcd554658d980b9628180e39512f9b1b /printutils/lpr.c | |
parent | 39c77c37384f87075ad578855f0a11ecbf0681f3 (diff) | |
download | busybox-w32-42cc304e9084843ad6b153afaf4b3f6c6528c364.tar.gz busybox-w32-42cc304e9084843ad6b153afaf4b3f6c6528c364.tar.bz2 busybox-w32-42cc304e9084843ad6b153afaf4b3f6c6528c364.zip |
lpr: add more accurate comments
*: trailing whitespace removal
Diffstat (limited to 'printutils/lpr.c')
-rw-r--r-- | printutils/lpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printutils/lpr.c b/printutils/lpr.c index 5313d5a20..d0bf5873e 100644 --- a/printutils/lpr.c +++ b/printutils/lpr.c | |||
@@ -49,7 +49,7 @@ int lpqr_main(int argc ATTRIBUTE_UNUSED, char *argv[]) | |||
49 | OPT_U = 1 << 1, // -U username | 49 | OPT_U = 1 << 1, // -U username |
50 | 50 | ||
51 | LPR_V = 1 << 2, // -V: be verbose | 51 | LPR_V = 1 << 2, // -V: be verbose |
52 | LPR_h = 1 << 3, // -h: want banner printed | 52 | LPR_h = 1 << 3, // -h: want banner printed |
53 | LPR_C = 1 << 4, // -C class: job "class" (? supposedly printed on banner) | 53 | LPR_C = 1 << 4, // -C class: job "class" (? supposedly printed on banner) |
54 | LPR_J = 1 << 5, // -J title: the job title for the banner page | 54 | LPR_J = 1 << 5, // -J title: the job title for the banner page |
55 | LPR_m = 1 << 6, // -m: send mail back to user | 55 | LPR_m = 1 << 6, // -m: send mail back to user |