Ed Maste wrote: > The branch main has been updated by emaste: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=98b98ec1bc7e961c3d3468b0e481080580c902cf > > commit 98b98ec1bc7e961c3d3468b0e481080580c902cf > Author: Ed Maste <[email protected]> > AuthorDate: 2023-09-09 17:34:14 +0000 > Commit: Ed Maste <[email protected]> > CommitDate: 2023-09-09 18:46:58 +0000 > > ftpd: add deprecation notice > > Approved by: gordon > Sponsored by: The FreeBSD Foundation > Differential Revision: https://reviews.freebsd.org/D26447 > --- > libexec/ftpd/ftpd.8 | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 > index c45df161575c..f5353be894fe 100644 > --- a/libexec/ftpd/ftpd.8 > +++ b/libexec/ftpd/ftpd.8 > @@ -43,6 +43,16 @@ > .Op Fl T Ar maxtimeout > .Op Fl t Ar timeout > .Op Fl u Ar umask > +.Sh .Sh DEPRECATION NOTICE
Duplicate .Sh, the rendered man page shows: .Sh DEPRECATION NOTICE > +The > +.Fx > +base system > +.Nm > +is deprecated, and will be removed in > +.Fx 15.0. > +Users are advised to install the > +.Pa ftp/freebsd-ftpd > +port or package instead. > .Sh DESCRIPTION > The > .Nm
