chiark / gitweb /
Expunge revision histories in files.
authormdw <mdw>
Thu, 8 Apr 2004 01:36:29 +0000 (01:36 +0000)
committermdw <mdw>
Thu, 8 Apr 2004 01:36:29 +0000 (01:36 +0000)
locking.c
qmail-checkspam.c
splitconf

index 5aed6da07f19cb4d9964bc3654a356ea0a9572a9..2e61f0d26ecfef8fa1c4a5291f7a75c524d7d0a8 100644 (file)
--- a/locking.c
+++ b/locking.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: locking.c,v 1.2 2003/10/09 15:15:42 mdw Exp $
+ * $Id: locking.c,v 1.3 2004/04/08 01:36:26 mdw Exp $
  *
  * Lock a file, run a program
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: locking.c,v $
- * Revision 1.2  2003/10/09 15:15:42  mdw
- * Missed a paren.  Un-`toys'-ify.
- *
- * Revision 1.1  2003/10/09 15:05:34  mdw
- * Lots of stuff.
- *
- * Revision 1.3  2003/09/24 14:58:08  mdw
- * Fix options parsing again.
- *
- * Revision 1.2  2003/09/24 14:14:03  mdw
- * Fix option handling behaviour.
- *
- * Revision 1.1  2003/05/11 13:30:04  mdw
- * Initial checkin.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <errno.h>
index de9c4252c570b9062e36cca36f5efb18ba4a8ef7..578dcf80fe1b35f5741788f5df7a3e56e355cf61 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: qmail-checkspam.c,v 1.1 2003/10/01 00:08:57 mdw Exp $
+ * $Id: qmail-checkspam.c,v 1.2 2004/04/08 01:36:26 mdw Exp $
  *
  * Filter messages for spam
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: qmail-checkspam.c,v $
- * Revision 1.1  2003/10/01 00:08:57  mdw
- * Collection of miscellaneous ill-documented tools.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <ctype.h>
index 80c4e43f22270f24e4bd194b81720b97e0a5a807..0b2f672f47546ff722b50c4e688c6bbc883bf8f1 100755 (executable)
--- a/splitconf
+++ b/splitconf
@@ -19,7 +19,7 @@ proc die {msg} {
 proc usage {file} {
   global argv0
   puts $file "Usage: \n\
-       $argv0 [-s] FILE\n
+       $argv0 \[-s\] FILE\n
        $argv0 -u OUTPUT FILE FILE ..."
 }