package/h*: fix wrapping of Config.in help text
authorAdam Duskett <Aduskett@gmail.com>
Mon, 31 Jul 2017 13:53:44 +0000 (09:53 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 31 Jul 2017 17:09:28 +0000 (19:09 +0200)
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>
package/hans/Config.in
package/hicolor-icon-theme/Config.in
package/hplip/Config.in
package/httping/Config.in
package/hwdata/Config.in

index 7b60090f62f1b5a39f578d9ab8bcbe402ce7637e..54bdfd96dfd4025ce1e8f9cd0b051cf1361e1e06 100644 (file)
@@ -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/
index 6cda097c129d5cd110dd2564b122462d5fbfa4ef..10edbf88652ff9f42dd27c2fe006533aa5c83c64 100644 (file)
@@ -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).
index 176dc6a6a731705fc12af39c38b8a237608cf9cf..f4e0fe7530c5acae6f3804c9a6543c16a981122d 100644 (file)
@@ -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/
 
index 07ff1020810c4c96f1a3cbe8977592f383d25c1a..c0e5071ce871c95d88b67e9b78789a58a1705e0b 100644 (file)
@@ -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/
 
index 33e0738af82a3db92ddda000fe3fd1537f36715d..8424238e1bd7e0f733476595755387867b9b1733 100644 (file)
@@ -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.