Module Name:    othersrc
Committed By:   wiz
Date:           Sun Dec 25 12:45:09 UTC 2016

Modified Files:
        othersrc/usr.bin/guest2core: guest2core.8

Log Message:
dump-guest-memory is a built-in and has no man page.
Add a caveat by mlelstv.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 othersrc/usr.bin/guest2core/guest2core.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/usr.bin/guest2core/guest2core.8
diff -u othersrc/usr.bin/guest2core/guest2core.8:1.1 othersrc/usr.bin/guest2core/guest2core.8:1.2
--- othersrc/usr.bin/guest2core/guest2core.8:1.1	Sat Dec 24 08:18:44 2016
+++ othersrc/usr.bin/guest2core/guest2core.8	Sun Dec 25 12:45:09 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: guest2core.8,v 1.1 2016/12/24 08:18:44 wiz Exp $
+.\" $NetBSD: guest2core.8,v 1.2 2016/12/25 12:45:09 wiz Exp $
 .\"
 .\" Copyright (c) 2016 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -43,7 +43,7 @@ The
 .Nm
 program converts the output of
 .Xr qemu 1 Ap s
-.Xr dump-guest-memory 1
+.Ic dump-guest-memory
 command into a
 .Nx
 kernel core file for analysis by
@@ -79,6 +79,10 @@ find the virtual address of PDPpaddr.
 .Nm
 was written by
 .An Michael van Elst Aq Mt [email protected] .
+.Sh CAVEATS
+For some reason PDPpaddr is currently a 32-bit value although locore
+provides a 64-bit slot and a physical address value is larger than
+32-bit.
 .Sh BUGS
 So far,
 .Nm

Reply via email to