aboutsummaryrefslogtreecommitdiffstats
path: root/libar2_encode_base64.3
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-16 22:08:24 +0200
committerMattias Andrée <m@maandree.se>2026-05-16 22:08:24 +0200
commit9ec46ba87daa4ede804b1cb0abd91b85caf6f910 (patch)
tree6de728a336ed007b408f4d5f75a84551ac43cdbe /libar2_encode_base64.3
parentAdd sanitizer options to config.mk (diff)
downloadlibar2-9ec46ba87daa4ede804b1cb0abd91b85caf6f910.tar.gz
libar2-9ec46ba87daa4ede804b1cb0abd91b85caf6f910.tar.bz2
libar2-9ec46ba87daa4ede804b1cb0abd91b85caf6f910.tar.xz
Man page fixes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libar2_encode_base64.3')
-rw-r--r--libar2_encode_base64.39
1 files changed, 4 insertions, 5 deletions
diff --git a/libar2_encode_base64.3 b/libar2_encode_base64.3
index 279f23d..6348c71 100644
--- a/libar2_encode_base64.3
+++ b/libar2_encode_base64.3
@@ -17,8 +17,7 @@ Link with
.SH DESCRIPTION
The
.BR libar2_encode_base64 ()
-function encodes some binary data, provided
-via the
+function encodes binary data provided via the
.I data
parameter, into base64, and stores the base64
encoding in
@@ -52,11 +51,11 @@ is
.PP
In previous versions of libar2, the
.BR libar2_encode_base64 (3)
-did not support overlap in the
+function did not support overlap in the
.I buf
and
-.IR data ,
-this was a bug. The existence of the
+.IR data
+parameters; this was a bug. The presence of the
.B libar2_encode_base64_overlap_support
macro indicates that this bug has been fixed.
The