X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=systemv%2Flpstat.c;h=fd58f2774bebfdb0b7031d030be73e0b47b6d71f;hp=b0aaa43f39fa6c4094fe72cd23cae5fae3f97173;hb=b423cd4cb9fa8cf030cc046a59c28196f3edf6b4;hpb=a4d045870e17abe8840b77615c0d59f4b332ee31 diff --git a/systemv/lpstat.c b/systemv/lpstat.c index b0aaa43f3..fd58f2774 100644 --- a/systemv/lpstat.c +++ b/systemv/lpstat.c @@ -1,5 +1,5 @@ /* - * "$Id: lpstat.c 5023 2006-01-29 14:39:44Z mike $" + * "$Id: lpstat.c 5199 2006-02-27 22:01:02Z mike $" * * "lpstat" command for the Common UNIX Printing System (CUPS). * @@ -2070,7 +2070,7 @@ show_printers(http_t *http, /* I - HTTP connection to server */ } _cupsLangPuts(stdout, _("\tOn fault: no alert\n")); _cupsLangPuts(stdout, _("\tAfter fault: continue\n")); - // TODO update to use printer-error-policy + /* TODO update to use printer-error-policy */ if (allowed) { _cupsLangPuts(stdout, _("\tUsers allowed:\n")); @@ -2183,7 +2183,7 @@ show_printers(http_t *http, /* I - HTTP connection to server */ } _cupsLangPuts(stdout, _("\tOn fault: no alert\n")); _cupsLangPuts(stdout, _("\tAfter fault: continue\n")); - // TODO update to use printer-error-policy + /* TODO update to use printer-error-policy */ if (allowed) { _cupsLangPuts(stdout, _("\tUsers allowed:\n")); @@ -2246,5 +2246,5 @@ show_scheduler(http_t *http) /* I - HTTP connection to server */ /* - * End of "$Id: lpstat.c 5023 2006-01-29 14:39:44Z mike $". + * End of "$Id: lpstat.c 5199 2006-02-27 22:01:02Z mike $". */