summaryrefslogtreecommitdiff
path: root/sbin/reboot
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/reboot')
-rw-r--r--sbin/reboot/Makefile2
-rw-r--r--sbin/reboot/boot_i386.82
-rw-r--r--sbin/reboot/reboot.82
-rw-r--r--sbin/reboot/reboot.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile
index 1629873efd73..fc221eb1c655 100644
--- a/sbin/reboot/Makefile
+++ b/sbin/reboot/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
-# $FreeBSD$
+# $FreeBSD: src/sbin/reboot/Makefile,v 1.6.8.2 2001/07/30 10:38:07 dd Exp $
PROG= reboot
WARNS?= 2
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8
index 4f7ee94880e1..4cc8cadc05dc 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
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/sbin/reboot/boot_i386.8,v 1.23.2.9 2001/12/18 17:00:34 ru Exp $
.\"
.Dd April 19, 1994
.Dt BOOT 8 i386
diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8
index a16eef1b212c..215eae125820 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
-.\" $FreeBSD$
+.\" $FreeBSD: src/sbin/reboot/reboot.8,v 1.10.2.4 2001/12/14 15:17:54 ru Exp $
.\"
.Dd June 9, 1993
.Dt REBOOT 8
diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c
index 61f971d40e3b..757c074b5b08 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[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sbin/reboot/reboot.c,v 1.9.2.3 2001/08/01 08:54:37 obrien Exp $";
#endif /* not lint */
#include <sys/reboot.h>