]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: basenc: reference from base{32,64} docs
authorPádraig Brady <P@draigBrady.com>
Wed, 26 Oct 2022 11:47:38 +0000 (12:47 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 26 Oct 2022 11:50:11 +0000 (12:50 +0100)
* doc/coreutils.texi (base32 invocation): Reference basenc
to improve discoverability.
(base64 invocation): Likewise.
* man/base32.x: Likewise.
* man/base64.x: Likewise.

doc/coreutils.texi
man/base32.x
man/base64.x

index 3328cd89993e1d29fdc15567658b4bebfd39fbb8..8ce23898b7ab2de7be554cc8b7625f38055825ac 100644 (file)
@@ -2217,6 +2217,7 @@ into (or from) base32 encoded form.  The base32 encoded form uses
 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
@@ -2240,6 +2241,8 @@ The base32 encoding expands data to roughly 160% of the original.
 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
index f73de659db2c398ebb1f15d091c070593012517b..b2d506eebdb92bacfdb0b370d6e7106e42e92a14 100644 (file)
@@ -2,3 +2,5 @@
 base32 \- base32 encode/decode data and print to standard output
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+basenc(1)
index 216c70ce81ba3df7a56a78a79ef24197eec6d5ad..cce39d6f3227ec7d169d6bd30ca7a76f5d2215c9 100644 (file)
@@ -2,3 +2,5 @@
 base64 \- base64 encode/decode data and print to standard output
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+basenc(1)