aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/yes
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/yes')
-rw-r--r--usr.bin/yes/Makefile2
-rw-r--r--usr.bin/yes/yes.12
-rw-r--r--usr.bin/yes/yes.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/yes/Makefile b/usr.bin/yes/Makefile
index e3e98dac215e..70f6a28469ad 100644
--- a/usr.bin/yes/Makefile
+++ b/usr.bin/yes/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/yes/Makefile,v 1.4 2001/12/11 22:56:05 markm Exp $
PROG= yes
diff --git a/usr.bin/yes/yes.1 b/usr.bin/yes/yes.1
index 9b4b37712a6c..03ecf0d8bf2b 100644
--- a/usr.bin/yes/yes.1
+++ b/usr.bin/yes/yes.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)yes.1 8.1 (Berkeley) 6/6/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/yes/yes.1,v 1.7 2002/04/20 12:18:22 charnier Exp $
.\"
.Dd June 6, 1993
.Dt YES 1
diff --git a/usr.bin/yes/yes.c b/usr.bin/yes/yes.c
index aae13b9a09b5..edaa9b493c76 100644
--- a/usr.bin/yes/yes.c
+++ b/usr.bin/yes/yes.c
@@ -41,7 +41,7 @@ static const char copyright[] =
#if 0
static char sccsid[] = "@(#)yes.c 8.1 (Berkeley) 6/6/93";
#else
-static const char rcsid[] = "$FreeBSD$";
+static const char rcsid[] = "$FreeBSD: src/usr.bin/yes/yes.c,v 1.5 2002/11/09 21:00:39 dwmalone Exp $";
#endif
#endif /* not lint */