diff options
author | anton <anton@cvs.openbsd.org> | 2019-01-02 21:20:42 +0000 |
---|---|---|
committer | anton <anton@cvs.openbsd.org> | 2019-01-02 21:20:42 +0000 |
commit | 77f6e6ea5591e46f90b71e7fdac4fe1d9e55fe6d (patch) | |
tree | 10b4eb02cfb39e1e41607cc0c11e43c4c7b6b99f /sys/arch/amd64/stand | |
parent | 5602c34be1b80e1a08878faa0bdeab9bc07a1750 (diff) |
markup boot prompt commands using Ic, not Nm; ok jmc@
Diffstat (limited to 'sys/arch/amd64/stand')
-rw-r--r-- | sys/arch/amd64/stand/boot/boot.8 | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/sys/arch/amd64/stand/boot/boot.8 b/sys/arch/amd64/stand/boot/boot.8 index 3614b4322df..8b3b8912831 100644 --- a/sys/arch/amd64/stand/boot/boot.8 +++ b/sys/arch/amd64/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.28 2018/11/07 08:44:05 kn Exp $ +.\" $OpenBSD: boot.8,v 1.29 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: November 7 2018 $ +.Dd $Mdocdate: January 2 2019 $ .Dt BOOT 8 amd64 .Os .Sh NAME @@ -65,7 +65,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 @@ -152,7 +152,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 @@ -197,23 +197,23 @@ 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 and machine dependent commands, if any. -.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 machine Op Ar command +.It Ic machine Op Ar command Issues machine-dependent commands. These are defined for amd64 architecture: .Bl -tag -width diskinfo -.It Nm boot +.It Ic boot Boots the specified partition boot block in place of the original (MBR) boot block: .Bd -unfilled -offset indent @@ -225,12 +225,12 @@ Where is the first MBR partition table entry, and .Ar d the last. -.It Nm comaddr +.It Ic comaddr Set the I/O base address for the serial port to be used as serial console. .It Nm diskinfo Prints a list of hard disks installed on your system including: BIOS device number, and the BIOS geometry. -.It Nm gop Op Ar mode +.It Ic gop Op Ar mode On .Xr efifb 4 systems, @@ -240,7 +240,7 @@ If .Ar mode is not given, a list of available modes is shown. -.It Nm memory +.It Ic memory If used without any arguments, this command will print out the memory configuration as determined through BIOS routines. Otherwise the arguments specify how to modify the @@ -288,10 +288,10 @@ effectively excludes the 15\(en16MB range from the map of useful memory: .Bd -unfilled -offset indent machine mem -0x100000@0xf00000 .Ed -.It Nm regs +.It Ic regs Prints contents of processor registers if compiled with .Em DEBUG . -.It Nm video Op Ar mode +.It Ic video Op Ar mode On EFI systems, sets the video resolution in columns and rows to .Ar mode . @@ -300,9 +300,9 @@ If is not given, a list of available modes is shown. .El -.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 @@ -315,30 +315,30 @@ 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. -.It Nm device +.It Ic device Boot device name (e.g., .Li fd0a , .Li hd0a ) . -.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 +.It Ic tty Active console device name (e.g., .Li com0 , .Li com1 , .Li pc0 ) . .El -.It stty Op Ar device Op Ar speed +.It Ic stty Op Ar device Op Ar speed Displays or sets the .Ar speed for a console @@ -357,7 +357,7 @@ The baudrate value is not used for the console. .Pp The default baudrate is 9600bps. -.It time +.It Ic time Displays system time and date. .El .Sh FILES |