From: mike Date: Mon, 29 Jul 2002 19:06:21 +0000 (+0000) Subject: Fix comments to match code. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4710152aa7508ddbed06ea36a8d9bca44a9eee45;p=thirdparty%2Fcups.git Fix comments to match code. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@2583 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/scheduler/cups-lpd.c b/scheduler/cups-lpd.c index fcbce59b4d..97bcbf4273 100644 --- a/scheduler/cups-lpd.c +++ b/scheduler/cups-lpd.c @@ -1,5 +1,5 @@ /* - * "$Id: cups-lpd.c,v 1.34 2002/06/07 15:43:20 mike Exp $" + * "$Id: cups-lpd.c,v 1.35 2002/07/29 19:06:21 mike Exp $" * * Line Printer Daemon interface for the Common UNIX Printing System (CUPS). * @@ -27,7 +27,7 @@ * print_file() - Print a file to a printer or class. * recv_print_job() - Receive a print job from the client. * remove_jobs() - Cancel one or more jobs. - * send_short_state() - Send the short queue state. + * send_state() - Send the queue state. * smart_gets() - Get a line of text, removing the trailing CR * and/or LF. */ @@ -1289,5 +1289,5 @@ smart_gets(char *s, /* I - Pointer to line buffer */ /* - * End of "$Id: cups-lpd.c,v 1.34 2002/06/07 15:43:20 mike Exp $". + * End of "$Id: cups-lpd.c,v 1.35 2002/07/29 19:06:21 mike Exp $". */