Source-Changes-HG archive

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

[src/trunk]: src/share/man/man8/man8.hp300 hpib -> HP-IB. From Igor Sobrado i...



details:   https://anonhg.NetBSD.org/src/rev/1fa07fb847bf
branches:  trunk
changeset: 545668:1fa07fb847bf
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 14 06:25:47 2003 +0000

description:
hpib -> HP-IB. From Igor Sobrado in PR 21143.
Use more mdoc macros.

diffstat:

 share/man/man8/man8.hp300/boot.8 |  22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)

diffs (58 lines):

diff -r 17399d0c996d -r 1fa07fb847bf share/man/man8/man8.hp300/boot.8
--- a/share/man/man8/man8.hp300/boot.8  Mon Apr 14 05:48:46 2003 +0000
+++ b/share/man/man8/man8.hp300/boot.8  Mon Apr 14 06:25:47 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: boot.8,v 1.6 2001/09/08 01:34:37 wiz Exp $
+.\"    $NetBSD: boot.8,v 1.7 2003/04/14 06:25:47 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -60,7 +60,9 @@
 directory contains a disk boot programs which should be placed in a
 new pack automatically by
 .Xr newfs 8
-when the ``a'' partition file system on the pack is created.
+when the
+.Dq a
+partition file system on the pack is created.
 .Pp
 This
 .Em boot
@@ -71,7 +73,9 @@
 loads that file into memory,
 and starts the program at the entry address specified in the program header.
 .Pp
-The boot program can be interrupted by typing `^C' (ctrl-C).
+The boot program can be interrupted by typing
+.Sq \&^C
+(ctrl-C).
 This will force the boot program to interactively prompt for a system to boot.
 If not interrupted, it will boot from the device from which the boot
 program itself was loaded.
@@ -84,17 +88,23 @@
 .Ar device
 is the type of the device to be searched,
 .Ar unit
-is 8 * the hpib number plus the unit number of the disk or tape,
+is 8 * the HP-IB number plus the unit number of the disk or tape,
 and
 .Ar minor
 is the disk partition or tape file number.
 Normal line editing characters can be used when typing the file specification.
-Currently, ``rd'' and ``sd'' are the only valid
+Currently,
+.Dq rd
+and
+.Dq sd
+are the only valid
 .Ar device
 specifiers.
 .Pp
 For example,
-to boot from the `a' file system of unit 0 on HP-IB 2,
+to boot from the
+.Sq a
+file system of unit 0 on HP-IB 2,
 type
 .Ql rd(16, 0)netbsd
 to the boot prompt.



Home | Main Index | Thread Index | Old Index