summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/boot
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1998-07-11 21:13:59 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1998-07-11 21:13:59 +0000
commit8bf568ffe6f4a87265f738b6d25f8be3a2eb8082 (patch)
treef7b23e3a3e7f14fa563fffc4b11c4d790018a09d /sys/arch/i386/stand/boot
parentcb255e2a4165d8dd420597cfbc9870629a891793 (diff)
Roll-back previous commit; someone is working on getting all the boot*
pages make some sense.
Diffstat (limited to 'sys/arch/i386/stand/boot')
-rw-r--r--sys/arch/i386/stand/boot/Makefile6
-rw-r--r--sys/arch/i386/stand/boot/boot.8 (renamed from sys/arch/i386/stand/boot/boot-second-stage.8)2
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile
index 68bef378b19..d888bae01c1 100644
--- a/sys/arch/i386/stand/boot/Makefile
+++ b/sys/arch/i386/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.22 1998/07/11 20:58:33 angelos Exp $
+# $OpenBSD: Makefile,v 1.23 1998/07/11 21:13:55 angelos Exp $
.include "${.CURDIR}/../Makefile.inc"
@@ -17,8 +17,8 @@ SRCS= srt0.S
.endif
SRCS+= boot.c cmd.c vars.c bootarg.c conf.c
-MAN= boot-second-stage.8
-MLINKS= boot-second-stage.8 boot.conf.8
+MAN= boot.8
+MLINKS= boot.8 boot.conf.8
S =${.CURDIR}/../../../..
SADIR= ${.CURDIR}/..
diff --git a/sys/arch/i386/stand/boot/boot-second-stage.8 b/sys/arch/i386/stand/boot/boot.8
index 608e3282006..6ec683016ea 100644
--- a/sys/arch/i386/stand/boot/boot-second-stage.8
+++ b/sys/arch/i386/stand/boot/boot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot-second-stage.8,v 1.1 1998/07/11 20:58:34 angelos Exp $
+.\" $OpenBSD: boot.8,v 1.10 1998/07/11 21:13:58 angelos Exp $
.\"
.\" Copyright (c) 1997 Michael Shalayeff
.\" All rights reserved.