summaryrefslogtreecommitdiff
path: root/sys/arch/landisk
diff options
context:
space:
mode:
authoranton <anton@cvs.openbsd.org>2019-01-02 21:20:42 +0000
committeranton <anton@cvs.openbsd.org>2019-01-02 21:20:42 +0000
commit77f6e6ea5591e46f90b71e7fdac4fe1d9e55fe6d (patch)
tree10b4eb02cfb39e1e41607cc0c11e43c4c7b6b99f /sys/arch/landisk
parent5602c34be1b80e1a08878faa0bdeab9bc07a1750 (diff)
markup boot prompt commands using Ic, not Nm; ok jmc@
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r--sys/arch/landisk/stand/boot/boot.830
1 files changed, 15 insertions, 15 deletions
diff --git a/sys/arch/landisk/stand/boot/boot.8 b/sys/arch/landisk/stand/boot/boot.8
index edd2cd026a5..e6c7a12c90e 100644
--- a/sys/arch/landisk/stand/boot/boot.8
+++ b/sys/arch/landisk/stand/boot/boot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot.8,v 1.8 2017/07/06 17:24:49 schwarze Exp $
+.\" $OpenBSD: boot.8,v 1.9 2019/01/02 21:20:41 anton Exp $
.\"
.\" Copyright (c) 1997-2001 Michael Shalayeff
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd $Mdocdate: July 6 2017 $
+.Dd $Mdocdate: January 2 2019 $
.Dt BOOT 8 landisk
.Os
.Sh NAME
@@ -59,7 +59,7 @@ parsing the configuration file, then an interactive command line.
While at the command line you have 5 seconds to type any commands, if needed.
If time expires, the kernel will be loaded according to
the current variable settings (see the
-.Nm set
+.Ic set
command).
Each time a kernel load fails, the timeout is increased by one second.
The sequence of
@@ -117,7 +117,7 @@ The following commands are accepted at the
.Nm
prompt:
.Bl -tag -width shorten
-.It boot Oo Oo Ar device : Oc Ns Ar image Oc Op Fl acds
+.It Ic boot Oo Oo Ar device : Oc Ns Ar image Oc Op Fl acds
Boots the specified kernel image
with any options given.
If
@@ -158,20 +158,20 @@ at the earliest convenient point.
.It Fl s
Causes the kernel to boot single-user.
.El
-.It echo Op Ar args
+.It Ic echo Op Ar args
Displays
.Ar args
on the console device.
-.It help
+.It Ic help
Prints a list of available commands.
-.It ls Op Ar directory
+.It Ic ls Op Ar directory
Prints contents of the specified
.Ar directory
in long format including: attributes and file type, owner, group,
size, filename.
-.It reboot
+.It Ic reboot
Reboots the machine by initiating a warm boot procedure.
-.It set Op Ar varname Op Ar value
+.It Ic set Op Ar varname Op Ar value
If invoked without arguments, prints a list of variables and their values.
If only
.Ar varname
@@ -184,9 +184,9 @@ are both specified, sets that variable to the given value.
Variables include:
.Pp
.Bl -tag -compact -width boothow
-.It Nm addr
+.It Ic addr
Address at which to load the kernel.
-.It Nm debug
+.It Ic debug
Debug flag if
.Nm
was compiled with DEBUG defined.
@@ -195,11 +195,11 @@ was compiled with DEBUG defined.
.\" Boot device name (e.g.,
.\" .Li cf0a ,
.\" .Li cf0d ) .
-.It Nm howto
+.It Ic howto
Options to pass to the loaded kernel.
-.It Nm image
+.It Ic image
File name containing the kernel image.
-.It Nm timeout
+.It Ic timeout
Number of seconds boot will wait for human intervention before
booting the default kernel image.
.\" .It Nm tty
@@ -223,7 +223,7 @@ booting the default kernel image.
.\" time you switch to a serial console.
.\" .Pp
.\" The default baudrate is 9600bps.
-.It time
+.It Ic time
Displays system time and date.
.El
.Sh FILES