diff options
Diffstat (limited to 'usr.sbin/ldomctl/ldomctl.8')
-rw-r--r-- | usr.sbin/ldomctl/ldomctl.8 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.sbin/ldomctl/ldomctl.8 b/usr.sbin/ldomctl/ldomctl.8 index 97df3815028..b5aee4b35c2 100644 --- a/usr.sbin/ldomctl/ldomctl.8 +++ b/usr.sbin/ldomctl/ldomctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldomctl.8,v 1.24 2020/01/09 21:30:18 kn Exp $ +.\" $OpenBSD: ldomctl.8,v 1.25 2020/01/16 14:55:19 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: January 9 2020 $ +.Dd $Mdocdate: January 16 2020 $ .Dt LDOMCTL 8 sparc64 .Os .Sh NAME @@ -94,8 +94,12 @@ the default behaviour is to enter .It Cm select Ar configuration Select the next logical domain configuration to use (after resetting the machine). -.It Cm start Ar domain +.It Cm start Oo Fl c Oc Ar domain Start a guest domain. +.Bl -tag -width Fl +.It Fl c +Automatically connect to the guest console. +.El .It Cm status Op Ar domain Display status information for .Ar domain , |