diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2017-07-21 20:58:08 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2017-07-21 20:58:08 +0000 |
commit | fc4a851a5c8d63721cbc8ae4b9f600ad580262aa (patch) | |
tree | 7ee6c01ea948d82c24d2aab15f872a35363f4af4 /usr.sbin | |
parent | 0ffe602890e2d2a20d14c9b6b97feef9a73c4229 (diff) |
Stress the fact that individual pvbus device nodes correspond to
a single key-value store and if there are other ones available,
different nodes must be used to access them.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/hostctl/hostctl.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/hostctl/hostctl.8 b/usr.sbin/hostctl/hostctl.8 index 3c54dba6997..18de9bafbcf 100644 --- a/usr.sbin/hostctl/hostctl.8 +++ b/usr.sbin/hostctl/hostctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostctl.8,v 1.4 2017/01/18 19:57:56 mikeb Exp $ +.\" $OpenBSD: hostctl.8,v 1.5 2017/07/21 20:58:07 mikeb Exp $ .\" .\" Copyright (c) 2016 Reyk Floeter <reyk@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 18 2017 $ +.Dd $Mdocdate: July 21 2017 $ .Dt HOSTCTL 8 .Os .Sh NAME @@ -68,6 +68,9 @@ Don't ask for confirmation of any default options. .It Fl t Print the type of the underlying driver. .El +.Pp +Multiple hypervisor interfaces and key-value stores can be simultaneously +available and reached through different device nodes. .Sh FILES .Bl -tag -width "/dev/pvbusX" -compact .It /dev/pvbus Ns Ar u |