From cc1564b587827740d58aaecb6c1fb7174458c7f1 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 24 Jun 2025 13:37:39 +0000 Subject: nc: document -Talpn From David Leadbeater --- src/usr.bin/nc/nc.1 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index 25238ba698..2ffdcd1ea6 100644 --- a/src/usr.bin/nc/nc.1 +++ b/src/usr.bin/nc/nc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nc.1,v 1.100 2025/05/28 03:57:13 jsg Exp $ +.\" $OpenBSD: nc.1,v 1.101 2025/06/24 13:37:39 tb Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 28 2025 $ +.Dd $Mdocdate: June 24 2025 $ .Dt NC 1 .Os .Sh NAME @@ -257,6 +257,10 @@ with the handshake. The following TLS options specify a value in the form of a .Ar key Ns = Ns Ar value pair: +.Cm alpn , +which allows the TLS ALPN to be specified (see +.Xr tls_config_set_alpn 3 +for further details); .Cm ciphers , which allows the supported TLS ciphers to be specified (see .Xr tls_config_set_ciphers 3 -- cgit v1.2.3-55-g6feb