git: 2c52ba45fc - main - 12.4R/relnotes.adoc: Correct telnetd manual section
Lorenzo Salvadore <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by salvadore (ports committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=2c52ba45fc5d7a762794005909dffbe9dc868101 commit 2c52ba45fc5d7a762794005909dffbe9dc868101 Author: Lorenzo Salvadore <[email protected]> AuthorDate: 2022-11-11 20:24:27 +0000 Commit: Lorenzo Salvadore <[email protected]> CommitDate: 2022-11-11 20:24:27 +0000 12.4R/relnotes.adoc: Correct telnetd manual section Telnet manual section is 1, but telnetd manual section is 8. Approved by: re (gjb, implicit) --- website/content/en/releases/12.4R/relnotes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/releases/12.4R/relnotes.adoc b/website/content/en/releases/12.4R/relnotes.adoc index 546a52e6fa..4f04077126 100644 --- a/website/content/en/releases/12.4R/relnotes.adoc +++ b/website/content/en/releases/12.4R/relnotes.adoc @@ -151,7 +151,7 @@ The man:tcpdump[1] utility now allow users to set a number on rules which will b The man:telnet[1] now silently ignores invalid `set ' '` and invalid `help help` commands instead of having a segmentation fault. -The man:telnetd[1] daemon has been deprecated. +The man:telnetd[8] daemon has been deprecated. The man:telnet[1] had CVE-2020-39028 fixed.