summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2022-10-26 12:47:38 +0100
committerPádraig Brady <P@draigBrady.com>2022-10-26 12:50:11 +0100
commit468c4fb10d08c54823a42f7aa0d7fe7e9552b2c3 (patch)
treec2cd6c358cf8cc55e1236d4399755bf51b6c6b7a /man
parent4fd708810ce0e0d967c4c14e1ff2ff7b43440b58 (diff)
downloadcoreutils-468c4fb10d08c54823a42f7aa0d7fe7e9552b2c3.tar.gz
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.
Diffstat (limited to 'man')
-rw-r--r--man/base32.x2
-rw-r--r--man/base64.x2
2 files changed, 4 insertions, 0 deletions
diff --git a/man/base32.x b/man/base32.x
index f73de659d..b2d506eeb 100644
--- a/man/base32.x
+++ b/man/base32.x
@@ -2,3 +2,5 @@
base32 \- base32 encode/decode data and print to standard output
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+basenc(1)
diff --git a/man/base64.x b/man/base64.x
index 216c70ce8..cce39d6f3 100644
--- a/man/base64.x
+++ b/man/base64.x
@@ -2,3 +2,5 @@
base64 \- base64 encode/decode data and print to standard output
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+basenc(1)