From fccec62fb19d5b6878920431036a843d25e0a615 Mon Sep 17 00:00:00 2001 From: jmc Date: Sun, 18 Feb 2018 07:45:39 +0000 Subject: [PATCH] document "machine video"; requested by tinker while here, put "directory" in the right place --- sys/arch/amd64/stand/boot/boot.8 | 22 +++++++++++++++------- 1 file 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 -- 2.20.1