The branch main has been updated by obiwac: URL: https://cgit.FreeBSD.org/src/commit/?id=e4fdaaaed14e6b11cf622bde87e1da102e5b3257
commit e4fdaaaed14e6b11cf622bde87e1da102e5b3257 Author: Aymeric Wibo <[email protected]> AuthorDate: 2026-06-25 01:32:59 +0000 Commit: Aymeric Wibo <[email protected]> CommitDate: 2026-06-25 01:34:13 +0000 heimdal: Fix some manpage typos Reviewed by: hrs Event: Halifax Hackathon 202606 Location: jrm@'s couch --- crypto/heimdal/appl/login/login.1 | 2 +- crypto/heimdal/appl/telnet/telnet/telnet.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/heimdal/appl/login/login.1 b/crypto/heimdal/appl/login/login.1 index b01e7872a6d8..4593d3f5aa0d 100644 --- a/crypto/heimdal/appl/login/login.1 +++ b/crypto/heimdal/appl/login/login.1 @@ -42,7 +42,7 @@ the user will be logged in without further questions. For password authentication Kerberos 5, Kerberos 4 (if compiled in), OTP (if compiled in) and local .No ( Pa /etc/passwd ) -passwords are supported. OTP will be used if the the user is +passwords are supported. OTP will be used if the user is registered to use it, and .Nm login is given the option diff --git a/crypto/heimdal/appl/telnet/telnet/telnet.1 b/crypto/heimdal/appl/telnet/telnet/telnet.1 index 37f588a4c59c..e624417a168f 100644 --- a/crypto/heimdal/appl/telnet/telnet/telnet.1 +++ b/crypto/heimdal/appl/telnet/telnet/telnet.1 @@ -1006,7 +1006,7 @@ commands. The .Ic slc command (Set Local Characters) is used to set -or change the state of the the special +or change the state of the special characters when the .Dv TELNET LINEMODE option has
