On 8/12/23 14:05, Sergey Ponomarev wrote:
For sure it would be good to add mention of the install into man cp "SEE
ALSO".

Good idea.  Patch attached ... pushing soon.

Have a nice day,
Berny
From d428096a6ade1acfc6537ab5f138ef1a3531a0fc Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <m...@bernhard-voelker.de>
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 b26225fc9..d75bfb210 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 6b97c22cd..a813e2aa5 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.41.0

Reply via email to