summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2012-11-04 21:37:37 +0000
committerjmc <jmc@openbsd.org>2012-11-04 21:37:37 +0000
commit59ed13a3ebaa93d589403924e40e2124af114403 (patch)
treedbfe1a2a313947a3d15835855a87f8870210008b
parentSupport for listing configurations store on the SP. (diff)
downloadwireguard-openbsd-59ed13a3ebaa93d589403924e40e2124af114403.tar.xz
wireguard-openbsd-59ed13a3ebaa93d589403924e40e2124af114403.zip
tweak previous;
-rw-r--r--usr.sbin/ldomctl/ldomctl.810
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/ldomctl/ldomctl.8 b/usr.sbin/ldomctl/ldomctl.8
index e603a5f7461..8b76689ba86 100644
--- a/usr.sbin/ldomctl/ldomctl.8
+++ b/usr.sbin/ldomctl/ldomctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ldomctl.8,v 1.1 2012/11/04 18:14:09 kettenis Exp $
+.\" $OpenBSD: ldomctl.8,v 1.2 2012/11/04 21:37:37 jmc Exp $
.\"
.\" Copyright (c) 2012 Mark Kettenis <kettenis@openbsd.org>
.\"
@@ -19,7 +19,7 @@
.Os
.Sh NAME
.Nm ldomctl
-.Nd "Logical Domain management interface"
+.Nd Logical Domain management interface
.Sh SYNOPSIS
.Nm ldomctl
.Ar command
@@ -38,8 +38,10 @@ Start a domain.
.It Cm stop Ar domain
Stop a domain.
.It Cm status Op Ar domain
-Display status information for a domain or for all domains running on the
-system.
+Display status information for
+.Ar domain ,
+or for all domains running on the system.
+.El
.Sh SEE ALSO
.Xr ldomd 8
.Sh HISTORY