summaryrefslogtreecommitdiff
path: root/src/ioblksize.h
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-04-30 10:55:18 +0200
committerJim Meyering <meyering@redhat.com>2012-05-02 10:31:53 +0200
commit57e0a882ef70712f79e7255aa5c1f8ba27b4c33e (patch)
tree2e974fbd9ee44c5cf95067d4f37efb42100e48e3 /src/ioblksize.h
parentb8a6996e258a2c30de40fb20cab0d17a38c3eff2 (diff)
downloadcoreutils-57e0a882ef70712f79e7255aa5c1f8ba27b4c33e.tar.xz
maint: adjust comments to avoid FP match on binary-operator-at-EOL
* src/ls.c (print_long_format): Reformat comment to avoid "==" at end of line. Also, "sortkey" is not a word: s/sortkey/sort key/. * src/ioblksize.h: Likewise, for "|" from a shell snippet. * src/runcon.c: Likewise, for "|" in grammar-like usage.
Diffstat (limited to 'src/ioblksize.h')
-rw-r--r--src/ioblksize.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ioblksize.h b/src/ioblksize.h
index ffd6ff37a..aaea9fffd 100644
--- a/src/ioblksize.h
+++ b/src/ioblksize.h
@@ -28,8 +28,8 @@
bs=$((1024*2**$i))
printf "%7s=" $bs
timeout --foreground -sINT 2 \
- dd bs=$bs if=/dev/zero of=/dev/null 2>&1 |
- sed -n 's/.* \([0-9.]* [GM]B\/s\)/\1/p'
+ dd bs=$bs if=/dev/zero of=/dev/null 2>&1 \
+ | sed -n 's/.* \([0-9.]* [GM]B\/s\)/\1/p'
done
With the results shown for these systems: