diff options
author | 2015-07-21 07:01:04 +0000 | |
---|---|---|
committer | 2015-07-21 07:01:04 +0000 | |
commit | 86acd20a2a58efe45ff4d083543f724d2c33b9ba (patch) | |
tree | 7855124d13f3b60f16b38a05bc7cfeac8a2501ad | |
parent | Sync with amd64; add LAPIC timer definitions. (diff) | |
download | wireguard-openbsd-86acd20a2a58efe45ff4d083543f724d2c33b9ba.tar.xz wireguard-openbsd-86acd20a2a58efe45ff4d083543f724d2c33b9ba.zip |
basic macro fixes: Dv for signal names, Sy for non-base-system commands
-rw-r--r-- | share/man/man4/vmt.4 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man4/vmt.4 b/share/man/man4/vmt.4 index 80abed127b1..ed2c16b19da 100644 --- a/share/man/man4/vmt.4 +++ b/share/man/man4/vmt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmt.4,v 1.8 2015/07/21 03:40:01 reyk Exp $ +.\" $OpenBSD: vmt.4,v 1.9 2015/07/21 07:01:04 schwarze Exp $ .\" .\" Copyright (c) 2008 Marco Peereboom <marco@openbsd.org> .\" Text was heavily borrowed from the IPMI spec V1.5 @@ -32,7 +32,11 @@ running inside virtual machines. .Nm handles shutdown and reboot requests from the host by signalling .Xr init 8 -with SIGUSR2 and SIGINT respectively. +with +.Dv SIGUSR2 +and +.Dv SIGINT +respectively. .Nm will log notifications that the guest has been suspended or resumed by the host. @@ -47,7 +51,7 @@ reports the guest's hostname and first non-loopback IP address to the host. .Xr sysctl 8 .Pp A -.Nm vmwh +.Sy vmwh helper program is available via .Xr packages 7 . .Sh HISTORY |