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 59d8fc59adfdd..1dcace79e613c 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.13.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <limits.h> |