Module Name: src
Committed By: jruoho
Date: Tue Oct 25 05:04:33 UTC 2011
Modified Files:
src/share/man/man9/man9.x86: x86_msr_xcall.9
Log Message:
Xref rdmsr(9).
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/man9.x86/x86_msr_xcall.9
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/man9/man9.x86/x86_msr_xcall.9
diff -u src/share/man/man9/man9.x86/x86_msr_xcall.9:1.3 src/share/man/man9/man9.x86/x86_msr_xcall.9:1.4
--- src/share/man/man9/man9.x86/x86_msr_xcall.9:1.3 Sat Aug 21 10:38:51 2010
+++ src/share/man/man9/man9.x86/x86_msr_xcall.9 Tue Oct 25 05:04:33 2011
@@ -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_x
xc_wait(xc);
.Ed
.Sh SEE ALSO
+.Xr rdmsr 9 ,
.Xr xcall 9