Re: git: 14783ce31437 - main - Remove references to rcp(1) since we no longer ship rcp.
Date: Mon, 21 Apr 2025 14:42:46 UTC
On 4/19/25 13:27, Jens Schweikhardt wrote: > The branch main has been updated by schweikh: > > URL: https://cgit.FreeBSD.org/src/commit/?id=14783ce31437709f9c5778af32f7661a52407b6d > > commit 14783ce31437709f9c5778af32f7661a52407b6d > Author: Jens Schweikhardt <schweikh@FreeBSD.org> > AuthorDate: 2025-04-19 17:26:29 +0000 > Commit: Jens Schweikhardt <schweikh@FreeBSD.org> > CommitDate: 2025-04-19 17:26:29 +0000 > > Remove references to rcp(1) since we no longer ship rcp. > --- > bin/cp/cp.1 | 1 - > share/man/man5/hosts.equiv.5 | 1 - > 2 files changed, 2 deletions(-) > > diff --git a/bin/cp/cp.1 b/bin/cp/cp.1 > index d37776dda4d3..2856391a029e 100644 > --- a/bin/cp/cp.1 > +++ b/bin/cp/cp.1 > @@ -320,7 +320,6 @@ and > options are non-standard and their use in scripts is not recommended. > .Sh SEE ALSO > .Xr mv 1 , > -.Xr rcp 1 , > .Xr umask 2 , > .Xr fts 3 , > .Xr symlink 7 This one at least should be replaced with `scp(1)` instead? > diff --git a/share/man/man5/hosts.equiv.5 b/share/man/man5/hosts.equiv.5 > index 319d47718cbf..dbb3bb2f4205 100644 > --- a/share/man/man5/hosts.equiv.5 > +++ b/share/man/man5/hosts.equiv.5 > @@ -124,7 +124,6 @@ and their users > except users from netgroup > .Dq dau . > .Sh SEE ALSO > -.Xr rcp 1 , > .Xr gethostbyname 3 , > .Xr inet 3 , > .Xr innetgr 3 , This one likely as well? -- John Baldwin