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
commitb03b65ec03c426c16dcb62ca906cd0bc7a3aef8c (patch)
tree4d82c3f462e5e3fcee71bc8fc08fcaf4397a6bf7 /src/usr.bin/nc/nc.1
parent6dd556f61c141a00f8cc61c8b28e4ebf5f4ba8c0 (diff)
downloadopenbsd-b03b65ec03c426c16dcb62ca906cd0bc7a3aef8c.tar.gz
openbsd-b03b65ec03c426c16dcb62ca906cd0bc7a3aef8c.tar.bz2
openbsd-b03b65ec03c426c16dcb62ca906cd0bc7a3aef8c.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.