Update ddb(9) to show how to print 64-bit values with "examine".
MFC after: 3 days Approved by: re (gjb)
This commit is contained in:
parent
426ab28269
commit
8cdb4d8967
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user