package/l*: fix wrapping of Config.in help text
authorAdam Duskett <Aduskett@gmail.com>
Mon, 31 Jul 2017 13:53:49 +0000 (09:53 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 31 Jul 2017 17:09:59 +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 l 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>
31 files changed:
package/lbreakout2/Config.in
package/lcdapi/Config.in
package/lcms2/Config.in
package/leafnode2/Config.in
package/leveldb/Config.in
package/lftp/Config.in
package/lighttpd/Config.in
package/linknx/Config.in
package/linux-backports/Config.in
package/linux-firmware/Config.in
package/linux-headers/Config.in.host
package/linux-pam/Config.in
package/live555/Config.in
package/ljsyscall/Config.in
package/lm-sensors/Config.in
package/logsurfer/Config.in
package/lpc3250loader/Config.in.host
package/lshw/Config.in
package/ltrace/Config.in
package/lua-cjson/Config.in
package/lua/Config.in
package/luabitop/Config.in
package/luacrypto/Config.in
package/luaexpatutils/Config.in
package/lualogging/Config.in
package/luvi/Config.in
package/lvm2/Config.in
package/lxc/Config.in
package/lz4/Config.in
package/lzip/Config.in
package/lzop/Config.in

index 6788aca8211e362b142d62097ba34769bd1d15e0..eeb8a06966f7739164e67a88cf5b44e6492de2b6 100644 (file)
@@ -3,11 +3,11 @@ config BR2_PACKAGE_LBREAKOUT2
        select BR2_PACKAGE_SDL
        select BR2_PACKAGE_LIBPNG
        help
-         LBreakout2 is the successor to LBreakout, a breakout-style arcade
-         game in the manner of Arkanoid. Requires SDL, libpng, and
-         optionnally SDL_mixer/SDL_net.
-         A display with minimum 640x480 resolution, a keyboard and a mouse
-         are recommanded.
+         LBreakout2 is the successor to LBreakout, a breakout-style
+         arcade game in the manner of Arkanoid. Requires SDL, libpng,
+         and optionnally SDL_mixer/SDL_net.
+         A display with minimum 640x480 resolution, a keyboard and a
+         mouse are recommanded.
 
          http://lgames.sourceforge.net/index.php?project=LBreakout2
 
index 34ce0fa1a1dd6389ba23cb0a2e9471fe59e046cb..154689b2843ce94f7db57b2e93e043a7594c3b5d 100644 (file)
@@ -3,7 +3,8 @@ config BR2_PACKAGE_LCDAPI
        depends on BR2_INSTALL_LIBSTDCPP
        depends on BR2_TOOLCHAIN_HAS_THREADS
        help
-         C++ client API for lcdproc, containing a set of widget classes.
+         C++ client API for lcdproc, containing a set of widget
+         classes.
 
          https://github.com/spdawson/lcdapi
 
index d94c075e1e1550844dd76a4fdf1372a42b8cb8b5..19e1b9c1f0b7707d91453a87d6b0bc0a9970ad88 100644 (file)
@@ -4,7 +4,8 @@ config BR2_PACKAGE_LCMS2
          Little Color Management Software (CMS) intends to be an OPEN
          SOURCE small-footprint color management engine, with special
          focus on accuracy and performance.
-         It uses the International Color Consortium standard (ICC), which is
-         the modern standard when regarding to color management.
+         It uses the International Color Consortium standard (ICC),
+         which is the modern standard when regarding to color
+         management.
 
          http://www.littlecms.com/
index 348e6daacf93c61c798836b7bafa186571186f60..93d3090a00634373e10a12b18a0f1af3b3737f5e 100644 (file)
@@ -7,7 +7,8 @@ config BR2_PACKAGE_LEAFNODE2
          server designed for small sites with just a few active
          newsgroups.
 
-         Leafnode-2 needs inetd, check chapter 14 of the documentation at
+         Leafnode-2 needs inetd, check chapter 14 of the documentation
+         at:
          http://www.dt.e-technik.uni-dortmund.de/~ma/leafnode/beta/leafnode-readme.txt
 
          For example, you can add this line to inetd.conf:
index b583c3b9fe2e31b6044b01a5d0ef944279102601..c44ef13ca71e5ee5fa77d852b9cffbe4e7271b11 100644 (file)
@@ -6,8 +6,9 @@ config BR2_PACKAGE_LEVELDB
        depends on BR2_TOOLCHAIN_HAS_THREADS
        select BR2_PACKAGE_SNAPPY
        help
-         LevelDB is a fast key-value storage library written at Google that
-         provides an ordered mapping from string keys to string values.
+         LevelDB is a fast key-value storage library written at Google
+         that provides an ordered mapping from string keys to string
+         values.
 
          https://github.com/google/leveldb
 
index fb4ac13611531e0fe4489b6ba22979fd15bc9f2d..ebe8882e9473876cf872d2a437925cb4bcedff71 100644 (file)
@@ -7,10 +7,11 @@ config BR2_PACKAGE_LFTP
        select BR2_PACKAGE_ZLIB
        select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS
        help
-         LFTP is a sophisticated ftp/http client, and a file transfer program
-         supporting a number of network protocols. Like BASH, it has job
-         control and uses the readline library for input. It has bookmarks,
-         a built-in mirror command, and can transfer several files in parallel.
+         LFTP is a sophisticated ftp/http client, and a file transfer
+         program supporting a number of network protocols. Like BASH,
+         it has job control and uses the readline library for input. It
+         has bookmarks, a built-in mirror command, and can transfer
+         several files in parallel.
          It was designed with reliability in mind.
 
          http://lftp.yar.ru/
index f62ccb9c050d4e3b308338d86bbe3b35639f967a..383c10f70f8cdfdedc91071d8d9abc861dad7850 100644 (file)
@@ -7,13 +7,14 @@ config BR2_PACKAGE_LIGHTTPD
        depends on BR2_USE_MMU # fork()
        depends on !BR2_STATIC_LIBS
        help
-         lighttpd a secure, fast, compliant and very flexible web-server
-         which has been optimized for high-performance environments. It
-         has a very low memory footprint compared to other webservers and
-         takes care of cpu-load. Its advanced feature-set (FastCGI, CGI,
-         Auth, Output-Compression, URL-Rewriting and many more) make
-         lighttpd the perfect webserver-software for every server that
-         is suffering load problems.
+         lighttpd a secure, fast, compliant and very flexible
+         web-server which has been optimized for high-performance
+         environments. It has a very low memory footprint compared to
+         other webservers and takes care of cpu-load. Its advanced
+         feature-set (FastCGI, CGI, Auth, Output-Compression,
+         URL-Rewriting and many more) make lighttpd the perfect
+         webserver-software for every server that is suffering load
+         problems.
 
          http://www.lighttpd.net/
 
index 478d0192dae463053bdf62ae1002ecafb453763d..66571071f41cb6483b84266b86d6776332c45b07 100644 (file)
@@ -7,8 +7,8 @@ config BR2_PACKAGE_LINKNX
        select BR2_PACKAGE_ARGP_STANDALONE \
               if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
        help
-         Linknx is an automation platform providing high level functionalities
-         to EIB/KNX installation.
+         Linknx is an automation platform providing high level
+         functionalities to EIB/KNX installation.
 
          http://linknx.sourceforge.net/
          https://github.com/linknx/linknx
index e858a45abc508b6d8811de72087896013fd56af9..362e6e4bc7d00f1496f2385086b1d207c8b6a823 100644 (file)
@@ -8,7 +8,8 @@ config BR2_PACKAGE_LINUX_BACKPORTS
          The linux-backports package includes many Linux drivers from
          recent kernels, backported to older ones.
 
-         This version of linux-backports supports kernels starting from 3.0.
+         This version of linux-backports supports kernels starting
+         from 3.0.
 
          https://backports.wiki.kernel.org
 
@@ -40,8 +41,9 @@ config BR2_PACKAGE_LINUX_BACKPORTS_CUSTOM_CONFIG_FILE
        help
          Path to the backports configuration file
 
-         Note: this can be a defconfig file or a complete .config file,
-         which can later be saved back with make linux-update-(def)config.
+         Note: this can be a defconfig file or a complete .config
+         file, which can later be saved back with make
+         linux-update-(def)config.
 
 config BR2_PACKAGE_LINUX_BACKPORTS_CONFIG_FRAGMENT_FILES
        string "Additional configuration fragment files"
index 7f4d2a07a652ed6925048a7f45ddb7fce5b23a8e..f0d64763d88b02b66ce7fdcef3048f0d3d131e18 100644 (file)
@@ -249,7 +249,8 @@ config BR2_PACKAGE_LINUX_FIRMWARE_RTL_88XX
 config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL127X
        bool "TI wl127x"
        help
-         Firmware files for WLAN and Bluetooth modules wl1271 and wl1273
+         Firmware files for WLAN and Bluetooth modules wl1271 and
+         wl1273
 
 config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL128X
        bool "TI wl128x"
@@ -268,17 +269,20 @@ menu "Ethernet firmware"
 config BR2_PACKAGE_LINUX_FIRMWARE_BNX2X
        bool "Broadcom NetXtremeII"
        help
-         Firmware files for Broadcom NetXtreme 10Gb ethernet cards (bnx2x)
+         Firmware files for Broadcom NetXtreme 10Gb ethernet cards
+         (bnx2x)
 
 config BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T4
        bool "Chelsio T4"
        help
-         Firmware files for Chelsio T4 1Gb and 10Gb ethernet cards (cxgb4)
+         Firmware files for Chelsio T4 1Gb and 10Gb ethernet cards
+         (cxgb4)
 
 config BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T5
        bool "Chelsio T5"
        help
-         Firmware files for Chelsio T5 1Gb and 10Gb ethernet cards (cxgb4)
+         Firmware files for Chelsio T5 1Gb and 10Gb ethernet cards
+         (cxgb4)
 
 config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8169
        bool "Realtek 8169"
index af67f70622329c6ceb3d925c2d2fd291fbfad698..90c93bacd9c8ed53ca97f9e03a1083176607e8bf 100644 (file)
@@ -10,17 +10,17 @@ choice
        help
          Select the kernel version to get headers from.
 
-         The kernel headers must be at least as old as the oldest kernel
-         you intend to run on your target.
+         The kernel headers must be at least as old as the oldest
+         kernel you intend to run on your target.
 
          If you use Buildroot to build a kernel, then you can use
          the sources from that kernel as source for the headers.
 
-         If you choose a custom version of the kernel headers, or choose
-         to use the same sources as the kernel, you'll have to select
-         (below) the series of that kernel, so that Buildroot can show
-         or hide packages that have strong requirements on the kernel
-         headers.
+         If you choose a custom version of the kernel headers, or
+         choose to use the same sources as the kernel, you'll have to
+         select (below) the series of that kernel, so that Buildroot
+         can show or hide packages that have strong requirements on the
+         kernel headers.
 
 config BR2_KERNEL_HEADERS_AS_KERNEL
        bool "Same as kernel being built"
@@ -86,7 +86,8 @@ choice
        bool "Custom kernel headers series"
        depends on BR2_KERNEL_HEADERS_VERSION || BR2_KERNEL_HEADERS_AS_KERNEL
        help
-         Specify the kernel headers series you manually selected, above.
+         Specify the kernel headers series you manually selected,
+         above.
 
          This is used to hide/show some packages that have strict
          requirements on the version of kernel headers.
index 33e515434bfb3ad957c316da8cee01390896cce4..1396549366e7ea3355dbd0b56373ae8028d0c99c 100644 (file)
@@ -6,7 +6,8 @@ config BR2_PACKAGE_LINUX_PAM
        depends on BR2_USE_MMU # fork()
        select BR2_PACKAGE_FLEX
        help
-         A Security Framework that Provides Authentication for Applications
+         A Security Framework that Provides Authentication for
+         Applications
 
          http://linux-pam.org
 
index 5018296c2e5fdd63582ea759d32c8998f812a52d..dbd9dfd32e008c622942f04b63f8997f50e99132 100644 (file)
@@ -2,8 +2,9 @@ config BR2_PACKAGE_LIVE555
        bool "live555"
        depends on BR2_INSTALL_LIBSTDCPP
        help
-         LIVE555 Streaming Media forms a set of C++ libraries for multimedia
-         streaming, using open standard protocols (RTP/RTCP, RTSP, SIP).
+         LIVE555 Streaming Media forms a set of C++ libraries for
+         multimedia streaming, using open standard protocols
+         (RTP/RTCP, RTSP, SIP).
 
          http://www.live555.com/liveMedia/
 
index d78591ec98d1ce6c57711e582746fed9a31e350f..3af9dabe9521cc5845d8145d6ffc14e7c82e0ee9 100644 (file)
@@ -3,7 +3,8 @@ config BR2_PACKAGE_LJSYSCALL
        # ljsyscall is specifically for LuaJIT, not Lua.
        depends on BR2_PACKAGE_LUAJIT
        help
-         An FFI implementation of the Linux and NetBSD kernel ABIs for LuaJIT.
+         An FFI implementation of the Linux and NetBSD kernel ABIs for
+         LuaJIT.
 
          http://github.com/justincormack/ljsyscall
 
index b035f5d0d51a73f26ad2cbd42cc82b7f5d71e830..60571b784f2a779687e846714e24145982715e9b 100644 (file)
@@ -38,9 +38,9 @@ config BR2_PACKAGE_LM_SENSORS_ISASET
 config BR2_PACKAGE_LM_SENSORS_PWMCONFIG
        bool "pwmconfig"
        help
-         Pwmconfig searches your sensors for pulse width modulation (PWM)
-         controls, and tests each one to see if it controls a fan on
-         your motherboard.
+         Pwmconfig searches your sensors for pulse width modulation
+         (PWM) controls, and tests each one to see if it controls a fan
+         on your motherboard.
 
 config BR2_PACKAGE_LM_SENSORS_SENSORS_DETECT
        bool "sensors-detect"
index d4218bce7e6a04e2ee31a0a3f616ddcf37235193..43e2f519e6b390243aea90bf332135396dd95a89 100644 (file)
@@ -2,7 +2,7 @@ config BR2_PACKAGE_LOGSURFER
        bool "logsurfer"
        depends on BR2_USE_MMU # fork()
        help
-         Logsurfer is a program for monitoring system logs in real-time,
-         and reporting on the occurrence of events.
+         Logsurfer is a program for monitoring system logs in
+         real-time, and reporting on the occurrence of events.
 
          http://www.crypt.gen.nz/logsurfer/
index 9371f13430fe2b2c470b1f462ee5917ecd7eec97..946820a55bfe5d1bb2b0fcaf04fdf3b491647b5c 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_HOST_LPC3250LOADER
        bool "host lpc3250loader"
        help
-         lpc3250loader is a tool to load/burn programs (in particular kickstart
-         and S1L) on an LPC3250 platform.
+         lpc3250loader is a tool to load/burn programs (in particular
+         kickstart and S1L) on an LPC3250 platform.
 
          https://github.com/alexandrebelloni/lpc3250loader
index 83b7ffb72bd4224a664ec8d8b0115fb0b87a62a6..3caac66c72cf661b2cc665b209ddf6935c6ff888 100644 (file)
@@ -4,7 +4,8 @@ config BR2_PACKAGE_LSHW
        depends on BR2_USE_WCHAR
        help
          lshw (Hardware Lister) is a small tool to provide
-         detailed information on the hardware configuration of the machine.
+         detailed information on the hardware configuration of the
+         machine.
 
          http://ezix.org/project/wiki/HardwareLiSter
 
index 0fc1b9537c80eacf0d0b2d39b65236f0817f2e35..4d5fb723d62f1405ed7a9f891b41a700315d75b6 100644 (file)
@@ -11,10 +11,10 @@ config BR2_PACKAGE_LTRACE
                || BR2_powerpc || BR2_sparc || BR2_x86_64 || BR2_xtensa)
        select BR2_PACKAGE_ELFUTILS
        help
-         Debugging program which runs a specified command until it exits.
-         While the command is executing, ltrace intercepts and records
-         the dynamic library calls which are called by the executed
-         process and the signals received by that process.
+         Debugging program which runs a specified command until it
+         exits. While the command is executing, ltrace intercepts and
+         records the dynamic library calls which are called by the
+         executed process and the signals received by that process.
 
          http://ltrace.org
 
index 1f4c7c79828b510819f9ccf9d18465f21c97b069..262452a8273e543183489c57354ec9d180b20c2d 100644 (file)
@@ -2,9 +2,11 @@ config BR2_PACKAGE_LUA_CJSON
        bool "lua-cjson"
        depends on BR2_PACKAGE_HAS_LUAINTERPRETER
        help
-         The Lua CJSON module provides JSON support for Lua. It features:
+         The Lua CJSON module provides JSON support for Lua.
+         It features:
          - Fast, standards compliant encoding/parsing routines
-         - Full support for JSON with UTF-8, including decoding surrogate pairs
+         - Full support for JSON with UTF-8, including decoding
+           surrogate pairs
          - Optional run-time support for common exceptions to the JSON
            specification (infinity, NaN, ...)
          - No dependencies on other libraries
index 35910cb5b256dbbeaf9190d66cbf5fa8c9e849fd..4d2f0e90fa4b93096853ac4e5357227c0a98853b 100644 (file)
@@ -2,7 +2,8 @@ config BR2_PACKAGE_LUA
        bool "lua"
        select BR2_PACKAGE_HAS_LUAINTERPRETER
        help
-         Lua is a powerful, fast, light-weight, embeddable scripting language.
+         Lua is a powerful, fast, light-weight, embeddable scripting
+         language.
 
          http://www.lua.org/
 
index 26442fc9106be12defa6644c46dc67e9f9ce14f5..a819fe8ae7bd3ca2e7cce0363ce68a1bcaccfca3 100644 (file)
@@ -2,8 +2,8 @@ config BR2_PACKAGE_LUABITOP
        bool "luabitop"
        depends on !BR2_PACKAGE_LUA_5_3
        help
-         Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise
-         operations on numbers.
+         Lua BitOp is a C extension module for Lua 5.1/5.2 which adds
+         bitwise operations on numbers.
 
          http://bitop.luajit.org
 
index 8d13eec6b581f132f4b47e419851aa398ec6ec62..e9d43cd8097b21ec350a38cdaecad65206c895bb 100644 (file)
@@ -4,8 +4,8 @@ config BR2_PACKAGE_LUACRYPTO
        help
          LuaCrypto provides a Lua frontend to the OpenSSL cryptographic
          library.
-         The OpenSSL features that are currently exposed are digests (MD5,
-         SHA-1, HMAC, and more) and crypto-grade random number generators
-         communication.
+         The OpenSSL features that are currently exposed are digests
+         (MD5, SHA-1, HMAC, and more) and crypto-grade random number
+         generators communication.
 
          http://luacrypto.luaforge.net
index cb2887acaab3bc0d15148ca5cdfa0119f1785320..28a7b09540fa03f259e4e09cd92dcb532c42c709 100644 (file)
@@ -2,7 +2,8 @@ config BR2_PACKAGE_LUAEXPATUTILS
        bool "luaexpatutils"
        select BR2_PACKAGE_LUAEXPAT
        help
-         lxp.doc is a module that provides useful features for working with
-         XML formats in LOM format as used by the LuaExpat project from Kepler.
+         lxp.doc is a module that provides useful features for working
+         with XML formats in LOM format as used by the LuaExpat project
+         from Kepler.
 
          https://github.com/stevedonovan/LuaExpatUtils
index 37d701522fcf551a387398ccf4f85387b229c600..bb87f57f0d6cd568e7c85385901279e5e81a8c5a 100644 (file)
@@ -1,9 +1,9 @@
 config BR2_PACKAGE_LUALOGGING
        bool "lualogging"
        help
-         LuaLogging provides a simple API to use logging features in Lua.
-         Its design was based on log4j. LuaLogging currently supports,
-         through the use of appenders, console, file, rolling file, email,
-         socket and SQL outputs.
+         LuaLogging provides a simple API to use logging features in
+         Lua. Its design was based on log4j. LuaLogging currently
+         supports, through the use of appenders, console, file, rolling
+         file, email, socket and SQL outputs.
 
          http://www.keplerproject.org/lualogging/
index a9dd2ef7404eac0ba1e8b219eaaf9299c89b697c..c9fd4173942d0e89724cc58ad61df25616b51804 100644 (file)
@@ -8,15 +8,16 @@ config BR2_PACKAGE_LUVI
        select BR2_PACKAGE_LIBUV
        select BR2_PACKAGE_LUV
        help
-         A project in-between luv and luvit. The goal of this is to make
-         building luvit and derivatives much easier.
+         A project in-between luv and luvit. The goal of this is to
+         make building luvit and derivatives much easier.
 
          luvi extends LuaJIT with asynchronous I/O and several optional
-         modules to run Lua applications and build self-contained binaries
-         on systems that don't have a compiler.
+         modules to run Lua applications and build self-contained
+         binaries on systems that don't have a compiler.
 
-         The luvi core can be extended with several Lua modules by adding its
-         bundled Lua binding libraries. To get the Lua module...
+         The luvi core can be extended with several Lua modules by
+         adding its bundled Lua binding libraries.
+         To get the Lua module...
            * 'rex' select PCRE (BR2_PACKAGE_PCRE)
            * 'ssl' select OpenSSL (BR2_PACKAGE_OPENSSL)
            * 'zlib' select zlib (BR2_PACKAGE_ZLIB)
index 0f606494ba359f41ac927606b3339c64d9437860..32c763978f117c2c84eaa78f9af67f016316751e 100644 (file)
@@ -7,17 +7,19 @@ config BR2_PACKAGE_LVM2
        depends on !BR2_TOOLCHAIN_USES_MUSL
        help
          This is LVM2, the rewrite of The Linux Logical Volume Manager.
-         LVM supports enterprise level volume management of disk and disk
-         subsystems by grouping arbitrary disks into volume groups. The total
-         capacity of volume groups can be allocated to logical volumes, which
-         are accessed as regular block devices.
+         LVM supports enterprise level volume management of disk and
+         disk subsystems by grouping arbitrary disks into volume
+         groups. The total capacity of volume groups can be allocated
+         to logical volumes, which are accessed as regular block
+         devices.
 
          The Linux Kernel Device Mapper is the LVM
          (Linux Logical Volume Management) Team's implementation of a
-         minimalistic kernel-space driver that handles volume management,
-         while keeping knowledge of the underlying device layout in
-         user-space. This makes it useful for not only LVM, but EVMS,
-         software raid, and other drivers that create "virtual" block devices.
+         minimalistic kernel-space driver that handles volume
+         management, while keeping knowledge of the underlying device
+         layout in user-space. This makes it useful for not only LVM,
+         but EVMS, software raid, and other drivers that create
+         "virtual" block devices.
 
          http://www.sourceware.org/lvm2/
 
@@ -27,8 +29,8 @@ config BR2_PACKAGE_LVM2_STANDARD_INSTALL
        bool "standard install instead of only dmsetup"
        default y if !BR2_PACKAGE_LVM2_DMSETUP_ONLY # legacy 2013.11
        help
-         Install the standard suite of lvm2 programs. When this option is not
-         set, only dmsetup is installed.
+         Install the standard suite of lvm2 programs. When this option
+         is not set, only dmsetup is installed.
 
 config BR2_PACKAGE_LVM2_APP_LIBRARY
        bool "install application library"
index 22aa8131973ddea0890b687229695ca5c454a4b8..d90e78857a63c37ae07a2267caf6db17f155d3d8 100644 (file)
@@ -6,9 +6,10 @@ config BR2_PACKAGE_LXC
        depends on !BR2_STATIC_LIBS
        depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # setns() system call
        help
-         Linux Containers (LXC), provides the ability to group and isolate
-         of a set of processes in a jail by virtualizing and accounting the
-         kernel resources. It is similar to Linux-Vserver or Openvz.
+         Linux Containers (LXC), provides the ability to group and
+         isolate of a set of processes in a jail by virtualizing and
+         accounting the kernel resources. It is similar to
+         Linux-Vserver or Openvz.
 
          https://linuxcontainers.org/
 
index 4a00a70365e8845e9e8115ebd7af85f55d8ac62b..9f12299cebc67efa0b432bb69c7b2ac01065fa28 100644 (file)
@@ -2,9 +2,9 @@ config BR2_PACKAGE_LZ4
        bool "lz4"
        help
          LZ4 is a very fast lossless compression algorithm, providing
-         compression speed at 400 MB/s per core, scalable with multi-cores
-         CPU. It also features an extremely fast decoder, with speed
-         in multiple GB/s per core, typically reaching RAM speed limits
-         on multi-core systems.
+         compression speed at 400 MB/s per core, scalable with
+         multi-cores CPU. It also features an extremely fast decoder,
+         with speed in multiple GB/s per core, typically reaching RAM
+         speed limits on multi-core systems.
 
          http://www.lz4.org/
index 821cd26292889814eecb90ecbe3911782708b878..d406e7710d445de7ef49d89dbfcae6f88c8c0b44 100644 (file)
@@ -5,10 +5,11 @@ config BR2_PACKAGE_LZIP
        bool "lzip"
        depends on BR2_INSTALL_LIBSTDCPP
        help
-         Lzip is a lossless data compressor with a user interface similar
-         to the one of gzip or bzip2.
+         Lzip is a lossless data compressor with a user interface
+         similar to the one of gzip or bzip2.
          Lzip is about as fast as gzip, compresses most files more than
-         bzip2, and is better than both from a data recovery perspective.
-         Lzip is a clean implementation of the LZMA algorithm.
+         bzip2, and is better than both from a data recovery
+         perspective. Lzip is a clean implementation of the LZMA
+         algorithm.
 
          http://www.nongnu.org/lzip/lzip.html
index c91182373b32d83c1da2e1ec0c71a8a9bbfc2940..236f21d382519a1149a765bb847048317bc14200 100644 (file)
@@ -3,6 +3,7 @@ config BR2_PACKAGE_LZOP
        select BR2_PACKAGE_LZO
        help
          lzop is a file compressor which is very similar to gzip.
-         lzop uses the LZO data compression library for compression services.
+         lzop uses the LZO data compression library for compression
+         services.
 
          http://www.lzop.org/