diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-02-18 07:45:40 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-02-18 07:45:40 +0000 |
commit | a3da3261ad36fb98f48dd47768dd7dd1f1f8c121 (patch) | |
tree | 0b386e6bded00c76734ca1273663782ef59516c0 | |
parent | a1826b6c6adc1d822d4b14e32d39b12a8ec19819 (diff) |
document "machine video"; requested by tinker
while here, put "directory" in the right place
-rw-r--r-- | sys/arch/amd64/stand/boot/boot.8 | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/sys/arch/amd64/stand/boot/boot.8 b/sys/arch/amd64/stand/boot/boot.8 index 2113917f991..99d8d76e476 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.26 2015/11/23 18:38:37 mmcc Exp $ +.\" $OpenBSD: boot.8,v 1.27 2018/02/18 07:45:39 jmc Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -25,7 +25,7 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: November 23 2015 $ +.Dd $Mdocdate: February 18 2018 $ .Dt BOOT 8 amd64 .Os .Sh NAME @@ -204,6 +204,11 @@ on the console device. .It help Prints a list of available commands and machine dependent commands, if any. +.It 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 Issues machine-dependent commands. These are defined for amd64 architecture: @@ -276,12 +281,15 @@ machine mem -0x100000@0xf00000 .It Nm regs Prints contents of processor registers if compiled with .Em DEBUG . +.It Nm video Op Ar mode +On EFI systems, +sets the video resolution to +.Ar mode . +If +.Ar mode +is not given, +a list of available resolutions is shown. .El -.It 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 Reboots the machine by initiating a warm boot procedure. .It set Op Ar varname Op Ar value |