From 0485735cd4984b923af3bb9aa24adcdf0afcd850 Mon Sep 17 00:00:00 2001 From: Steve Kay Date: Fri, 4 Mar 2016 11:48:21 -0800 Subject: [PATCH] fix tapestat man page typos --- man/tapestat.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/tapestat.1 b/man/tapestat.1 index 79f4944..5f5776e 100644 --- a/man/tapestat.1 +++ b/man/tapestat.1 @@ -17,7 +17,7 @@ The first report generated by the command provides statistics concerning the time since the system was booted, unless the .B -y -option is used, vhen this first report is omitted. +option is used, when this first report is omitted. Each subsequent report covers the time since the previous report. @@ -62,13 +62,13 @@ The number of writes issued expressed as the number per second averaged over the .B kB_read/s | MB_read/s .RS The amount of data read expressed in kilobytes (by default or if option -k used) or -Megabytes (if option -m used) per second averaged over the interval. +megabytes (if option -m used) per second averaged over the interval. .RE .B kB_wrtn/s | MB_wrtn/s .RS The amount of data written expressed in kilobytes (by default or if option -k used) or -Megabytes (if option -m used) per second averaged over the interval. +megabytes (if option -m used) per second averaged over the interval. .RE .B %Rd @@ -109,10 +109,10 @@ using methods outside of the tape driver (e.g. via sg ioctls). .RE .SH OPTIONS .IP -k -Show the amount of data written or read in kilobytes per second instead of Megabytes. +Show the amount of data written or read in kilobytes per second instead of megabytes. This option is mutually exclusive with -m. .IP -m -Show the amount of data written or read in Megabytes per second instead of kilobytes. +Show the amount of data written or read in megabytes per second instead of kilobytes. This option is mutually exclusive with -k. .IP -t Display time stamps. The time stamp format may depend -- 2.40.0