diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
| commit | 7f3dea244c40159a41ab22da77a434d7c5b5e85a (patch) | |
| tree | 0cf37f427c704496510156e28ccd8cd233f9d688 /sbin/reboot | |
| parent | e6c8b48d908090e196f36bb181e0f8b5c7c80f1a (diff) | |
Notes
Diffstat (limited to 'sbin/reboot')
| -rw-r--r-- | sbin/reboot/boot_i386.8 | 2 | ||||
| -rw-r--r-- | sbin/reboot/reboot.8 | 2 | ||||
| -rw-r--r-- | sbin/reboot/reboot.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index 79e1fa2159a0..d51b85eaf5fa 100644 --- a/sbin/reboot/boot_i386.8 +++ b/sbin/reboot/boot_i386.8 @@ -38,7 +38,7 @@ .\" .\" @(#)boot_i386.8 8.2 (Berkeley) 4/19/94 .\" -.\" $Id: boot_i386.8,v 1.19 1999/06/26 21:57:08 rnordier Exp $ +.\" $FreeBSD$ .\" .Dd April 19, 1994 .Dt BOOT 8 i386 diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index c9820f7889e3..49b6e8c80f26 100644 --- a/sbin/reboot/reboot.8 +++ b/sbin/reboot/reboot.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)reboot.8 8.1 (Berkeley) 6/9/93 -.\" $Id: reboot.8,v 1.5 1998/07/15 06:51:37 charnier Exp $ +.\" $FreeBSD$ .\" .Dd June 9, 1993 .Dt REBOOT 8 diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c index ca3e729feaac..0bb84822fe0b 100644 --- a/sbin/reboot/reboot.c +++ b/sbin/reboot/reboot.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)reboot.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/reboot.h> |
