diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1998-07-11 20:58:35 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1998-07-11 20:58:35 +0000 |
commit | cb255e2a4165d8dd420597cfbc9870629a891793 (patch) | |
tree | 76b198a312d02b25468ea0ef48b067e2b299ed5c /sys/arch | |
parent | e44d3b13b4bed7dd26306d197f2aee25b0f42eb1 (diff) |
Rename boot.8 to boot-second-stage.8, so it's possible to get it
through man (it conflicted with the boot_$arch.8 page);
wsimpson@greendragon.com
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 6 | ||||
-rw-r--r-- | sys/arch/i386/stand/boot/boot-second-stage.8 (renamed from sys/arch/i386/stand/boot/boot.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 194378e3ac2..68bef378b19 100644 --- a/sys/arch/i386/stand/boot/Makefile +++ b/sys/arch/i386/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 1998/05/28 20:52:36 mickey Exp $ +# $OpenBSD: Makefile,v 1.22 1998/07/11 20:58:33 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.8 -MLINKS= boot.8 boot.conf.8 +MAN= boot-second-stage.8 +MLINKS= boot-second-stage.8 boot.conf.8 S =${.CURDIR}/../../../.. SADIR= ${.CURDIR}/.. diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot-second-stage.8 index 252a9be299e..608e3282006 100644 --- a/sys/arch/i386/stand/boot/boot.8 +++ b/sys/arch/i386/stand/boot/boot-second-stage.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.8 1998/03/16 12:36:15 mickey Exp $ +.\" $OpenBSD: boot-second-stage.8,v 1.1 1998/07/11 20:58:34 angelos Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. |