svn commit: r255948 - head/share/man/man4
Robert Watson
rwatson at FreeBSD.org
Mon Sep 30 09:21:18 UTC 2013
Author: rwatson
Date: Mon Sep 30 09:21:17 2013
New Revision: 255948
URL: http://svnweb.freebsd.org/changeset/base/255948
Log:
Update ddb(9) to show how to print 64-bit values with "examine".
MFC after: 3 days
Approved by: re (gjb)
Modified:
head/share/man/man4/ddb.4
Modified: head/share/man/man4/ddb.4
==============================================================================
--- head/share/man/man4/ddb.4 Sun Sep 29 23:38:53 2013 (r255947)
+++ head/share/man/man4/ddb.4 Mon Sep 30 09:21:17 2013 (r255948)
@@ -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
More information about the svn-src-head
mailing list