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 7b32e2ff02ae..39fef3820ab2 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[] = - "$Id$"; + "$Id: nohup.c,v 1.2 1997/07/31 06:54:45 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> |