add missing \n to usage message
authorJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Tue, 7 Feb 1995 20:49:36 +0000 (12:49 -0800)
committerJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Tue, 7 Feb 1995 20:49:36 +0000 (12:49 -0800)
SCCS-vsn: usr.bin/ctags/ctags.c 8.4

usr/src/usr.bin/ctags/ctags.c

index 2768d7c..6cf5a9e 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1987, 1993, 1994
+ * Copyright (c) 1987, 1993, 1994, 1995
  *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
@@ -7,12 +7,12 @@
 
 #ifndef lint
 static char copyright[] =
 
 #ifndef lint
 static char copyright[] =
-"@(#) Copyright (c) 1987, 1993, 1994\n\
+"@(#) Copyright (c) 1987, 1993, 1994, 1995\n\
        The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
        The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)ctags.c    8.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)ctags.c    8.4 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <err.h>
 #endif /* not lint */
 
 #include <err.h>
@@ -105,7 +105,7 @@ main(argc, argv)
        argc -= optind;
        if (!argc) {
 usage:         (void)fprintf(stderr,
        argc -= optind;
        if (!argc) {
 usage:         (void)fprintf(stderr,
-                       "usage: ctags [-BFadtuwvx] [-f tagsfile] file ...");
+                       "usage: ctags [-BFadtuwvx] [-f tagsfile] file ...\n");
                exit(1);
        }
 
                exit(1);
        }