Page MenuHomeFreeBSD

telnet(1): Document -P option
ClosedPublic

Authored by gbe on Jul 24 2020, 7:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 7, 3:18 AM
Unknown Object (File)
Sun, Sep 14, 1:40 AM
Unknown Object (File)
Sep 13 2025, 1:52 AM
Unknown Object (File)
Jul 29 2025, 7:57 AM
Unknown Object (File)
Jun 24 2025, 7:59 AM
Unknown Object (File)
Jun 18 2025, 11:12 PM
Unknown Object (File)
Jun 16 2025, 2:39 PM
Unknown Object (File)
Jun 15 2025, 8:12 PM
Subscribers

Details

Summary

telnet(1): Document -P option

PR: 248157
Submitted by: Juraj Lutter <juraj at lutter dot sk>
Obtained from: NetBSD

Test Plan

mandoc output review and 'mandoc -Tlint checks'

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

gbe requested review of this revision.Jul 24 2020, 7:35 AM
gbe created this revision.

There also are some other glitches:

mandoc: telnet.1:170:6: STYLE: referenced manual not found: Xr krb_realmofhost 3
mandoc: telnet.1:194:6: STYLE: referenced manual not found: Xr rlogin 1 (2 times)
mandoc: telnet.1:1452:6: STYLE: referenced manual not found: Xr rsh 1

and a handful of useless macro: Tn

In D25794#571244, @otis_sk.freebsd.org wrote:

There also are some other glitches:

mandoc: telnet.1:170:6: STYLE: referenced manual not found: Xr krb_realmofhost 3
mandoc: telnet.1:194:6: STYLE: referenced manual not found: Xr rlogin 1 (2 times)
mandoc: telnet.1:1452:6: STYLE: referenced manual not found: Xr rsh 1

and a handful of useless macro: Tn

I have seem them, but the Tn errors are mostly false positives since they exist in a lot of manpages and are usually not be correct while extending the man page. The not found man pages were moved to the a port some time ago, while the r* commands were removed from base. I would leave this update as it is.

In D25794#571249, @gbe wrote:

I have seem them, but the Tn errors are mostly false positives since they exist in a lot of manpages and are usually not be correct while extending the man page. The not found man pages were moved to the a port some time ago, while the r* commands were removed from base. I would leave this update as it is.

Yes, that's true. r*-commands were removed a good while ago.

Are there any more steps I need to take?

In D25794#573282, @otis_sk.freebsd.org wrote:

Are there any more steps I need to take?

What do you mean?

bcr added a subscriber: bcr.

Looks good to me, approved!

This revision was not accepted when it landed; it landed in state Needs Review.Aug 7 2020, 8:41 AM
Closed by commit rS364005: telnet(1): Document -P option (authored by gbe). · Explain Why
This revision was automatically updated to reflect the committed changes.