diff options
Diffstat (limited to 'usr.bin/nc/nc.1')
-rw-r--r-- | usr.bin/nc/nc.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/nc/nc.1 b/usr.bin/nc/nc.1 index 2dda57af924..15ed5ee1aa1 100644 --- a/usr.bin/nc/nc.1 +++ b/usr.bin/nc/nc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nc.1,v 1.77 2016/11/05 15:13:26 beck Exp $ +.\" $OpenBSD: nc.1,v 1.78 2016/11/05 16:03:09 jmc Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -191,8 +191,8 @@ Specifies the size of the TCP send buffer. .It Fl o Ar staplefile Specifies the filename from which to load data to be stapled during the TLS handshake. -The file is expected to contain an OSCP response from an OCSP server in -DER format. +The file is expected to contain an OSCP response from an OCSP server in +DER format. May only be used with TLS and when a certificate is being used. .It Fl P Ar proxy_username Specifies a username to present to a proxy server that requires authentication. |