summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/nc.1
diff options
context:
space:
mode:
authorjmc <>2016-11-05 16:03:09 +0000
committerjmc <>2016-11-05 16:03:09 +0000
commit8522cbd3a651d51aaba5919ffcca3141ac8ea5a3 (patch)
tree4d82c3f462e5e3fcee71bc8fc08fcaf4397a6bf7 /src/usr.bin/nc/nc.1
parentff6e911ead0adb0fdca4918ebcecb1ec573b17c7 (diff)
downloadopenbsd-8522cbd3a651d51aaba5919ffcca3141ac8ea5a3.tar.gz
openbsd-8522cbd3a651d51aaba5919ffcca3141ac8ea5a3.tar.bz2
openbsd-8522cbd3a651d51aaba5919ffcca3141ac8ea5a3.zip
zap trailing whitespace, and add -o to usage() and help (-h);
Diffstat (limited to 'src/usr.bin/nc/nc.1')
-rw-r--r--src/usr.bin/nc/nc.16
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1
index 2dda57af92..15ed5ee1aa 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.77 2016/11/05 15:13:26 beck Exp $ 1.\" $OpenBSD: nc.1,v 1.78 2016/11/05 16:03:09 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 1996 David Sacerdote 3.\" Copyright (c) 1996 David Sacerdote
4.\" All rights reserved. 4.\" All rights reserved.
@@ -191,8 +191,8 @@ Specifies the size of the TCP send buffer.
191.It Fl o Ar staplefile 191.It Fl o Ar staplefile
192Specifies the filename from which to load data to be stapled 192Specifies the filename from which to load data to be stapled
193during the TLS handshake. 193during the TLS handshake.
194The file is expected to contain an OSCP response from an OCSP server in 194The file is expected to contain an OSCP response from an OCSP server in
195DER format. 195DER format.
196May only be used with TLS and when a certificate is being used. 196May only be used with TLS and when a certificate is being used.
197.It Fl P Ar proxy_username 197.It Fl P Ar proxy_username
198Specifies a username to present to a proxy server that requires authentication. 198Specifies a username to present to a proxy server that requires authentication.