diff options
author | Bryan Cantrill <bryan@joyent.com> | 2019-06-03 13:19:23 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2019-06-06 14:01:13 +0000 |
commit | f76ff24c761689d2859f3bc5faa7ec9e84f92234 (patch) | |
tree | 6f3485205adf2b00e57ab175ef8316c972c8f259 /usr/src/man | |
parent | aa5acf16d728e573cbc426dacec80819b7b9cef2 (diff) | |
download | illumos-gate-f76ff24c761689d2859f3bc5faa7ec9e84f92234.tar.gz |
11186 mdb's output autowrapping should be optional -- and disabled
Reviewed by: Dave Pacheco <dap@joyent.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/man')
-rw-r--r-- | usr/src/man/man1/mdb.1 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/usr/src/man/man1/mdb.1 b/usr/src/man/man1/mdb.1 index 653404dc77..55640c5fab 100644 --- a/usr/src/man/man1/mdb.1 +++ b/usr/src/man/man1/mdb.1 @@ -1,6 +1,6 @@ '\" te .\" Copyright (c) 2005, Sun Microsystems, Inc. All Rights Reserved. -.\" Copyright (c) 2012, Joyent, Inc. All Rights Reserved. +.\" Copyright (c) 2017, 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. @@ -3931,6 +3931,17 @@ default. .sp .ne 2 .na +\fB\fBautowrap\fR\fR +.ad +.RS 25n +Forces output to be autowrapped at the terminal width. When this option +is enabled, \fBmdb\fR will autowrap output, making some attempt to inject +newlines at word boundaries. This option is disabled by default. +.RE + +.sp +.ne 2 +.na \fB\fBfollow_exec_mode=\fR\fImode\fR\fR .ad .RS 25n |