mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-26 15:29:07 +00:00
doc: basenc: reference from base{32,64} docs
* doc/coreutils.texi (base32 invocation): Reference basenc to improve discoverability. (base64 invocation): Likewise. * man/base32.x: Likewise. * man/base64.x: Likewise.
This commit is contained in:
parent
4fd708810c
commit
468c4fb10d
@ -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
|
||||
|
||||
@ -2,3 +2,5 @@
|
||||
base32 \- base32 encode/decode data and print to standard output
|
||||
[DESCRIPTION]
|
||||
.\" Add any additional description here
|
||||
[SEE ALSO]
|
||||
basenc(1)
|
||||
|
||||
@ -2,3 +2,5 @@
|
||||
base64 \- base64 encode/decode data and print to standard output
|
||||
[DESCRIPTION]
|
||||
.\" Add any additional description here
|
||||
[SEE ALSO]
|
||||
basenc(1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user