aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/biff
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2011-02-16 16:18:46 +0000
committerKen Smith <kensmith@FreeBSD.org>2011-02-16 16:18:46 +0000
commitdec99dafe5763ba1db6950342aa80a634169c083 (patch)
tree1bd9f5a688ac947b00e690c3c69ccb8df203768d /usr.bin/biff
parent045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff)
downloadsrc-release/8.2.0_cvs.tar.gz
src-release/8.2.0_cvs.zip
Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs
Approved by: re (implicit) This commit was manufactured to restore the state of the 8.2-RELEASE image.
Diffstat (limited to 'usr.bin/biff')
-rw-r--r--usr.bin/biff/Makefile2
-rw-r--r--usr.bin/biff/biff.12
-rw-r--r--usr.bin/biff/biff.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/biff/Makefile b/usr.bin/biff/Makefile
index 15109434e5af..8ba4f30d3ea0 100644
--- a/usr.bin/biff/Makefile
+++ b/usr.bin/biff/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/biff/Makefile,v 1.4.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $
PROG= biff
diff --git a/usr.bin/biff/biff.1 b/usr.bin/biff/biff.1
index 45d0fad483db..ed13b6482c91 100644
--- a/usr.bin/biff/biff.1
+++ b/usr.bin/biff/biff.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)biff.1 8.1 (Berkeley) 6/6/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/biff/biff.1,v 1.21.10.2.4.1 2010/12/21 17:09:25 kensmith Exp $
.\"
.Dd March 20, 2010
.Dt BIFF 1
diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c
index c04c8d39f9fa..0bc91513a9fc 100644
--- a/usr.bin/biff/biff.c
+++ b/usr.bin/biff/biff.c
@@ -44,7 +44,7 @@ static char sccsid[] = "@(#)biff.c 8.1 (Berkeley) 6/6/93";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/biff/biff.c,v 1.18.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <sys/stat.h>