diff options
author | Omar Polo <op@omarpolo.com> | 2023-10-19 21:33:38 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-10-19 21:33:38 +0000 |
commit | 797c527a00abfd272f8147f26ca9d78a25193bcd (patch) | |
tree | 04f828b2a7318703e98c2b15c35e242f9184d1f9 /gg.1 | |
parent | 36b2905a6814722a59e2c527e0fc11a371b3720e (diff) |
minor semplifications to some sentences
Diffstat (limited to 'gg.1')
-rw-r--r-- | gg.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,7 +11,7 @@ .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.Dd $Mdocdate: October 18 2023$ +.Dd $Mdocdate: October 19 2023$ .Dt GG 1 .Os .Sh NAME @@ -73,7 +73,7 @@ is used. .It Fl N Disables the server name verification. .It Fl n -Check that the given IRI is valid, but don't make any requests. +Check the given IRI for validity, but don't issue any requests. .It Fl P Ar host Ns Oo : Ns Ar port Oc Connect to the given .Ar host @@ -111,7 +111,7 @@ utility was written by .An Omar Polo Aq Mt op@omarpolo.com . .Sh CAVEATS .Nm -doesn't do any TOFU +doesn't perform TOFU .Pq Trust On First Use or any X.509 certificate validation beyond the name verification. .Pp |