]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror 1.1.x doco update.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 28 Apr 2003 20:14:50 +0000 (20:14 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 28 Apr 2003 20:14:50 +0000 (20:14 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3675 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/main.c

index 015783a13c9e31ce65f94e329ffa3e9998766d1d..cd4251463a5c96887f506c34de7f293a9e4fe8c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: main.c,v 1.57.2.42 2003/04/10 20:15:54 mike Exp $"
+ * "$Id: main.c,v 1.57.2.43 2003/04/28 20:14:50 mike Exp $"
  *
  *   Scheduler main loop for the Common UNIX Printing System (CUPS).
  *
@@ -33,6 +33,7 @@
  *   sigchld_handler()    - Handle 'child' signals from old processes.
  *   sighup_handler()     - Handle 'hangup' signals to reconfigure the scheduler.
  *   sigterm_handler()    - Handle 'terminate' signals that stop the scheduler.
+ *   sigusr1_handler()    - Catch USR1 signals...
  *   usage()              - Show scheduler usage.
  */
 
@@ -1070,5 +1071,5 @@ usage(void)
 
 
 /*
- * End of "$Id: main.c,v 1.57.2.42 2003/04/10 20:15:54 mike Exp $".
+ * End of "$Id: main.c,v 1.57.2.43 2003/04/28 20:14:50 mike Exp $".
  */