diff options
Diffstat (limited to 'usr.bin/nohup/nohup.c')
| -rw-r--r-- | usr.bin/nohup/nohup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c index 36f832e26a71..fdbf684aa181 100644 --- a/usr.bin/nohup/nohup.c +++ b/usr.bin/nohup/nohup.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)nohup.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/nohup/nohup.c,v 1.4.2.1 2000/07/02 09:52:14 ps Exp $"; #endif /* not lint */ #include <sys/param.h> |
