diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2013-09-30 09:21:17 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2013-09-30 09:21:17 +0000 |
commit | 8cdb4d896719648d4d1976c133bad53d24090573 (patch) | |
tree | e53c3c784507f40fd890e66f407a1f1de0bc11db /share/man/man4/ddb.4 | |
parent | 426ab2826990511b90e605266fbb2ef61a370ea4 (diff) |
Update ddb(9) to show how to print 64-bit values with "examine".
MFC after: 3 days
Approved by: re (gjb)
Notes
Notes:
svn path=/head/; revision=255948
Diffstat (limited to 'share/man/man4/ddb.4')
-rw-r--r-- | share/man/man4/ddb.4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index d8a2d9b8dd81..452e1c2282c5 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 |