diff options
author | 2017-01-13 16:02:27 +0000 | |
---|---|---|
committer | 2017-01-13 16:02:27 +0000 | |
commit | 616801e249fca67b09106d7db974b135b3957611 (patch) | |
tree | e9bfe668e2d9cb2d185e9f203f0027c9e099c7e5 | |
parent | Let these hppa-specific tests print "SKIPPED" on non-hppa architectures. (diff) | |
download | wireguard-openbsd-616801e249fca67b09106d7db974b135b3957611.tar.xz wireguard-openbsd-616801e249fca67b09106d7db974b135b3957611.zip |
tweak previous;
-rw-r--r-- | share/man/man4/vmmci.4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man4/vmmci.4 b/share/man/man4/vmmci.4 index c94a769fe36..52d57fbf4f9 100644 --- a/share/man/man4/vmmci.4 +++ b/share/man/man4/vmmci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmmci.4,v 1.1 2017/01/13 14:40:19 reyk Exp $ +.\" $OpenBSD: vmmci.4,v 1.2 2017/01/13 16:02:27 jmc Exp $ .\" .\" Copyright (c) 2017 Reyk Floeter <reyk@openbsd.org> .\" @@ -19,7 +19,7 @@ .Os .Sh NAME .Nm vmmci -.Nd VMM Control Interface +.Nd VMM control interface .Sh SYNOPSIS .Cd "vmmci* at virtio?" .Sh DESCRIPTION @@ -32,7 +32,7 @@ driver provides a control interface for virtual machines running inside hosts. .Pp The driver handles shutdown and reboot requests from the -.Xr vmm +.Xr vmm 4 host by signalling .Xr init 8 with @@ -40,7 +40,6 @@ with and .Dv SIGINT respectively. -.Ed .Sh SEE ALSO .Xr pvbus 4 , .Xr vmm 4 , |