From: Bernhard Voelker Date: Tue, 15 Aug 2023 11:22:42 +0000 (+0200) Subject: doc: reference install(1) and cp(1) from each other X-Git-Tag: v9.4~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d428096a6ade1acfc6537ab5f138ef1a3531a0fc;p=thirdparty%2Fcoreutils.git doc: reference install(1) and cp(1) from each other * 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 --- diff --git a/man/cp.x b/man/cp.x index b26225fc97..d75bfb2107 100644 --- 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) diff --git a/man/install.x b/man/install.x index 6b97c22cdf..a813e2aa51 100644 --- a/man/install.x +++ b/man/install.x @@ -2,3 +2,5 @@ install \- copy files and set attributes [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +cp(1)