summaryrefslogtreecommitdiff
path: root/usr.bin/join
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/join')
-rw-r--r--usr.bin/join/join.12
-rw-r--r--usr.bin/join/join.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1
index 15270d01f8f0..5857e791180d 100644
--- a/usr.bin/join/join.1
+++ b/usr.bin/join/join.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)join.1 8.3 (Berkeley) 4/28/95
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/join/join.1,v 1.3.2.5 2003/02/24 23:04:39 trhodes Exp $
.\"
.Dd April 18, 2002
.Dt JOIN 1
diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c
index 59c37faf5f5d..48a5d4ad001c 100644
--- a/usr.bin/join/join.c
+++ b/usr.bin/join/join.c
@@ -46,7 +46,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)join.c 8.6 (Berkeley) 5/4/95";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/join/join.c,v 1.10.2.1 2002/06/18 05:14:49 jmallett Exp $";
#endif /* not lint */
#include <sys/param.h>