Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Add a mkboot(8) man page.



details:   https://anonhg.NetBSD.org/src/rev/049f26107eed
branches:  trunk
changeset: 772619:049f26107eed
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jan 09 16:04:45 2012 +0000

description:
Add a mkboot(8) man page.

diffstat:

 distrib/sets/lists/man/mi          |   5 ++-
 share/man/man8/man8.hp700/Makefile |   4 +-
 share/man/man8/man8.hp700/mkboot.8 |  64 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 70 insertions(+), 3 deletions(-)

diffs (113 lines):

diff -r 922a9c3422c0 -r 049f26107eed distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Mon Jan 09 16:03:26 2012 +0000
+++ b/distrib/sets/lists/man/mi Mon Jan 09 16:04:45 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1364 2012/01/09 15:16:30 drochner Exp $
+# $NetBSD: mi,v 1.1365 2012/01/09 16:04:45 skrll Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -2333,6 +2333,7 @@
 ./usr/share/man/cat8/hp300/makedev.0           man-obsolete            obsolete
 ./usr/share/man/cat8/hp700/MAKEDEV.0           man-obsolete            obsolete
 ./usr/share/man/cat8/hp700/boot.0              man-sys-catman          .cat
+./usr/share/man/cat8/hp700/mkboot.0            man-sys-catman          .cat
 ./usr/share/man/cat8/hp700/makedev.0           man-obsolete            obsolete
 ./usr/share/man/cat8/hpcarm/MAKEDEV.0          man-obsolete            obsolete
 ./usr/share/man/cat8/hpcarm/boot.0             man-sys-catman          .cat
@@ -5021,6 +5022,7 @@
 ./usr/share/man/html8/hp300/crash.html         man-sys-htmlman         html
 ./usr/share/man/html8/hp300/format.html                man-sys-htmlman         html
 ./usr/share/man/html8/hp700/boot.html          man-sys-htmlman         html
+./usr/share/man/html8/hp700/mkboot.html                man-sys-htmlman         html
 ./usr/share/man/html8/hpcarm/boot.html         man-sys-htmlman         html
 ./usr/share/man/html8/hpcboot.html             man-sys-htmlman         html
 ./usr/share/man/html8/hpcmips/boot.html                man-sys-htmlman         html
@@ -7816,6 +7818,7 @@
 ./usr/share/man/man8/hp300/makedev.8           man-obsolete            obsolete
 ./usr/share/man/man8/hp700/MAKEDEV.8           man-obsolete            obsolete
 ./usr/share/man/man8/hp700/boot.8              man-sys-man             .man
+./usr/share/man/man8/hp700/mkboot.8            man-sys-man             .man
 ./usr/share/man/man8/hp700/makedev.8           man-obsolete            obsolete
 ./usr/share/man/man8/hpcarm/MAKEDEV.8          man-obsolete            obsolete
 ./usr/share/man/man8/hpcarm/boot.8             man-sys-man             .man
diff -r 922a9c3422c0 -r 049f26107eed share/man/man8/man8.hp700/Makefile
--- a/share/man/man8/man8.hp700/Makefile        Mon Jan 09 16:03:26 2012 +0000
+++ b/share/man/man8/man8.hp700/Makefile        Mon Jan 09 16:04:45 2012 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.3 2004/08/07 22:05:08 chs Exp $
+#      $NetBSD: Makefile,v 1.4 2012/01/09 16:04:46 skrll Exp $
 
-MAN=   boot.8
+MAN=   boot.8 mkboot.8
 MANSUBDIR=/hp700
 
 .include <bsd.man.mk>
diff -r 922a9c3422c0 -r 049f26107eed share/man/man8/man8.hp700/mkboot.8
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man8/man8.hp700/mkboot.8        Mon Jan 09 16:04:45 2012 +0000
@@ -0,0 +1,64 @@
+.\"    $NetBSD: mkboot.8,v 1.1 2012/01/09 16:04:46 skrll Exp $
+.\"
+.\"    $OpenBSD: mkboot.8,v 1.9 2007/05/31 19:20:03 jmc Exp $
+.\"
+.\" Copyright (c) 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. Neither the name of the University nor the names of its contributors
+.\"    may be used to endorse or promote products derived from this software
+.\"    without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.Dd January 9, 2012
+.Dt MKBOOT 8 hp700
+.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 HP 9000/700
+and
+.Tn HP 9000/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 first appeared in
+.Ox 2.4 .
+It was adapted for
+.Nx
+and first appeared in
+.Nx XXX .



Home | Main Index | Thread Index | Old Index