From d428096a6ade1acfc6537ab5f138ef1a3531a0fc Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Tue, 15 Aug 2023 13:22:42 +0200 Subject: [PATCH] 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 --- man/cp.x | 2 ++ man/install.x | 2 ++ 2 files changed, 4 insertions(+) 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) -- 2.47.2