From 370b278565126a0abf3382ba10965e7a1090e7f8 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 9 Nov 2016 16:53:30 +0100 Subject: 39890: typo corrections in completion functions --- Completion/Unix/Command/_iostat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/Unix/Command/_iostat') diff --git a/Completion/Unix/Command/_iostat b/Completion/Unix/Command/_iostat index 6653a5da4..88fc6a103 100644 --- a/Completion/Unix/Command/_iostat +++ b/Completion/Unix/Command/_iostat @@ -70,7 +70,7 @@ case $OSTYPE:l in args=( '-c[report percentage of time the system spent in user/system mode, dtrace probes and idling]' '-C[report extended disk statistics aggregated by controller id, when used with -x]' - '-d[report the number of kilobytes tranferred per second, tranfers per second and average service time]' + '-d[report kilobytes transferred per second, transfers per second and average service time]' '-D[report reads/writes per second and percentage disk utilization]' '-e[display device error summary statistics]' '-E[display all device error statistics]' @@ -78,7 +78,7 @@ case $OSTYPE:l in '-I[report counts in each interval]' '-l[limit the number of disks included in the report]:number of disks' '-m[report file system mount points]' - '-M[display data throughtput in MB/sec instead of KB/sec]' + '-M[display data throughput in MB/sec instead of KB/sec]' '-n[display names in descriptive format]' '-p[report per-partition statistics]' '-P[report per-partition statistics only]' @@ -98,7 +98,7 @@ case $OSTYPE:l in '-C[display CPU statistics]' '-c[number of times to display statistics]' '-d[display only device statistics]' - '-l[total statstics for a given time period]' + '-l[total statistics for a given time period]' '-K[display block count in kilobytes]' '-n[limit the number of disks included in the report]:number of disks' '-o[display old-style iostat device statistics]' -- cgit 1.4.1