chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor tidying and typo correction.
[mLib]
/
man
/
base64.3
diff --git
a/man/base64.3
b/man/base64.3
index 12079d8c61cd12778499b97965dc285d83be9fea..f05f3a6928a01c904032650c35c47a4dd51e1131 100644
(file)
--- a/
man/base64.3
+++ b/
man/base64.3
@@
-7,7
+7,7
@@
base64 \- conversion to and from base64 encoding
.\" @base64_init
.SH SYNOPSIS
.nf
.\" @base64_init
.SH SYNOPSIS
.nf
-.B "#include <mLib/base64.h>
+.B "#include <mLib/base64.h>
"
.BI "void base64_encode(base64_ctx *" ctx ,
.BI " const void *" p ", size_t " sz ,
.BI "void base64_encode(base64_ctx *" ctx ,
.BI " const void *" p ", size_t " sz ,
@@
-65,7
+65,7
@@
member is a pointer to a null-terminated string which is used to
separate the output lines. The default indent string contains only a
newline character. The
.B maxline
separate the output lines. The default indent string contains only a
newline character. The
.B maxline
-member gives the max
m
imum length of line that
+member gives the maximum length of line that
.B base64_encode
is allowed to produce. If this is not a multiple of 4, it is rounded
up to the next highest multiple of four before use. A value of zero
.B base64_encode
is allowed to produce. If this is not a multiple of 4, it is rounded
up to the next highest multiple of four before use. A value of zero