Module Name: src
Committed By: wiz
Date: Tue Oct 18 14:25:06 UTC 2011
Modified Files:
src/share/man/man4/man4.x86: vmt.4
Log Message:
Fix xref; comment out cpu(4) reference, does not exist.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/man4.x86/vmt.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/man4.x86/vmt.4
diff -u src/share/man/man4/man4.x86/vmt.4:1.2 src/share/man/man4/man4.x86/vmt.4:1.3
--- src/share/man/man4/man4.x86/vmt.4:1.2 Tue Oct 18 11:31:54 2011
+++ src/share/man/man4/man4.x86/vmt.4 Tue Oct 18 14:25:06 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: vmt.4,v 1.2 2011/10/18 11:31:54 jmcneill Exp $
+.\" $NetBSD: vmt.4,v 1.3 2011/10/18 14:25:06 wiz Exp $
.\" $OpenBSD: vmt.4,v 1.4 2010/10/26 05:07:31 jmc Exp $
.\"
.\" Copyright (c) 2008 Marco Peereboom <[email protected]>
@@ -36,7 +36,7 @@ events using
.Xr sysmon_pswitch 9
of type PSWITCH_TYPE_POWER, PSWITCH_TYPE_RESET, and PSWITCH_TYPE_SLEEP that
can be handled by
-.Xr powerd 9 .
+.Xr powerd 8 .
.Nm
will log notifications that the guest has been suspended or resumed by the
host.
@@ -45,7 +45,7 @@ host.
.Nm
reports the guest's hostname and first non-loopback IP address to the host.
.Sh SEE ALSO
-.Xr cpu 4
+.\" .Xr cpu 4 ,
.Xr powerd 8
.Sh HISTORY
The