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
This commit is contained in:
Bernhard Voelker 2023-08-15 13:22:42 +02:00
parent db1d95f43b
commit d428096a6a
2 changed files with 4 additions and 0 deletions

View File

@ -2,3 +2,5 @@
cp \- copy files and directories
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
install(1)

View File

@ -2,3 +2,5 @@
install \- copy files and set attributes
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
cp(1)