diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-10-21 15:15:37 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-10-21 15:15:37 +0000 |
commit | 05d32ee2ce30d57c2de389cc41bc906f36ced587 (patch) | |
tree | 0febf1997541d2e72d5283b9ed28d94bfda39023 /share | |
parent | 5e784912765648947da4599aa530654a8b879fe7 (diff) |
Fix typo; from mpech@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/starttls.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/starttls.8 b/share/man/man8/starttls.8 index 6dba3cfc5fe..73906e9284e 100644 --- a/share/man/man8/starttls.8 +++ b/share/man/man8/starttls.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: starttls.8,v 1.11 2003/10/01 13:36:49 grange Exp $ +.\" $OpenBSD: starttls.8,v 1.12 2004/10/21 15:15:36 millert Exp $ .\" .\" Copyright (c) 2001 Jose Nazario <jose@monkey.org> .\" All rights reserved. @@ -327,7 +327,7 @@ Force strong (112 bit) encryption for communications for this server: .Pp For a TLS client, force string verification depths to at least 80 bits: .Pp -.Dl TLS_Clt:desktop.example:net VERIFY:80 +.Dl TLS_Clt:desktop.example.net VERIFY:80 .Pp Much more complicated access maps are possible, and error conditions (such as permanent or temporary, PERM+ or TEMP+) can be set on the basis of |