Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistently use parsable instead of parseable. #4682

Merged
merged 1 commit into from
May 23, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/zdb/zdb.c
Original file line number Diff line number Diff line change
@@ -172,7 +172,7 @@ usage(void)
"-e to specify path to vdev dir\n");
(void) fprintf(stderr, " -x <dumpdir> -- "
"dump all read blocks into specified directory\n");
(void) fprintf(stderr, " -P print numbers in parseable form\n");
(void) fprintf(stderr, " -P print numbers in parsable form\n");
(void) fprintf(stderr, " -t <txg> -- highest txg to use when "
"searching for uberblocks\n");
(void) fprintf(stderr, " -I <number of inflight I/Os> -- "
6 changes: 3 additions & 3 deletions cmd/zpool/zpool_main.c
Original file line number Diff line number Diff line change
@@ -3852,7 +3852,7 @@ zpool_do_iostat(int argc, char **argv)
zpool_list_t *list;
boolean_t verbose = B_FALSE;
boolean_t latency = B_FALSE, histo = B_FALSE;
boolean_t queues = B_FALSE, parseable = B_FALSE, scripted = B_FALSE;
boolean_t queues = B_FALSE, parsable = B_FALSE, scripted = B_FALSE;
boolean_t omit_since_boot = B_FALSE;
boolean_t guid = B_FALSE;
boolean_t follow_links = B_FALSE;
@@ -3884,7 +3884,7 @@ zpool_do_iostat(int argc, char **argv)
verbose = B_TRUE;
break;
case 'p':
parseable = B_TRUE;
parsable = B_TRUE;
break;
case 'l':
latency = B_TRUE;
@@ -3914,7 +3914,7 @@ zpool_do_iostat(int argc, char **argv)
argc -= optind;
argv += optind;

cb.cb_literal = parseable;
cb.cb_literal = parsable;
cb.cb_scripted = scripted;

if (guid)
4 changes: 2 additions & 2 deletions man/man8/zpool.8
Original file line number Diff line number Diff line change
@@ -1125,7 +1125,7 @@ Scripted mode. Do not display headers, and separate fields by a single tab inste
\fB\fB-p\fR\fR
.ad
.RS 6n
Display numbers in parseable (exact) values.
Display numbers in parsable (exact) values.
.RE

.sp
@@ -1570,7 +1570,7 @@ Display real paths for vdevs resolving all symbolic links. This can be used to l
\fB\fB-p\fR\fR
.ad
.RS 12n
Display numbers in parseable (exact) values. Time values are in nanoseconds.
Display numbers in parsable (exact) values. Time values are in nanoseconds.
.RE

.sp
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
#
# DESCRIPTION:
# Executing 'zpool iostat' command with various combinations of extended
# stats (-vqL), parseable/script options (-pH), and misc lists of pools
# stats (-vqL), parsable/script options (-pH), and misc lists of pools
# and vdevs.
#
# STRATEGY: