]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: reference install(1) and cp(1) from each other
authorBernhard Voelker <mail@bernhard-voelker.de>
Tue, 15 Aug 2023 11:22:42 +0000 (13:22 +0200)
committerBernhard Voelker <mail@bernhard-voelker.de>
Tue, 15 Aug 2023 11:29:41 +0000 (13:29 +0200)
* man/cp.x (SEE ALSO): Add install(1).
* man/install.x (SEE ALSO): Add cp(1).

Discussed at
https://lists.gnu.org/r/coreutils/2023-08/msg00026.html

man/cp.x
man/install.x

index b26225fc977e61c31bd5dda9b0d719a64601d528..d75bfb210785511c444306c5f75e5bb2a7a22d25 100644 (file)
--- a/man/cp.x
+++ b/man/cp.x
@@ -2,3 +2,5 @@
 cp \- copy files and directories
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+install(1)
index 6b97c22cdf07a3f4050c884627a3f59c2569f8e9..a813e2aa51090617e1236f395076db9c348de059 100644 (file)
@@ -2,3 +2,5 @@
 install \- copy files and set attributes
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+cp(1)