diff options
| author | Adam Duskett <Aduskett@gmail.com> | 2017-07-31 09:53:44 -0400 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-31 19:09:28 +0200 |
| commit | eb3d0578043b81db3a940e5d80726e1eb5c4b92f (patch) | |
| tree | b8eafdb71291f4266bd245e85a4924473f875b0c /package/httping | |
| parent | be9d731edf6d5fbd138c4fb4cc09d0fa6ae2d147 (diff) | |
| download | buildroot-eb3d0578043b81db3a940e5d80726e1eb5c4b92f.tar.gz buildroot-eb3d0578043b81db3a940e5d80726e1eb5c4b92f.zip | |
package/h*: 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 h 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/httping')
| -rw-r--r-- | package/httping/Config.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package/httping/Config.in b/package/httping/Config.in index 07ff102081..c0e5071ce8 100644 --- a/package/httping/Config.in +++ b/package/httping/Config.in @@ -6,10 +6,11 @@ config BR2_PACKAGE_HTTPING depends on BR2_USE_WCHAR help Httping is like 'ping' but for http-requests. - Give it an url, and it'll show you how long it takes to connect, - send a request and retrieve the reply (only the headers). - Be aware that the transmission across the network also takes time! - So it measures the latency of the webserver + network. + Give it an url, and it'll show you how long it takes to + connect, send a request and retrieve the reply (only the + headers). + Be aware that the transmission across the network also takes + time! So it measures the latency of the webserver + network. http://www.vanheusden.com/httping/ |

