summaryrefslogtreecommitdiff
path: root/usr.bin/indent
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/indent')
-rw-r--r--usr.bin/indent/args.c2
-rw-r--r--usr.bin/indent/indent.12
-rw-r--r--usr.bin/indent/indent.c2
-rw-r--r--usr.bin/indent/indent_codes.h2
-rw-r--r--usr.bin/indent/indent_globs.h2
-rw-r--r--usr.bin/indent/io.c2
-rw-r--r--usr.bin/indent/lexi.c2
-rw-r--r--usr.bin/indent/parse.c2
-rw-r--r--usr.bin/indent/pr_comment.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/indent/args.c b/usr.bin/indent/args.c
index 2e6821fe62b8..24c18080b51e 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.2 2000/12/25 02:18:41 obrien Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1
index 58c5c13210d4..d549518b50aa 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.2 2000/12/09 19:05:05 obrien Exp $
.\"
.Dd July 1, 1993
.Dt INDENT 1
diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c
index 447c8e28fe06..39c6646e862c 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.5 2001/03/04 08:34:49 kris Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/usr.bin/indent/indent_codes.h b/usr.bin/indent/indent_codes.h
index e1ff294e2576..0885f651ab71 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.1 2000/12/09 19:05:05 obrien Exp $
*/
#define newline 1
diff --git a/usr.bin/indent/indent_globs.h b/usr.bin/indent/indent_globs.h
index 5f49f9c0b683..6e3daf7d3944 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.1 2000/12/09 19:05:05 obrien Exp $
*/
#define BACKSLASH '\\'
diff --git a/usr.bin/indent/io.c b/usr.bin/indent/io.c
index 596c849d6c35..93cbfac17d61 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.2 2000/12/25 02:18:41 obrien Exp $";
#endif /* not lint */
#include <ctype.h>
diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c
index 59704514e4d0..00855cae8409 100644
--- a/usr.bin/indent/lexi.c
+++ b/usr.bin/indent/lexi.c
@@ -36,7 +36,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.2 2000/12/25 02:18:41 obrien Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c
index da8b4a64c71a..fa1646d63c57 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.2 2000/12/25 02:18:41 obrien Exp $";
#endif /* not lint */
#include <stdio.h>
diff --git a/usr.bin/indent/pr_comment.c b/usr.bin/indent/pr_comment.c
index 4bf974d2584c..bd8d4443f1ae 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.2 2000/12/25 02:18:41 obrien Exp $";
#endif /* not lint */
#include <stdio.h>