diff options
Diffstat (limited to 'usr.bin/fold/fold.c')
-rw-r--r-- | usr.bin/fold/fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c index 49dbb0e81213..95b18fb3842d 100644 --- a/usr.bin/fold/fold.c +++ b/usr.bin/fold/fold.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)fold.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/fold/fold.c,v 1.4.2.3 2002/07/11 01:01:44 tjr Exp $"); #include <ctype.h> #include <err.h> |