summaryrefslogtreecommitdiff
path: root/usr.sbin/installboot
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2017-07-03 21:28:48 +0000
committerwiz <wiz@NetBSD.org>2017-07-03 21:28:48 +0000
commit56b14ee00121a3a960d2fbe103c85e147ac57103 (patch)
tree05478e811140b3d30b452dcff8e4df8bdab6e3f8 /usr.sbin/installboot
parent7c0084bd3e3114326ae5e7336142439f1d2a10e1 (diff)
Remove workaround for ancient HTML generation code.
Diffstat (limited to 'usr.sbin/installboot')
-rw-r--r--usr.sbin/installboot/installboot.824
1 files changed, 12 insertions, 12 deletions
diff --git a/usr.sbin/installboot/installboot.8 b/usr.sbin/installboot/installboot.8
index 93593ce72c8..32e529a6428 100644
--- a/usr.sbin/installboot/installboot.8
+++ b/usr.sbin/installboot/installboot.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: installboot.8,v 1.92 2017/03/15 11:22:47 wiz Exp $
+.\" $NetBSD: installboot.8,v 1.93 2017/07/03 21:35:30 wiz Exp $
.\"
.\" Copyright (c) 2002-2015 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -257,27 +257,27 @@ which must be a regular file in this case.
.Dq boot.cfg
file.
.
-.It Sy command=\*[Lt]boot command\*[Gt]
+.It Sy command=<boot command>
.Sy [ amiga ]
Modify the default boot command line.
.
-.It Sy console=\*[Lt]console name\*[Gt]
+.It Sy console=<console name>
.Sy [ amd64 ,
.Sy i386 ]
-Set the console device, \*[Lt]console name\*[Gt] must be one of:
+Set the console device, <console name> must be one of:
pc, com0, com1, com2, com3, com0kbd, com1kbd, com2kbd, com3kbd or auto.
.
-.It Sy ioaddr=\*[Lt]ioaddr\*[Gt]
+.It Sy ioaddr=<ioaddr>
.Sy [ amd64 ,
.Sy i386 ]
Set the IO address to be used for the console serial port.
Defaults to the IO address used by the system BIOS for the specified port.
.
-.It Sy keymap=\*[Lt]keymap\*[Gt]
+.It Sy keymap=<keymap>
.Sy [ amd64 ,
.Sy i386 ]
Set a boot time keyboard translation map.
-Each character in \*[Lt]keymap\*[Gt] will be replaced by the one following it.
+Each character in <keymap> will be replaced by the one following it.
For example, an argument of
.Dq zyz
would swap the lowercase letters
@@ -290,7 +290,7 @@ and
.Sy i386 ]
(Don't) load kernel modules.
.
-.It Sy password=\*[Lt]password\*[Gt]
+.It Sy password=<password>
.Sy [ amd64 ,
.Sy i386 ]
Set the password which must be entered before the boot menu can be accessed.
@@ -300,7 +300,7 @@ Set the password which must be entered before the boot menu can be accessed.
.Sy i386 ]
Reset the video before booting.
.
-.It Sy speed=\*[Lt]baud rate\*[Gt]
+.It Sy speed=<baud rate>
.Sy [ amd64 ,
.Sy i386 ]
Set the baud rate for the serial console.
@@ -319,7 +319,7 @@ The existing
.Nx Ns Tn /sparc
disklabel should use no more than 4 partitions.
.
-.It Sy timeout=\*[Lt]seconds\*[Gt]
+.It Sy timeout=<seconds>
.Sy [ amd64 ,
.Sy i386 ]
Set the timeout before the automatic boot begins to the given number of seconds.
@@ -410,7 +410,7 @@ These are:
.El
.Pp
.Nm
-exits 0 on success, and \*[Gt]0 if an error occurs.
+exits 0 on success, and >0 if an error occurs.
.
.Sh ENVIRONMENT
.Nm
@@ -672,7 +672,7 @@ which is not a problem for a floppy disk.
.Ed
.Dl Ic mount /dev/fd0a /mnt
.Dl Ic cp /usr/mdec/boot /mnt/boot
-.Dl Ic gzip -9 \*[Lt] sys/arch/i386/compile/mykernel/netbsd \*[Gt] /mnt/netbsd.gz
+.Dl Ic gzip -9 < sys/arch/i386/compile/mykernel/netbsd > /mnt/netbsd.gz
.Dl Ic umount /mnt
.Dl Ic installboot -v /dev/rfd0a /usr/mdec/bootxx_ffsv1
.