summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-07-31 09:53:44 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-31 19:09:28 +0200
commiteb3d0578043b81db3a940e5d80726e1eb5c4b92f (patch)
treeb8eafdb71291f4266bd245e85a4924473f875b0c
parentbe9d731edf6d5fbd138c4fb4cc09d0fa6ae2d147 (diff)
downloadbuildroot-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>
-rw-r--r--package/hans/Config.in7
-rw-r--r--package/hicolor-icon-theme/Config.in3
-rw-r--r--package/hplip/Config.in11
-rw-r--r--package/httping/Config.in9
-rw-r--r--package/hwdata/Config.in5
5 files changed, 20 insertions, 15 deletions
diff --git a/package/hans/Config.in b/package/hans/Config.in
index 7b60090f62..54bdfd96df 100644
--- a/package/hans/Config.in
+++ b/package/hans/Config.in
@@ -5,9 +5,10 @@ config BR2_PACKAGE_HANS
bool "hans"
depends on BR2_INSTALL_LIBSTDCPP
help
- Hans makes it possible to tunnel IPv4 through ICMP echo packets,
- so you could call it a ping tunnel.
+ Hans makes it possible to tunnel IPv4 through ICMP echo
+ packets, so you could call it a ping tunnel.
This can be useful when you find yourself in the situation
- that your Internet access is firewalled, but pings are allowed.
+ that your Internet access is firewalled, but pings are
+ allowed.
http://code.gerade.org/hans/
diff --git a/package/hicolor-icon-theme/Config.in b/package/hicolor-icon-theme/Config.in
index 6cda097c12..10edbf8865 100644
--- a/package/hicolor-icon-theme/Config.in
+++ b/package/hicolor-icon-theme/Config.in
@@ -5,4 +5,5 @@ config BR2_PACKAGE_HICOLOR_ICON_THEME
This is the fallback icon theme, which only creates the
standard directory structure for storing icons of third-party
- applications (i.e. the ones not available in usual icon themes).
+ applications (i.e. the ones not available in usual icon
+ themes).
diff --git a/package/hplip/Config.in b/package/hplip/Config.in
index 176dc6a6a7..f4e0fe7530 100644
--- a/package/hplip/Config.in
+++ b/package/hplip/Config.in
@@ -8,11 +8,12 @@ config BR2_PACKAGE_HPLIP
select BR2_PACKAGE_JPEG
help
HP Linux Imaging and Printing (HPLIP)
- HPLIP is an HP-developed solution for printing, scanning, and faxing
- with HP inkjet and laser based printers in Linux. The HPLIP project
- provides printing support for 2,211 printer models, including
- Deskjet, Officejet, Photosmart, PSC (Print Scan Copy), Business
- Inkjet, LaserJet, Edgeline MFP, and LaserJet MFP.
+ HPLIP is an HP-developed solution for printing, scanning, and
+ faxing with HP inkjet and laser based printers in Linux. The
+ HPLIP project provides printing support for 2,211 printer
+ models, including Deskjet, Officejet, Photosmart, PSC
+ (Print Scan Copy), Business Inkjet, LaserJet, Edgeline MFP,
+ and LaserJet MFP.
http://hplipopensource.com/
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/
diff --git a/package/hwdata/Config.in b/package/hwdata/Config.in
index 33e0738af8..8424238e1b 100644
--- a/package/hwdata/Config.in
+++ b/package/hwdata/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_HWDATA
bool "hwdata"
help
- Various hardware identification and configuration data, such as
- the pci.ids database, or the XFree86/xorg Cards database.
+ Various hardware identification and configuration data,
+ such as the pci.ids database, or the XFree86/xorg Cards
+ database.
OpenPOWER on IntegriCloud