diff options
author | beck <> | 2016-11-06 13:33:30 +0000 |
---|---|---|
committer | beck <> | 2016-11-06 13:33:30 +0000 |
commit | 416ed08ff839e5811fc1b336af0cc2a722094ba3 (patch) | |
tree | 8fb1aa7208004a96c9adc0d757ee177b5416fc73 /src/usr.bin/nc/nc.1 | |
parent | e843203f68c93a86a5676169443b79795cc060ba (diff) | |
download | openbsd-416ed08ff839e5811fc1b336af0cc2a722094ba3.tar.gz openbsd-416ed08ff839e5811fc1b336af0cc2a722094ba3.tar.bz2 openbsd-416ed08ff839e5811fc1b336af0cc2a722094ba3.zip |
rename tlslegacy to tlsall, and better describe what it does.
ok jsing@
Diffstat (limited to 'src/usr.bin/nc/nc.1')
-rw-r--r-- | src/usr.bin/nc/nc.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index 15ed5ee1aa..fcb7c1d6fa 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.78 2016/11/05 16:03:09 jmc Exp $ | 1 | .\" $OpenBSD: nc.1,v 1.79 2016/11/06 13:33:30 beck 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: November 5 2016 $ | 28 | .Dd $Mdocdate: November 6 2016 $ |
29 | .Dt NC 1 | 29 | .Dt NC 1 |
30 | .Os | 30 | .Os |
31 | .Sh NAME | 31 | .Sh NAME |
@@ -231,8 +231,8 @@ Change IPv4 TOS value or TLS options. | |||
231 | For TLS options | 231 | For TLS options |
232 | .Ar keyword | 232 | .Ar keyword |
233 | may be one of | 233 | may be one of |
234 | .Ar tlslegacy , | 234 | .Ar tlsall, |
235 | which allows legacy TLS protocols; | 235 | which allows the use of all supported TLS protocols and ciphers, |
236 | .Ar noverify , | 236 | .Ar noverify , |
237 | which disables certificate verification; | 237 | which disables certificate verification; |
238 | .Ar noname , | 238 | .Ar noname , |