diff options
author | tb <> | 2025-06-24 13:37:39 +0000 |
---|---|---|
committer | tb <> | 2025-06-24 13:37:39 +0000 |
commit | 78b30ca5eb2333bc5fc3c994b228b316ed42905a (patch) | |
tree | 3330f5bb3cc5cf8a802479a639905cb73aa4485e /src | |
parent | ac936dba53aeeeb422a85a12f18f1bfb94c603f7 (diff) | |
download | openbsd-78b30ca5eb2333bc5fc3c994b228b316ed42905a.tar.gz openbsd-78b30ca5eb2333bc5fc3c994b228b316ed42905a.tar.bz2 openbsd-78b30ca5eb2333bc5fc3c994b228b316ed42905a.zip |
nc: document -Talpn
From David Leadbeater
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/nc/nc.1 | 8 |
1 files changed, 6 insertions, 2 deletions
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 @@ | |||
1 | .\" $OpenBSD: nc.1,v 1.100 2025/05/28 03:57:13 jsg Exp $ | 1 | .\" $OpenBSD: nc.1,v 1.101 2025/06/24 13:37:39 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1996 David Sacerdote | 3 | .\" Copyright (c) 1996 David Sacerdote |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -25,7 +25,7 @@ | |||
25 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 25 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
26 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 26 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | .\" | 27 | .\" |
28 | .Dd $Mdocdate: May 28 2025 $ | 28 | .Dd $Mdocdate: June 24 2025 $ |
29 | .Dt NC 1 | 29 | .Dt NC 1 |
30 | .Os | 30 | .Os |
31 | .Sh NAME | 31 | .Sh NAME |
@@ -257,6 +257,10 @@ with the handshake. | |||
257 | The following TLS options specify a value in the form of a | 257 | The following TLS options specify a value in the form of a |
258 | .Ar key Ns = Ns Ar value | 258 | .Ar key Ns = Ns Ar value |
259 | pair: | 259 | pair: |
260 | .Cm alpn , | ||
261 | which allows the TLS ALPN to be specified (see | ||
262 | .Xr tls_config_set_alpn 3 | ||
263 | for further details); | ||
260 | .Cm ciphers , | 264 | .Cm ciphers , |
261 | which allows the supported TLS ciphers to be specified (see | 265 | which allows the supported TLS ciphers to be specified (see |
262 | .Xr tls_config_set_ciphers 3 | 266 | .Xr tls_config_set_ciphers 3 |