* doc/coreutils.texi (base32 invocation): Reference basenc
to improve discoverability.
(base64 invocation): Likewise.
* man/base32.x: Likewise.
* man/base64.x: Likewise.
printable ASCII characters to represent binary data.
The usage and options of this command are precisely the
same as for @command{base64}. @xref{base64 invocation}.
+For more general encoding functionalty see @ref{basenc invocation}.
@node base64 invocation
The format conforms to
@uref{https://tools.ietf.org/search/rfc4648, RFC 4648}.
+For more general encoding functionalty see @ref{basenc invocation}.
+
The program accepts the following options. Also see @ref{Common options}.
@table @samp
base32 \- base32 encode/decode data and print to standard output
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+basenc(1)
base64 \- base64 encode/decode data and print to standard output
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+basenc(1)