lpr: add more accurate comments

*: trailing whitespace removal
This commit is contained in:
Denis Vlasenko
2008-03-24 02:05:58 +00:00
parent 39c77c3738
commit 42cc304e90
10 changed files with 35 additions and 28 deletions

View File

@ -67,7 +67,7 @@ int chrt_main(int argc ATTRIBUTE_UNUSED, char **argv)
fflush_stdout_and_exit(EXIT_SUCCESS);
}
argv += optind;
argv += optind;
if (opt & OPT_p) {
pid_str = *argv++;
if (*argv) { /* "-p <priority> <pid> [...]" */