summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ddb.4
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2013-09-30 09:21:17 +0000
committerrwatson <rwatson@FreeBSD.org>2013-09-30 09:21:17 +0000
commit9e2a5c1c0e7dbd2e8116aa8f1ce21759dec75295 (patch)
treee53c3c784507f40fd890e66f407a1f1de0bc11db /share/man/man4/ddb.4
parentc67c4da6490b93758b1c57ba468ce5c76db2c249 (diff)
downloadFreeBSD-src-9e2a5c1c0e7dbd2e8116aa8f1ce21759dec75295.zip
FreeBSD-src-9e2a5c1c0e7dbd2e8116aa8f1ce21759dec75295.tar.gz
Update ddb(9) to show how to print 64-bit values with "examine".
MFC after: 3 days Approved by: re (gjb)
Diffstat (limited to 'share/man/man4/ddb.4')
-rw-r--r--share/man/man4/ddb.44
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index d8a2d9b..452e1c2 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -60,7 +60,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 16, 2011
+.Dd September 30, 2013
.Dt DDB 4
.Os
.Sh NAME
@@ -219,6 +219,8 @@ look at by bytes (8 bits)
look at by half words (16 bits)
.It Cm l
look at by long words (32 bits)
+.It Cm g
+look at by quad words (64 bits)
.It Cm a
print the location being displayed
.It Cm A
OpenPOWER on IntegriCloud