document "machine video"; requested by tinker
authorjmc <jmc@openbsd.org>
Sun, 18 Feb 2018 07:45:39 +0000 (07:45 +0000)
committerjmc <jmc@openbsd.org>
Sun, 18 Feb 2018 07:45:39 +0000 (07:45 +0000)
while here, put "directory" in the right place

sys/arch/amd64/stand/boot/boot.8

index 2113917..99d8d76 100644 (file)
@@ -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