summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorkn <kn@cvs.openbsd.org>2021-01-23 21:39:55 +0000
committerkn <kn@cvs.openbsd.org>2021-01-23 21:39:55 +0000
commit925f025eb86cfd55eb9fd42e17dbb77f3d59f5f9 (patch)
treea3ecc75f47c809f28ffc357236b7013c96cfff1f /usr.sbin
parent3131b21a6f2495f8c1ac8e78d65766171e430e7c (diff)
list-io must be run from config dir
The current description fails to explain how to use it properly and the error message is only helpful for people that know how ldomctl works and/or what the Phsyical Resource Inventory is. OK afresh1 kettenis
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ldomctl/ldomctl.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ldomctl/ldomctl.8 b/usr.sbin/ldomctl/ldomctl.8
index 817d74f795c..c88d887d7ba 100644
--- a/usr.sbin/ldomctl/ldomctl.8
+++ b/usr.sbin/ldomctl/ldomctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ldomctl.8,v 1.29 2020/05/17 17:04:29 deraadt Exp $
+.\" $OpenBSD: ldomctl.8,v 1.30 2021/01/23 21:39:54 kn Exp $
.\"
.\" Copyright (c) 2012 Mark Kettenis <kettenis@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 17 2020 $
+.Dd $Mdocdate: January 23 2021 $
.Dt LDOMCTL 8 sparc64
.Os
.Sh NAME
@@ -83,7 +83,7 @@ Indicate the currently running configuration,
and the configuration which will be used next
(after resetting the machine) if it differs from the currently running one.
.It Cm list-io
-List available PCIe devices.
+List available PCIe devices for the configuration in the current directory.
.It Cm panic Oo Fl c Oc Ar domain
Panic a guest domain.
The exact behaviour of this command depends on the OS running in the domain.