package/b*/Config.in: fix help text wrapping
authorAdam Duskett <Aduskett@gmail.com>
Fri, 5 May 2017 14:08:06 +0000 (10:08 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 11 May 2017 21:26:49 +0000 (23:26 +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 b 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@codeblue.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 files changed:
package/babeld/Config.in
package/batman-adv/Config.in
package/bc/Config.in
package/bcache-tools/Config.in
package/berkeleydb/Config.in
package/bind/Config.in
package/biosdevname/Config.in
package/bluez5_utils/Config.in
package/bluez_utils/Config.in
package/bmon/Config.in
package/bootutils/Config.in
package/bridge-utils/Config.in
package/busybox/Config.in

index 5d08c0842a8d58c5d60798769980fc44a5a8b811..c7010e1fb1830d78aab04bdeee7a7b496e119bbd 100644 (file)
@@ -2,7 +2,7 @@ config BR2_PACKAGE_BABELD
        bool "babeld"
        depends on BR2_USE_MMU # fork()
        help
-         Babel is a loop-avoiding distance-vector routing protocol for IPv6
-         and IPv4 with fast convergence properties.
+         Babel is a loop-avoiding distance-vector routing protocol for
+         IPv6 and IPv4 with fast convergence properties.
 
          http://www.pps.univ-paris-diderot.fr/~jch/software/babel/
index fbef0d8d6be8d85d7eacf7e9f745f6401c682050..9d3d7967b9f8c18e63ce5e64cb8f636d1cedcd3b 100644 (file)
@@ -28,7 +28,8 @@ config BR2_PACKAGE_BATMAN_ADV_BATMAN_V
        bool "enable B.A.T.M.A.N. V protocol (experimental)"
        help
          Enables B.A.T.M.A.N. V network protocol.
-         This is the next-gen protocol and is experimental at this time.
+         This is the next-gen protocol and is experimental at this
+         time.
 
          https://www.open-mesh.org/projects/batman-adv/wiki/BATMAN_V
 
index a28978d2e55978fb874660070063c7c0031b5d4c..54c4422f7c15e9c55b022c7cd489c533976e8dcf 100644 (file)
@@ -6,9 +6,10 @@ config BR2_PACKAGE_BC
          areas. It supports interactive execution of statements. 'Bc'
          is a utility included in the POSIX P1003.2/D11 draft standard.
          This version does not use the historical method of having bc
-         be a compiler for the dc calculator (the POSIX document doesn't
-         specify how bc must be implemented). This version has a single
-         executable that both compiles the language and runs the resulting
-         'byte code.' The byte code is not the dc language.
+         be a compiler for the dc calculator (the POSIX document
+         doesn't specify how bc must be implemented).
+         This version has a single executable that both compiles the
+         language and runs the resulting 'byte code.' The byte code is
+         not the dc language.
 
          http://www.gnu.org/software/bc
index 7e6319bce7121988cdcecf60c2b3880b775c9044..c8e3f6d1bfbd2fdf3dceb4d7507fc2f3b46cf415 100644 (file)
@@ -7,13 +7,14 @@ config BR2_PACKAGE_BCACHE_TOOLS
        select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
        help
          Bcache is a Linux kernel block layer cache. It allows one or
-         more fast disk drives such as flash-based solid state drives (SSDs)
-         to act as a cache for one or more slower hard disk drives.
+         more fast disk drives such as flash-based solid state drives
+         (SSDs) to act as a cache for one or more slower hard disk
+         drives.
 
          http://bcache.evilpiepirate.org/
 
-         This is the user space bcache tools, required to setup the linux
-         bcache feature of the Linux kernel.
+         This is the user space bcache tools, required to setup the
+         linux bcache feature of the Linux kernel.
 
 comment "bcache-tools needs udev /dev management"
        depends on BR2_USE_MMU
index 5531b044636e53f7e10d0119a64a205fb532e7b0..f32d13ab1708a4a554eb78a14dc26bc3f2e21e33 100644 (file)
@@ -1,8 +1,8 @@
 config BR2_PACKAGE_BERKELEYDB
        bool "berkeleydb"
        help
-         The Berkeley database. A very common library for database
-         applications.
+         The Berkeley database. A very common library for
+         database applications.
 
          http://www.sleepycat.com/products/db.shtml
 
@@ -16,6 +16,7 @@ config BR2_PACKAGE_BERKELEYDB_COMPAT185
 config BR2_PACKAGE_BERKELEYDB_TOOLS
        bool "install tools"
        help
-         Install berkeleydb tools, mostly useful for debugging purposes.
+         Install berkeleydb tools, mostly useful for debugging
+         purposes.
 
 endif
index a580f0ee66250b8d9d3bf6e2162ae5f9f4430f0e..049a90cbafda863c48d73d0e6df40cf480eb7fed 100644 (file)
@@ -4,14 +4,16 @@ config BR2_PACKAGE_BIND
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on !BR2_STATIC_LIBS
        help
-         BIND (Berkeley Internet Name Domain) is an implementation of
-         the Domain Name System (DNS) protocols and provides an openly
-         redistributable reference implementation of the major
-         components of the Domain Name System, including:
+         BIND (Berkeley Internet Name Domain) is an
+         implementation of the Domain Name System (DNS) protocols
+         and provides an openly redistributable reference
+         implementation of the major components of the Domain
+         Name System, including:
 
            * a Domain Name System server (named)
            * a Domain Name System resolver library
-           * tools for verifying the proper operation of the DNS server
+           * tools for verifying the proper operation of the DNS
+             server
 
          The BIND DNS Server is used on the vast majority of name
          serving machines on the Internet, providing a robust and
@@ -19,7 +21,8 @@ config BR2_PACKAGE_BIND
          architecture can be built. The resolver library included in
          the BIND distribution provides the standard APIs for
          translation between domain names and Internet addresses and is
-         intended to be linked with applications requiring name service.
+         intended to be linked with applications requiring name
+         service.
 
          http://www.isc.org/sw/bind/
 
index f9202ac4b875cadecacf2887d1f97ffec136621f..704716791a2c31cf2675391fc2b4d792f01d6c59 100644 (file)
@@ -5,11 +5,11 @@ config BR2_PACKAGE_BIOSDEVNAME
        select BR2_PACKAGE_PCIUTILS
        select BR2_PACKAGE_ZLIB
        help
-         Biosdevname is a udev helper that looks at various BIOS tables to
-         figure out what the actual hardware names are for Ethernet ports
-         and renames the ports accordingly. This has the advantage of
-         always referring to the same port regardless of system or
-         hardware changes that might otherwise alter the typical ethX
-         naming.
+         Biosdevname is a udev helper that looks at various BIOS tables
+         to figure out what the actual hardware names are for Ethernet
+         ports and renames the ports accordingly. This has the
+         advantage of always referring to the same port regardless of
+         system or hardware changes that might otherwise alter the
+         typical ethX naming.
 
          http://linux.dell.com/biosdevname/
index c09e197d3d8b05271d9e27e06310ebffdb624151..55831e9b61a57ffbc0f7432c0b6b0677ff7342da 100644 (file)
@@ -82,7 +82,8 @@ config BR2_PACKAGE_BLUEZ5_PLUGINS_SIXAXIS
        bool "build sixaxis plugin"
        depends on BR2_PACKAGE_HAS_UDEV
        help
-         Build BlueZ 5.x sixaxis plugin (support Sony Dualshock controller)
+         Build BlueZ 5.x sixaxis plugin (support Sony Dualshock
+         controller)
 
 comment "sixaxis plugin needs udev /dev management"
        depends on !BR2_PACKAGE_HAS_UDEV
index 3848162697fa278e7734ed514eaf21bfc47992a8..ea44068f89672cbba00f0fa0521d6c9c75ff9d3a 100644 (file)
@@ -36,8 +36,9 @@ config BR2_PACKAGE_BLUEZ_UTILS_GATT
        bool "GATT support"
        select BR2_PACKAGE_READLINE
        help
-         Generic Attribute Profile (GATT) support. This provides profile
-         discovery and description services for Bluetooth Low Energy.
+         Generic Attribute Profile (GATT) support. This provides
+         profile discovery and description services for Bluetooth Low
+         Energy.
          This will install the gatttool utility.
 endif
 
index bb796936ccf8c89a5872a30e3b47d7cd18152755..cb83cc28aceb5d48ea759f4b62ac4dfb79a3bef5 100644 (file)
@@ -5,8 +5,8 @@ config BR2_PACKAGE_BMON
        select BR2_PACKAGE_LIBNL
        select BR2_PACKAGE_NCURSES
        help
-         bmon is a bandwidth monitor capable of retrieving statistics from
-         various input modules. It provides various output methods
+         bmon is a bandwidth monitor capable of retrieving statistics
+         from various input modules. It provides various output methods
          including a curses based interface.
 
          https://github.com/tgraf/bmon/
index af4a170ca3bf36ce7a101f01547c7361181861b4..30d647ab113e3fa21278890d37ffb95b3275e1d7 100644 (file)
@@ -2,9 +2,9 @@ config BR2_PACKAGE_BOOTUTILS
        bool "bootutils"
        depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
        help
-         BootUtils is a collection of utilities to facilitate booting of
-         Linux 2.6-based systems. The process of finding the root volume
-         either by label or explicit label= on the kernel command line,
-         mounting it, and 'switchroot'ing is automated.
+         BootUtils is a collection of utilities to facilitate booting
+         of Linux 2.6-based systems. The process of finding the root
+         volume either by label or explicit label= on the kernel
+         command line, mounting it, and 'switchroot'ing is automated.
 
          http://bootutils.sourceforge.net/
index fb9c7df4274fd4138c8c186fe460221d14b9e1a3..bc614b075827746619ca37ad6006755849f4bd33 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_BRIDGE_UTILS
        bool "bridge-utils"
        help
-         Manage ethernet bridging; a way to connect networks together to
-         form a larger network.
+         Manage ethernet bridging; a way to connect networks together
+         to form a larger network.
 
          https://git.kernel.org/cgit/linux/kernel/git/shemminger/bridge-utils.git/
index 7eb7eb96398657e0a0fbf88f995d00653bc4fea5..116a72e9455e41c8cda157208ecade3a399c1be0 100644 (file)
@@ -2,8 +2,8 @@ config BR2_PACKAGE_BUSYBOX
        bool "BusyBox"
        default y
        help
-         The Swiss Army Knife of embedded Linux. It slices, it dices, it
-         makes Julian Fries.
+         The Swiss Army Knife of embedded Linux. It slices, it dices,
+         it makes Julian Fries.
 
          http://busybox.net/
 
@@ -15,10 +15,12 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
        string "BusyBox configuration file to use?"
        default "package/busybox/busybox.config"
        help
-         Some people may wish to use their own modified BusyBox configuration
-         file, and will specify their config file location with this option.
+         Some people may wish to use their own modified BusyBox
+         configuration file, and will specify their config file
+         location with this option.
 
-         Most people will just use the default BusyBox configuration file.
+         Most people will just use the default BusyBox configuration
+         file.
 
 config BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES
        string "Additional BusyBox configuration fragment files"