diff options
author | 2017-07-31 09:53:47 -0400 | |
---|---|---|
committer | 2017-07-31 19:09:39 +0200 | |
commit | 3fe76fbd7b9813f341ebc6fc1da6208773aca0e7 (patch) | |
tree | f8d0c3f4caf302e56e2fee7b91328bbe8248413d /package/joe | |
parent | d0b45144c3001593869fc5dfb12f1a119b960ba2 (diff) | |
download | buildroot-3fe76fbd7b9813f341ebc6fc1da6208773aca0e7.tar.gz buildroot-3fe76fbd7b9813f341ebc6fc1da6208773aca0e7.tar.bz2 |
package/j*: fix wrapping of Config.in help text
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>
Diffstat (limited to 'package/joe')
-rw-r--r-- | package/joe/Config.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package/joe/Config.in b/package/joe/Config.in index f335e057eb..c9dd967b2f 100644 --- a/package/joe/Config.in +++ b/package/joe/Config.in @@ -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. |