package/i*: fix wrapping of Config.in help text
authorAdam Duskett <Aduskett@gmail.com>
Mon, 31 Jul 2017 13:53:46 +0000 (09:53 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 31 Jul 2017 17:09:34 +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 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>
package/i2c-tools/Config.in
package/iftop/Config.in
package/ifupdown-scripts/Config.in
package/imagemagick/Config.in
package/inotify-tools/Config.in
package/iozone/Config.in
package/iperf3/Config.in
package/ipmitool/Config.in
package/iptraf-ng/Config.in

index 82ee33423ea40673051452bae0094c9029edd428..d9b8dd9a3837842b492e85f58188869e331c687d 100644 (file)
@@ -4,8 +4,8 @@ config BR2_PACKAGE_I2C_TOOLS
        help
          Heterogeneous set of I2C tools for Linux
 
-         This package contains a heterogeneous set of I2C tools for Linux:
-         a bus probing tool, a chip dumper, register-level access helpers,
-         EEPROM decoding scripts, and more.
+         This package contains a heterogeneous set of I2C tools for
+         Linux: a bus probing tool, a chip dumper, register-level
+         access helpers, EEPROM decoding scripts, and more.
 
          https://i2c.wiki.kernel.org/index.php/I2C_Tools
index f80a831372896e7b7718bd56705a473cc7ccc81c..514101ca989197b51f381607f0fc6bca626bee46 100644 (file)
@@ -5,9 +5,10 @@ config BR2_PACKAGE_IFTOP
        select BR2_PACKAGE_LIBPCAP
        help
          iftop does for network usage what top(1) does for CPU usage.
-         It listens to network traffic on a named interface and displays
-         a table of current bandwidth usage by pairs of hosts. Handy for
-         answering the question "why is our ADSL link so slow?".
+         It listens to network traffic on a named interface and
+         displays a table of current bandwidth usage by pairs of hosts.
+         Handy for answering the question "why is our ADSL link so
+         slow?".
 
          http://www.ex-parrot.com/pdw/iftop/
 
index 7064d58fec5f00bc5e826f3e4fd2ffee8d343f89..9cd03950f6de568dc1e156dd3932e597fddd988e 100644 (file)
@@ -3,5 +3,5 @@ config BR2_PACKAGE_IFUPDOWN_SCRIPTS
        depends on !BR2_PACKAGE_SYSTEMD_NETWORKD
        default y if BR2_ROOTFS_SKELETON_DEFAULT
        help
-         Set of scripts used by ifupdown (either the standalone one, or the
-         busybox one) to bring network up, or tear it down.
+         Set of scripts used by ifupdown (either the standalone one,
+         or the busybox one) to bring network up, or tear it down.
index 0bd4df2ab7dbe3dfd112802ce828c214e76e9e02..4bd81dbd79c3be970b9df8e1e54cee03a7af7518 100644 (file)
@@ -3,12 +3,13 @@ config BR2_PACKAGE_IMAGEMAGICK
        depends on BR2_USE_MMU # fork()
        depends on BR2_TOOLCHAIN_HAS_THREADS
        help
-         ImageMagick(R) is a software suite to create, edit, and compose
-         bitmap images. It can read, convert and write images in a variety of
-         formats (about 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF,
-         PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to
-         translate, flip, mirror, rotate, scale, shear and transform images,
-         adjust image colors, apply various special effects, or draw text,
+         ImageMagick(R) is a software suite to create, edit, and
+         compose bitmap images. It can read, convert and write images
+         in a variety of formats (about 100) including DPX, EXR, GIF,
+         JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF.
+         Use ImageMagick to translate, flip, mirror, rotate, scale,
+         shear and transform images, adjust image colors, apply various
+         special effects, or draw text,
          lines, polygons, ellipses and Bézier curves.
 
          http://www.imagemagick.org/
index df440d592636e6523a5612d42d25166f00d50ffa..1ca01b6e1e673084679142ebda14241434208cf7 100644 (file)
@@ -5,7 +5,7 @@ config BR2_PACKAGE_INOTIFY_TOOLS
          inotify-tools is a C library and a set of command-line
          programs for Linux providing a simple interface to inotify.
          These programs can be used to monitor and act upon
-         filesystem events. Provides the 'inotifywait' and 'inotifywatch'
-         binaries.
+         filesystem events. Provides the 'inotifywait' and
+         'inotifywatch' binaries.
 
          https://github.com/rvoicilas/inotify-tools
index 33c938ee7fdda85bb4c10ab439a56aa9c5041a06..c66def26479d0f6742a6d3cb199f9e7eb3cc4e90 100644 (file)
@@ -4,7 +4,8 @@ config BR2_PACKAGE_IOZONE
        depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
        help
          IOzone is a filesystem benchmark tool.
-         The benchmark generates and measures a variety of file operations
+         The benchmark generates and measures a variety of file
+         operations
 
          http://www.iozone.org/
 
index 074c1d36c08c3ecba8140243f8aa0818759fe322..5b2204c5e01d06aabe40426f36f3059b99908255 100644 (file)
@@ -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
 
index 554a12cbd9fdc2e23e8f84192b5b1c25c66bf16d..826bc094be83767df7416ab00ec30c404c5d2b27 100644 (file)
@@ -2,7 +2,8 @@ config BR2_PACKAGE_IPMITOOL
        bool "ipmitool"
        depends on BR2_USE_MMU # fork()
        help
-         IPMItool provides a simple command-line interface to IPMI-enabled devices.
+         IPMItool provides a simple command-line interface to
+         IPMI-enabled devices.
 
          http://sourceforge.net/projects/ipmitool/
 
@@ -12,11 +13,11 @@ config BR2_PACKAGE_IPMITOOL_LANPLUS
        bool "enable lanplus interface"
        select BR2_PACKAGE_OPENSSL
        help
-         Enables the IPMI v2.0 RMCP+ LAN interface typically used to send IPMI
-         commands to the BMC of a remote server.
-         Not needed if you only want to communicate with the local BMC of your
-         device using the OpenIPMI ipmi_si kernel module, or if using the
-         legacy IPMI v1.5 RMCP LAN interface.
+         Enables the IPMI v2.0 RMCP+ LAN interface typically used to
+         send IPMI commands to the BMC of a remote server.
+         Not needed if you only want to communicate with the local BMC
+         of your device using the OpenIPMI ipmi_si kernel module, or if
+         using the legacy IPMI v1.5 RMCP LAN interface.
 
 config BR2_PACKAGE_IPMITOOL_USB
        bool "enable usb interface"
index 5afb81dacf243472de7800de91ee5238b53c028b..5c3b4848b91a349d2b0607f6e654bdc94e97c32b 100644 (file)
@@ -3,10 +3,11 @@ config BR2_PACKAGE_IPTRAF_NG
        depends on BR2_USE_MMU # fork()
        select BR2_PACKAGE_NCURSES
        help
-         IPTraf-ng is a ncurses-based network monitoring utility. It gathers
-         data like TCP connection packet and byte counts, interface statistics
-         and activity indicators.
+         IPTraf-ng is a ncurses-based network monitoring utility. It
+         gathers data like TCP connection packet and byte counts,
+         interface statistics and activity indicators.
 
          https://fedorahosted.org/iptraf-ng/
 
-         IPTraf-ng is a fork of original IPTraf v3.0.0 (http://iptraf.seul.org).
+         IPTraf-ng is a fork of original IPTraf v3.0.0
+         (http://iptraf.seul.org).