summaryrefslogtreecommitdiffstats
path: root/libraries/libb64
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 15:34:35 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 15:34:35 -0400
commit5d40f91c6644c2649a69999b4b331ac5e3fe2a38 (patch)
tree02d7888cca2a896ffae3b3ec81bfcbcb67904885 /libraries/libb64
parentbc598918f1f6f9ad6f5a270cd5ef44af8021bab5 (diff)
downloadslackbuilds-5d40f91c6644c2649a69999b4b331ac5e3fe2a38.tar.gz
slackbuilds-5d40f91c6644c2649a69999b4b331ac5e3fe2a38.tar.xz
libraries/libb64: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/libb64')
-rw-r--r--libraries/libb64/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/libraries/libb64/README b/libraries/libb64/README
index 13f621dacf..f5b8befb6f 100644
--- a/libraries/libb64/README
+++ b/libraries/libb64/README
@@ -1,7 +1,8 @@
-libb64 is a library of ANSI C routines for fast encoding/decoding data into and
-from a base64-encoded format. C++ wrappers are included, as well as the source
-code for standalone encoding and decoding executables.
+libb64 is a library of ANSI C routines for fast encoding/decoding data
+into and from a base64-encoded format. C++ wrappers are included,
+as well as the source code for standalone encoding and decoding
+executables.
-Base64 uses a subset of displayable ASCII characters, and is therefore a useful
-encoding for storing binary data in a text file, such as XML, or sending binary
-data over text-only email.
+Base64 uses a subset of displayable ASCII characters, and is therefore
+a useful encoding for storing binary data in a text file, such as XML,
+or sending binary data over text-only email.