diff --git a/share/man/man9/man9.x86/x86_msr_xcall.9 b/share/man/man9/man9.x86/x86_msr_xcall.9 index 4fa76862ad5a..d60dc8f268f8 100644 --- a/share/man/man9/man9.x86/x86_msr_xcall.9 +++ b/share/man/man9/man9.x86/x86_msr_xcall.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: x86_msr_xcall.9,v 1.3 2010/08/21 10:38:51 wiz Exp $ +.\" $NetBSD: x86_msr_xcall.9,v 1.4 2011/10/25 05:04:33 jruoho Exp $ .\" .\" Copyright (c) 2010 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd August 21, 2010 +.Dd October 25, 2011 .Dt X86_MSR_XCALL 9 x86 .Os .Sh NAME @@ -94,4 +94,5 @@ xc = xc_broadcast(0, (xcfunc_t)x86_msr_xcall, &msr, NULL); xc_wait(xc); .Ed .Sh SEE ALSO +.Xr rdmsr 9 , .Xr xcall 9