diff options
author | David Krause <david@cvs.openbsd.org> | 2003-07-11 05:37:56 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-07-11 05:37:56 +0000 |
commit | 97df176d62deb7a0a22b455c059a83518aa54578 (patch) | |
tree | 5f81c5b4881c60a926f2fab9a87660037ef25813 /share | |
parent | e3d453aef3a1a81d0eb3255f52d338a14b8dec38 (diff) |
fix mdoc syntax
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/starttls.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man8/starttls.8 b/share/man/man8/starttls.8 index 1cd0cea5c8f..4424c49b140 100644 --- a/share/man/man8/starttls.8 +++ b/share/man/man8/starttls.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: starttls.8,v 1.9 2003/07/10 08:30:36 jmc Exp $ +.\" $OpenBSD: starttls.8,v 1.10 2003/07/11 05:37:55 david Exp $ .\" .\" Copyright (c) 2001 Jose Nazario <jose@monkey.org> .\" All rights reserved. @@ -323,10 +323,11 @@ the role based granularity as well: .Pp Force strong (112 bit) encryption for communications for this server: .Pp -.D1 server1.example.net ENCR:112 +.Dl server1.example.net ENCR:112 .Pp For a TLS client, force string verification depths to at least 80 bits: -.D1 TLS_Clt:desktop.example:net VERIFY:80 +.Pp +.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 |