package/j*: fix wrapping of Config.in help text
authorAdam Duskett <Aduskett@gmail.com>
Mon, 31 Jul 2017 13:53:47 +0000 (09:53 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 31 Jul 2017 17:09:39 +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 j 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/jansson/Config.in
package/jemalloc/Config.in
package/joe/Config.in
package/jq/Config.in
package/jq/Config.in.host
package/jquery-ui/Config.in

index 960a7c4c3869fd96d966703bc995ddbb1518f9da..18c8ce5df2803a5451b381f939ba3276a7bb2089 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_JANSSON
        bool "jansson"
        help
-         Jansson is a C library for encoding, decoding and manipulating JSON
-         data.
+         Jansson is a C library for encoding, decoding and manipulating
+         JSON data.
 
          http://www.digip.org/jansson/
index 85861407daf484731397634a8bf58fad1ab66fd8..c3fd8e34b8e7e6af2e9a5d36bb4240a4906f1222 100644 (file)
@@ -14,8 +14,9 @@ config BR2_PACKAGE_JEMALLOC
        depends on !BR2_STATIC_LIBS
        depends on BR2_TOOLCHAIN_HAS_THREADS
        help
-         This library providing a malloc(3) implementation that emphasizes
-         fragmentation avoidance and scalable concurrency support.
+         This library providing a malloc(3) implementation that
+         emphasizes fragmentation avoidance and scalable concurrency
+         support.
 
          http://jemalloc.net/
 
index f335e057ebcf60da9f62170eca61223c8df6953c..c9dd967b2f1d0db724049b981aeda96e4d74a7b2 100644 (file)
@@ -4,10 +4,10 @@ config BR2_PACKAGE_JOE
        help
          Joe's Own Editor
 
-         JOE is an easy-to-use, full featured terminal-based screen editor.
-         Its behavior is a blending of WordStar and GNU-EMACS (but it does
-         not use code from either program). It is a great editor for new
-         users or as an alternative to vi.
+         JOE is an easy-to-use, full featured terminal-based screen
+         editor. Its behavior is a blending of WordStar and GNU-EMACS
+         (but it does not use code from either program).
+         It is a great editor for new users or as an alternative to vi.
 
          http://joe-editor.sf.net
 
@@ -16,6 +16,6 @@ config BR2_PACKAGE_JOE_FULL
        default y
        depends on BR2_PACKAGE_JOE
        help
-         Install all rc and syntax highlighting files. Without this option
-         only the joe binary is installed, which contains a default
-         configuration.
+         Install all rc and syntax highlighting files. Without this
+         option only the joe binary is installed, which contains a
+         default configuration.
index 9329b2fb35d8891ac98b53067d552081cd4d7f2c..321cbe8b513fec9480c75ab12532bd59918571cd 100644 (file)
@@ -1,8 +1,8 @@
 config BR2_PACKAGE_JQ
        bool "jq"
        help
-         jq is like sed for JSON data - you can use it to slice and filter
-         and map and transform structured data with the same ease that sed,
-         awk, grep and friends let you play with text.
+         jq is like sed for JSON data - you can use it to slice and
+         filter and map and transform structured data with the same
+         ease that sed, awk, grep and friends let you play with text.
 
          http://stedolan.github.io/jq/
index a0aabc0b3041cc6a3130b2cf3dfccc8bd9318c35..9fc0e990589accf3a2650517b74c867f00ed8d97 100644 (file)
@@ -1,11 +1,11 @@
 config BR2_PACKAGE_HOST_JQ
        bool "host jq"
        help
-         jq is like sed for JSON data - you can use it to slice and filter
-         and map and transform structured data with the same ease that sed,
-         awk, grep and friends let you play with text.
+         jq is like sed for JSON data - you can use it to slice and
+         filter and map and transform structured data with the same
+         ease that sed, awk, grep and friends let you play with text.
 
-         As a host tool, jq can be useful to create/edit/merge/check JSON
-         files from a post-build script.
+         As a host tool, jq can be useful to create/edit/merge/check
+         JSON files from a post-build script.
 
          http://stedolan.github.io/jq/
index a7c0a6df5a6a5d6687484727132faa3bffd63c45..fd38997ef69235ae62951e8140fffa3a8d6ab0fe 100644 (file)
@@ -3,7 +3,7 @@ config BR2_PACKAGE_JQUERY_UI
        help
          jQuery UI provides abstractions for low-level interaction and
          animation, advanced effects and high-level, themeable widgets,
-         built on top of the jQuery JavaScript Library, that you can use
-         to build highly interactive web applications.
+         built on top of the jQuery JavaScript Library, that you can
+         use to build highly interactive web applications.
 
          http://jqueryui.com/