diff options
Diffstat (limited to 'usr.bin/expand/expand.c')
-rw-r--r-- | usr.bin/expand/expand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c index f16f64582754..44d0c1a7e9db 100644 --- a/usr.bin/expand/expand.c +++ b/usr.bin/expand/expand.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)expand.c 8.1 (Berkeley) 6/9/93"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/expand/expand.c,v 1.4.2.1 1999/08/29 15:27:34 peter Exp $"; #endif #endif /* not lint */ |