diff options
Diffstat (limited to 'usr.bin/xstr')
| -rw-r--r-- | usr.bin/xstr/xstr.1 | 2 | ||||
| -rw-r--r-- | usr.bin/xstr/xstr.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xstr/xstr.1 b/usr.bin/xstr/xstr.1 index 22c46d17a37f..79ed1dee40f9 100644 --- a/usr.bin/xstr/xstr.1 +++ b/usr.bin/xstr/xstr.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)xstr.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/xstr/xstr.1,v 1.12.10.1 2007/11/14 19:25:04 ru Exp $ .\" .Dd December 30, 1993 .Dt XSTR 1 diff --git a/usr.bin/xstr/xstr.c b/usr.bin/xstr/xstr.c index 7964dd9897a9..6a5af96a2fe1 100644 --- a/usr.bin/xstr/xstr.c +++ b/usr.bin/xstr/xstr.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xstr/xstr.c,v 1.10 2005/05/21 10:14:11 ru Exp $"); #ifndef lint static const char copyright[] = |
