From 30fef168be149b1ec460db7330e45195351cb40c Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 17 Jan 2010 17:36:50 +0000 Subject: [PATCH] Moved comma's in table header to the proper place. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1474 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/blockdev-perftest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/blockdev-perftest b/scripts/blockdev-perftest index 77a6ec978..366b48957 100755 --- a/scripts/blockdev-perftest +++ b/scripts/blockdev-perftest @@ -223,7 +223,7 @@ do printf "%8s " "R" i=$((i+1)) done -printf "%8s %8s %8s" "R(avg," "R(std" "R" +printf "%8s %8s %8s" "R(avg," "R(std," "R" printf "\n" # Header, line 2 @@ -234,14 +234,14 @@ do printf "%8s " "(s)" i=$((i+1)) done -printf "%8s %8s %8s " "MB/s)" ",MB/s)" "(IOPS)" +printf "%8s %8s %8s " "MB/s)" "MB/s)" "(IOPS)" i=0 while [ $i -lt ${iterations} ] do printf "%8s " "(s)" i=$((i+1)) done -printf "%8s %8s %8s" "MB/s)" ",MB/s)" "(IOPS)" +printf "%8s %8s %8s" "MB/s)" "MB/s)" "(IOPS)" printf "\n" # Measurements