diff options
author | jmc <> | 2016-11-05 16:03:09 +0000 |
---|---|---|
committer | jmc <> | 2016-11-05 16:03:09 +0000 |
commit | b03b65ec03c426c16dcb62ca906cd0bc7a3aef8c (patch) | |
tree | 4d82c3f462e5e3fcee71bc8fc08fcaf4397a6bf7 /src/usr.bin/nc/nc.1 | |
parent | 6dd556f61c141a00f8cc61c8b28e4ebf5f4ba8c0 (diff) | |
download | openbsd-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.1 | 6 |
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 |
192 | Specifies the filename from which to load data to be stapled | 192 | Specifies the filename from which to load data to be stapled |
193 | during the TLS handshake. | 193 | during the TLS handshake. |
194 | The file is expected to contain an OSCP response from an OCSP server in | 194 | The file is expected to contain an OSCP response from an OCSP server in |
195 | DER format. | 195 | DER format. |
196 | May only be used with TLS and when a certificate is being used. | 196 | May 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 |
198 | Specifies a username to present to a proxy server that requires authentication. | 198 | Specifies a username to present to a proxy server that requires authentication. |