From 78c8f5de9ccfc2a6133cb7cb00d67a257d2d4f46 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Sat, 15 Jul 2017 18:11:47 +0000 Subject: grammar was ass backwards; --- src/usr.bin/nc/nc.1 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index 4dfef93986..bb3a8f7cf5 100644 --- a/src/usr.bin/nc/nc.1 +++ b/src/usr.bin/nc/nc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nc.1,v 1.86 2017/07/15 17:27:39 jsing Exp $ +.\" $OpenBSD: nc.1,v 1.87 2017/07/15 18:11:47 jmc Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -232,12 +232,12 @@ option. Change IPv4 TOS value or TLS options. For TLS options .Ar keyword -may be one of -.Ar tlsall ; -which allows the use of all supported TLS protocols and ciphers, -.Ar tlscompat ; -which allows the use of all supported TLS protocols and "compat" ciphers, -.Ar noverify ; +may be one of: +.Ar tlsall , +which allows the use of all supported TLS protocols and ciphers; +.Ar tlscompat , +which allows the use of all supported TLS protocols and "compat" ciphers; +.Ar noverify , which disables certificate verification; .Ar noname , which disables certificate name checking; -- cgit v1.2.3-55-g6feb