Date: Sun, 4 May 2025 22:43:48 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 4245835e5bf9 - main - ftpd.8: Fix manual syntax Message-ID: <202505042243.544MhmBM098602@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=4245835e5bf9b26497d15228886b5d8e12545e7e commit 4245835e5bf9b26497d15228886b5d8e12545e7e Author: Tom Hukins <tom@FreeBSD.org> AuthorDate: 2025-05-04 16:34:35 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-05-04 22:43:34 +0000 ftpd.8: Fix manual syntax This does not change the manual's content, but improves its syntax as suggested by `mandoc -T lint`. Reviewed by: imp, emaste Pull Request: https://github.com/freebsd/freebsd-src/pull/1690 --- libexec/ftpd/ftpd.8 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 2241ea78de81..3474c379fbc7 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -47,7 +47,7 @@ The base system .Nm is deprecated, and will be removed in -.Fx 15.0. +.Fx 15.0 . Users are advised to install the .Pa ftp/freebsd-ftpd port or package instead. @@ -57,9 +57,7 @@ The utility is the Internet File Transfer Protocol server process. -The server uses the -.Tn TCP -protocol +The server uses the TCP protocol and listens at the port specified with the .Fl P option or in the @@ -107,7 +105,8 @@ With this option set, .Nm sends authentication success and failure messages to the .Xr blacklistd 8 -daemon. If this option is not specified, no communcation with the +daemon. +If this option is not specified, no communcation with the .Xr blacklistd 8 daemon is attempted. .It Fl D
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505042243.544MhmBM098602>