summaryrefslogtreecommitdiff
path: root/usr/src/man
diff options
context:
space:
mode:
authorBryan Cantrill <bryan@joyent.com>2019-06-06 15:00:37 +0000
committerRobert Mustacchi <rm@joyent.com>2019-06-25 00:12:14 +0000
commitc8a3ee0e3658c32402e6bd505596d4fa45bfe17c (patch)
tree353aa02e742d0577cd81554bd260cf4a8e70ef0e /usr/src/man
parentb1e2e3fb17324e9ddf43db264a0c64da7756d9e6 (diff)
downloadillumos-gate-c8a3ee0e3658c32402e6bd505596d4fa45bfe17c.tar.gz
11208 add mdb format character for jazzed-up binary output
11206 mdb output autowrapping still subtly wrong 11207 many 64-bit mdb format characters have insufficient width Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jordan Hendricks <jordan.hendricks@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/man')
-rw-r--r--usr/src/man/man1/mdb.17
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/man/man1/mdb.1 b/usr/src/man/man1/mdb.1
index 55640c5fab..8fdd91e661 100644
--- a/usr/src/man/man1/mdb.1
+++ b/usr/src/man/man1/mdb.1
@@ -1,11 +1,11 @@
'\" te
.\" Copyright (c) 2005, Sun Microsystems, Inc. All Rights Reserved.
-.\" Copyright (c) 2017, Joyent, Inc. All Rights Reserved.
+.\" Copyright (c) 2019, Joyent, Inc. All Rights Reserved.
.\" Copyright (c) 2014, 2017 by Delphix. All rights reserved.
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH MDB 1 "Dec 9, 2017"
+.TH MDB 1 "Feb 21, 2019"
.SH NAME
mdb \- modular debugger
.SH SYNOPSIS
@@ -1345,7 +1345,7 @@ N newline
O octal unsigned int (4 bytes)
P symbol (4 or 8 bytes)
Q octal signed int (4 bytes)
-R binary int (8 bytes)
+R binary unsigned long long (8 bytes)
S T{
string using C string notation (variable size)
T}
@@ -1368,6 +1368,7 @@ f float (4 bytes)
g octal signed long long (8 bytes)
h swap bytes (2 bytes)
i disassembled instruction (variable size)
+j jazzed-up binary unsigned long long (8 bytes)
n newline
o octal unsigned short (2 bytes)
p symbol (4 or 8 bytes)