Author: gbe (doc committer)
Date: Fri Aug 14 06:41:59 2020
New Revision: 364228
URL: https://svnweb.freebsd.org/changeset/base/364228

Log:
  MFC r364005: telnet(1): Document -P option
  
  PR:           248157
  Submitted by: Juraj Lutter <juraj at lutter dot sk>
  Reviewed by:  bcr
  Approved by:  bcr
  Obtained from:        NetBSD
  Differential Revision:        https://reviews.freebsd.org/D25794

Modified:
  stable/12/contrib/telnet/telnet/telnet.1
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/contrib/telnet/telnet/telnet.1
==============================================================================
--- stable/12/contrib/telnet/telnet/telnet.1    Fri Aug 14 02:40:17 2020        
(r364227)
+++ stable/12/contrib/telnet/telnet/telnet.1    Fri Aug 14 06:41:59 2020        
(r364228)
@@ -28,7 +28,7 @@
 .\"    @(#)telnet.1    8.6 (Berkeley) 6/1/94
 .\" $FreeBSD$
 .\"
-.Dd September 18, 2006
+.Dd August 7, 2020
 .Dt TELNET 1
 .Os
 .Sh NAME
@@ -47,6 +47,7 @@ protocol
 .Op Fl l Ar user
 .Op Fl n Ar tracefile
 .Op Fl s Ar src_addr
+.Op Fl P Ar policy
 .Oo
 .Ar host
 .Op Ar port
@@ -189,6 +190,13 @@ for recording trace information.
 See the
 .Ic set tracefile
 command below.
+.It Fl P Ar policy
+Use IPsec policy specification string
+.Ar policy ,
+for the connections.
+See
+.Xr ipsec_set_policy 3
+for details.
 .It Fl r
 Specifies a user interface similar to
 .Xr rlogin 1 .
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to