diff options
| author | Adam Duskett <Aduskett@gmail.com> | 2017-07-31 09:53:46 -0400 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-31 19:09:34 +0200 |
| commit | d0b45144c3001593869fc5dfb12f1a119b960ba2 (patch) | |
| tree | 431e27fb08eb58e3a4cb64406e0fa47129e5618b /package/iperf3 | |
| parent | eb3d0578043b81db3a940e5d80726e1eb5c4b92f (diff) | |
| download | buildroot-d0b45144c3001593869fc5dfb12f1a119b960ba2.tar.gz buildroot-d0b45144c3001593869fc5dfb12f1a119b960ba2.zip | |
package/i*: fix wrapping of Config.in help text
The check-package script when ran gives warnings on text wrapping
on all of these Config files. This patch cleans up all warnings
related to the text wrapping for the Config files starting with
the letter i in the package directory.
The appropriate indentation is: <tab><2 spaces><62 chars>
See http://nightly.buildroot.org/#writing-rules-config-in for more
information.
Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/iperf3')
| -rw-r--r-- | package/iperf3/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/iperf3/Config.in b/package/iperf3/Config.in index 074c1d36c0..5b2204c5e0 100644 --- a/package/iperf3/Config.in +++ b/package/iperf3/Config.in @@ -5,10 +5,10 @@ config BR2_PACKAGE_IPERF3 iperf is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various parameters related to timing, - protocols, and buffers. For each test it reports the bandwidth, - loss, and other parameters. - It's a redesign of the NLANR/DAST iperf(2) and is not - backward compatible. + protocols, and buffers. For each test it reports the + bandwidth, loss, and other parameters. + It's a redesign of the NLANR/DAST iperf(2) and is not backward + compatible. http://software.es.net/iperf/index.html |

