diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-08 05:39:08 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-08 05:39:08 +0000 |
| commit | e1b05e3a6cd90b0bf91b47aeff71da2a9d048a9d (patch) | |
| tree | d57c49002f2656171c2f00359a26c3e3f414b6ad /usr.bin/indent | |
| parent | 7d5bc6320988857ad6ae9fe1d002ad6d8a7af0dd (diff) | |
Diffstat (limited to 'usr.bin/indent')
| -rw-r--r-- | usr.bin/indent/args.c | 2 | ||||
| -rw-r--r-- | usr.bin/indent/indent.1 | 2 | ||||
| -rw-r--r-- | usr.bin/indent/indent.c | 2 | ||||
| -rw-r--r-- | usr.bin/indent/indent.h | 2 | ||||
| -rw-r--r-- | usr.bin/indent/indent_codes.h | 2 | ||||
| -rw-r--r-- | usr.bin/indent/indent_globs.h | 2 | ||||
| -rw-r--r-- | usr.bin/indent/io.c | 2 | ||||
| -rw-r--r-- | usr.bin/indent/lexi.c | 2 | ||||
| -rw-r--r-- | usr.bin/indent/parse.c | 2 | ||||
| -rw-r--r-- | usr.bin/indent/pr_comment.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/indent/args.c b/usr.bin/indent/args.c index 3693e1e217a7..7f0e52f6cc6b 100644 --- a/usr.bin/indent/args.c +++ b/usr.bin/indent/args.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)args.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/indent/args.c,v 1.3.2.3 2001/12/06 19:28:47 schweikh Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1 index c0b77ab755d1..8bc4436f8fa5 100644 --- a/usr.bin/indent/indent.1 +++ b/usr.bin/indent/indent.1 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)indent.1 8.1 (Berkeley) 7/1/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/indent/indent.1,v 1.8.2.6 2002/06/21 15:27:13 charnier Exp $ .\" .Dd July 1, 1993 .Dt INDENT 1 diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index 71259a8b3fae..ed1eed656c31 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -46,7 +46,7 @@ static const char copyright[] = static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/indent/indent.c,v 1.5.2.6 2001/12/06 19:28:47 schweikh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/indent/indent.h b/usr.bin/indent/indent.h index cd644988715d..a174b4289a39 100644 --- a/usr.bin/indent/indent.h +++ b/usr.bin/indent/indent.h @@ -25,7 +25,7 @@ */ #if 0 -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/indent/indent.h,v 1.1.2.1 2001/12/06 19:28:47 schweikh Exp $"); #endif void addkey(char *, int); diff --git a/usr.bin/indent/indent_codes.h b/usr.bin/indent/indent_codes.h index e1ff294e2576..4a5d28523a92 100644 --- a/usr.bin/indent/indent_codes.h +++ b/usr.bin/indent/indent_codes.h @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)indent_codes.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/indent/indent_codes.h,v 1.1.1.1.14.2 2001/12/06 19:28:47 schweikh Exp $ */ #define newline 1 diff --git a/usr.bin/indent/indent_globs.h b/usr.bin/indent/indent_globs.h index f366560f9675..98873aaf3772 100644 --- a/usr.bin/indent/indent_globs.h +++ b/usr.bin/indent/indent_globs.h @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)indent_globs.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/indent/indent_globs.h,v 1.2.2.2 2001/12/06 19:28:47 schweikh Exp $ */ #define BACKSLASH '\\' diff --git a/usr.bin/indent/io.c b/usr.bin/indent/io.c index b8f7a56fb547..9e401e35a3a2 100644 --- a/usr.bin/indent/io.c +++ b/usr.bin/indent/io.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/indent/io.c,v 1.5.2.3 2001/12/06 19:28:47 schweikh Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c index 837471075c31..7fa1434e77ee 100644 --- a/usr.bin/indent/lexi.c +++ b/usr.bin/indent/lexi.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)lexi.c 8.1 (Berkeley) 6/6/93"; static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/indent/lexi.c,v 1.3.6.3 2001/12/06 19:28:47 schweikh Exp $"; #endif /* not lint */ #endif diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c index c87d1d471486..fdf0d53740da 100644 --- a/usr.bin/indent/parse.c +++ b/usr.bin/indent/parse.c @@ -36,7 +36,7 @@ #ifndef lint static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/indent/parse.c,v 1.3.2.3 2001/12/06 19:28:47 schweikh Exp $"; #endif /* not lint */ #endif diff --git a/usr.bin/indent/pr_comment.c b/usr.bin/indent/pr_comment.c index 70c31aa1de35..a5b902ef2b67 100644 --- a/usr.bin/indent/pr_comment.c +++ b/usr.bin/indent/pr_comment.c @@ -36,7 +36,7 @@ #ifndef lint static char sccsid[] = "@(#)pr_comment.c 8.1 (Berkeley) 6/6/93"; static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/indent/pr_comment.c,v 1.1.1.1.14.3 2001/12/06 19:28:47 schweikh Exp $"; #endif /* not lint */ #endif #include <stdio.h> |
