summaryrefslogtreecommitdiff
path: root/sbin/md5
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/md5')
-rw-r--r--sbin/md5/md5.12
-rw-r--r--sbin/md5/md5.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/md5/md5.1 b/sbin/md5/md5.1
index c485184cc440e..15da05177f416 100644
--- a/sbin/md5/md5.1
+++ b/sbin/md5/md5.1
@@ -1,4 +1,4 @@
-.\" $FreeBSD$
+.\" $FreeBSD: src/sbin/md5/md5.1,v 1.10 1999/12/04 01:29:43 obrien Exp $
.Dd February 14, 1994
.Dt MD5 1
.Os
diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c
index 9a764b120bee0..f4840e31f3dd3 100644
--- a/sbin/md5/md5.c
+++ b/sbin/md5/md5.c
@@ -19,7 +19,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sbin/md5/md5.c,v 1.20 1999/12/04 01:29:43 obrien Exp $";
#endif /* not lint */
#include <sys/types.h>