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 /miscutils | |
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 'miscutils')
-rw-r--r-- | miscutils/chrt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/chrt.c b/miscutils/chrt.c index 13557feef..a0f684bb3 100644 --- a/miscutils/chrt.c +++ b/miscutils/chrt.c | |||
@@ -67,7 +67,7 @@ int chrt_main(int argc ATTRIBUTE_UNUSED, char **argv) | |||
67 | fflush_stdout_and_exit(EXIT_SUCCESS); | 67 | fflush_stdout_and_exit(EXIT_SUCCESS); |
68 | } | 68 | } |
69 | 69 | ||
70 | argv += optind; | 70 | argv += optind; |
71 | if (opt & OPT_p) { | 71 | if (opt & OPT_p) { |
72 | pid_str = *argv++; | 72 | pid_str = *argv++; |
73 | if (*argv) { /* "-p <priority> <pid> [...]" */ | 73 | if (*argv) { /* "-p <priority> <pid> [...]" */ |