diff options
author | 2002-11-10 20:59:21 +0000 | |
---|---|---|
committer | 2002-11-10 20:59:21 +0000 | |
commit | 30538b50643b46986e08dbb3346c652f8c51f320 (patch) | |
tree | bc54b174b1c77ee951478b9faaca91d5ca2d4e75 /sys | |
parent | sync (diff) | |
download | wireguard-openbsd-30538b50643b46986e08dbb3346c652f8c51f320.tar.xz wireguard-openbsd-30538b50643b46986e08dbb3346c652f8c51f320.zip |
some creamy filling
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/stand/mkboot/mkboot.8 | 31 |
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 . |