diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/net/getrrsetbyname.3 | 5 | ||||
-rw-r--r-- | lib/libkeynote/keynote.4 | 10 | ||||
-rw-r--r-- | lib/libkeynote/keynote.5 | 15 |
3 files changed, 11 insertions, 19 deletions
diff --git a/lib/libc/net/getrrsetbyname.3 b/lib/libc/net/getrrsetbyname.3 index 7fbdd744a55..e6cdfe52e99 100644 --- a/lib/libc/net/getrrsetbyname.3 +++ b/lib/libc/net/getrrsetbyname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getrrsetbyname.3,v 1.16 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: getrrsetbyname.3,v 1.17 2013/07/16 10:44:51 jmc Exp $ .\" .\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" @@ -15,7 +15,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: July 16 2013 $ .Dt GETRRSETBYNAME 3 .Os .Sh NAME @@ -123,7 +123,6 @@ will request DNSSEC authentication using the EDNS0 DNSSEC OK (DO) bit. .Fn getrrsetbyname returns zero on success, and one of the following error codes if an error occurred: -.Pp .Bl -tag -width ERRSET_NOMEMORY .It Bq Er ERRSET_NONAME The name does not exist. diff --git a/lib/libkeynote/keynote.4 b/lib/libkeynote/keynote.4 index 7edebb88d66..9b927725290 100644 --- a/lib/libkeynote/keynote.4 +++ b/lib/libkeynote/keynote.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.4,v 1.30 2012/09/27 11:31:58 jmc Exp $ +.\" $OpenBSD: keynote.4,v 1.31 2013/07/16 10:44:51 jmc Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -20,7 +20,7 @@ .\" MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR .\" PURPOSE. .\" -.Dd $Mdocdate: September 27 2012 $ +.Dd $Mdocdate: July 16 2013 $ .Dt KEYNOTE 4 .\" .TH KeyNote 4 local .Os @@ -671,11 +671,7 @@ A expression has the higher-order (maximum) of its two subexpression values. .It A -.Qo -.Ao K -.Ac Ns -of Ns Po Aq List -.Pc -.Qc +.Qq Ao K Ac Ns -of Ns Pq Aq List expression has the K-th highest order compliance value listed in .Aq list . Values that appear multiple times are counted with multiplicity. diff --git a/lib/libkeynote/keynote.5 b/lib/libkeynote/keynote.5 index c37fe8d2c5a..2dcec833ed2 100644 --- a/lib/libkeynote/keynote.5 +++ b/lib/libkeynote/keynote.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.5,v 1.21 2012/09/27 11:31:58 jmc Exp $ +.\" $OpenBSD: keynote.5,v 1.22 2013/07/16 10:44:51 jmc Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -20,7 +20,7 @@ .\" MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR .\" PURPOSE. .\" -.Dd $Mdocdate: September 27 2012 $ +.Dd $Mdocdate: July 16 2013 $ .Dt KEYNOTE 5 .\" .TH KeyNote 5 local .Os @@ -103,12 +103,12 @@ double-quote character (ASCII 34 decimal). A printable character may be .Sq escaped inside a quoted string literal by preceding it with the backslash -character (ASCII 92 decimal) (e.g., +character (ASCII 92 decimal) e.g., .Qo like \& .No \e Ns Qo this Ns \e .Qc . .\".Pf { Qo mike Ns Qc 12 -.Qc Ns ). +.Qc . This permits the inclusion of the double-quote and backslash characters inside string literals. .Pp @@ -334,11 +334,8 @@ structured format (e.g., PKCS1 and key bit encoding (e.g., HEX or BASE64). By convention, the ALGORITHM substring starts with an alphabetic character and can contain letters, -digits, underscores, or dashes (i.e., it should match the regular expression -.Qo Ns Bo a-zA-Z -.Bc Ns Bo a-zA-Z0-9_- -.Bc Ns * -.Qc Ns ) . +digits, underscores, or dashes i.e., it should match the regular expression +.Qq Bo a-zA-Z Bc Ns Bo a-zA-Z0-9_- Bc Ns * . The IANA (or some other appropriate authority) will provide a registry of reserved algorithm identifiers. .Pp |