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 59d8fc59adfd..c0a92b9ce5a6 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 2004/06/24 15:12:29 tjr Exp $");  #include <err.h>  #include <limits.h> | 
