diff options
author | slakmagik <slakmagik@gmail.com> | 2010-06-30 22:02:06 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-03 15:52:10 -0500 |
commit | 6015cd2f1e4d88a4bcf99ec6649cd50e80e0e0cc (patch) | |
tree | 44882846847458decf7f98f83af5872bf334680c /misc/rlwrap | |
parent | 1d0419e752ba6618a6da53fc8b4d8be4c4a1ebd7 (diff) | |
download | slackbuilds-6015cd2f1e4d88a4bcf99ec6649cd50e80e0e0cc.tar.gz |
Various: more whitespace cleanups
Reformatted all of my READMEs that weren't wrapped at column 72.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'misc/rlwrap')
-rw-r--r-- | misc/rlwrap/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/rlwrap/README b/misc/rlwrap/README index c9343b1347..fd539bd75d 100644 --- a/misc/rlwrap/README +++ b/misc/rlwrap/README @@ -1,8 +1,8 @@ -rlwrap is a 'readline wrapper' that uses the GNU readline library -to allow the editing of keyboard input for any other command. Input -history is remembered across invocations, separately for each command; -history completion and search work as in bash and completion word -lists can be specified on the command line. +rlwrap is a 'readline wrapper' that uses the GNU readline library to +allow the editing of keyboard input for any other command. Input history +is remembered across invocations, separately for each command; history +completion and search work as in bash and completion word lists can be +specified on the command line. If you wish to have history and completion files kept somewhere other than $HOME, you will need to set RLWRAP_HOME to the desired path and |