summaryrefslogtreecommitdiff
path: root/usr/src/man/man1
diff options
context:
space:
mode:
authorBryan Cantrill <bryan@joyent.com>2019-02-21 19:07:09 +0000
committerBryan Cantrill <bryan@joyent.com>2019-02-28 00:04:04 +0000
commit7895a719812f7049054cb9b3fb04d28893f0af16 (patch)
tree0494b7744fcf942e5272ffb9c16465ea02d5345b /usr/src/man/man1
parente393062f0aebf8081aed83fd67670d9094d2a2a3 (diff)
downloadillumos-joyent-release-20190228.tar.gz
OS-7605 add mdb format character for jazzed-up binary outputrelease-20190228
OS-7616 mdb output autowrapping still subtly wrong OS-7617 many 64-bit mdb format characters have insufficient width Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jordan Hendricks <jordan.hendricks@joyent.com> Approved by: Joshua Clulow <jmc@joyent.com>
Diffstat (limited to 'usr/src/man/man1')
-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 e93f822a81..e197836a1c 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
@@ -1346,7 +1346,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}
@@ -1369,6 +1369,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)