summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-11-10 20:59:22 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-11-10 20:59:22 +0000
commitab9fd14ae120c5cf0132b659d9024ea44fc5f1cc (patch)
treef599e4c502f104dbed34249ac31ed6569db5e0ed /sys/arch
parent8213feb3651aeffa0d8f37c87c3b276ac06f634e (diff)
some creamy filling
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/stand/mkboot/mkboot.831
1 files changed, 30 insertions, 1 deletions
diff --git a/sys/arch/hppa/stand/mkboot/mkboot.8 b/sys/arch/hppa/stand/mkboot/mkboot.8
index 537f1da837f..25b661e176e 100644
--- a/sys/arch/hppa/stand/mkboot/mkboot.8
+++ b/sys/arch/hppa/stand/mkboot/mkboot.8
@@ -1,2 +1,31 @@
-.\" $OpenBSD: mkboot.8,v 1.2 2001/07/04 08:48:03 niklas Exp $
+.\" $OpenBSD: mkboot.8,v 1.3 2002/11/10 20:59:21 mickey Exp $
.\"
+.Dd November 11, 2002
+.Dt MKBOOT 8
+.Os
+.Sh NAME
+.Nm mkboot
+.Nd create LIF files
+.Sh SYNOPSIS
+.Nm mkboot
+.Op Fl v
+.Op Fl l Ar loadpoint
+.Ar program ... outfile
+.Sh DESCRIPTION
+Creates the LIF file containing the bootstrap
+.Ar program
+and possibly other programs to be used by the
+.Tn HP9000/700
+and
+.Tn HP9000/800
+systems.
+.Pp
+An argument to the
+.Fl l
+option specifies the load point for the boot program,
+with the default value of zero.
+.Sh HISTORY
+An
+.Nm
+utility forst appeared in
+.Ox 2.4 .