summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/hash/mdX.336
-rw-r--r--lib/libc/hash/sha1.316
-rw-r--r--lib/libc/net/getaddrinfo.348
-rw-r--r--lib/libc/net/getnameinfo.340
-rw-r--r--lib/libc/net/if_indextoname.38
-rw-r--r--lib/libc/net/inet.332
-rw-r--r--lib/libc/net/inet6_opt_init.311
-rw-r--r--lib/libc/net/inet6_option_space.312
-rw-r--r--lib/libc/net/inet6_rth_space.37
-rw-r--r--lib/libc/net/inet6_rthdr_space.36
-rw-r--r--lib/libc/net/resolver.315
-rw-r--r--lib/libc/rpc/authnone_create.318
-rw-r--r--lib/libc/rpc/rpc.330
-rw-r--r--lib/libc/rpc/xdr.312
-rw-r--r--lib/libkeynote/keynote.130
-rw-r--r--lib/libkeynote/keynote.335
-rw-r--r--lib/libkeynote/keynote.437
-rw-r--r--lib/libkeynote/keynote.532
-rw-r--r--lib/libz/compress.37
19 files changed, 228 insertions, 204 deletions
diff --git a/lib/libc/hash/mdX.3 b/lib/libc/hash/mdX.3
index 03958938c25..00e59d01abe 100644
--- a/lib/libc/hash/mdX.3
+++ b/lib/libc/hash/mdX.3
@@ -6,9 +6,9 @@
.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
.\" ----------------------------------------------------------------------------
.\"
-.\" $OpenBSD: mdX.3,v 1.12 2012/08/18 08:44:25 jmc Exp $
+.\" $OpenBSD: mdX.3,v 1.13 2012/09/27 11:31:57 jmc Exp $
.\"
-.Dd $Mdocdate: August 18 2012 $
+.Dd $Mdocdate: September 27 2012 $
.Dt MDX 3
.Os
.Sh NAME
@@ -157,38 +157,42 @@ characters of buffer space.
.Xr sha1 3 ,
.Xr sha2 3
.Rs
-.%A R. Rivest
-.%T The MD4 Message-Digest Algorithm
-.%O RFC 1186
-.Re
-.Rs
-.%A R. Rivest
-.%T The MD5 Message-Digest Algorithm
-.%O RFC 1321
-.Re
-.Rs
.%A RSA Laboratories
.%T Frequently Asked Questions About today's Cryptography
.%U http://www.rsa.com/rsalabs/faq/
.Re
.Rs
.%A H. Dobbertin
-.%T Alf Swindles Ann
+.%D 1995
.%J CryptoBytes
.%N 1(3):5
-.%D 1995
+.%T Alf Swindles Ann
.Re
.Rs
.%A MJ. B. Robshaw
-.%T On Recent Results for MD4 and MD5
+.%D November 12, 1996
.%J RSA Laboratories Bulletin
.%N 4
-.%D November 12, 1996
+.%T On Recent Results for MD4 and MD5
.Re
.Rs
.%A Hans Dobbertin
.%T Cryptanalysis of MD5 Compress
.Re
+.Sh STANDARDS
+.Rs
+.%A R. Rivest
+.%D October 1990
+.%R RFC 1186
+.%T The MD4 Message Digest Algorithm
+.Re
+.Pp
+.Rs
+.%A R. Rivest
+.%D April 1992
+.%R RFC 1321
+.%T The MD5 Message Digest Algorithm
+.Re
.Sh HISTORY
These functions appeared in
.Ox 2.0 .
diff --git a/lib/libc/hash/sha1.3 b/lib/libc/hash/sha1.3
index 80b553b097c..26582ec6af3 100644
--- a/lib/libc/hash/sha1.3
+++ b/lib/libc/hash/sha1.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sha1.3,v 1.37 2008/02/13 08:43:39 art Exp $
+.\" $OpenBSD: sha1.3,v 1.38 2012/09/27 11:31:57 jmc Exp $
.\"
.\" Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -17,7 +17,7 @@
.\" See http://csrc.nist.gov/publications/fips/fips180-1/fip180-1.txt
.\" for the detailed standard
.\"
-.Dd $Mdocdate: February 13 2008 $
+.Dd $Mdocdate: September 27 2012 $
.Dt SHA1 3
.Os
.Sh NAME
@@ -200,15 +200,19 @@ printf("0x%s\en", SHA1Data(buf, strlen(buf), output));
.Xr md5 3 ,
.Xr rmd160 3 ,
.Xr sha2 3
+.Sh STANDARDS
.Rs
.%A J. Burrows
+.%R FIPS PUB 180-1
.%T The Secure Hash Standard
-.%O FIPS PUB 180-1
.Re
+.Pp
.Rs
-.%A D. Eastlake and P. Jones
-.%T US Secure Hash Algorithm 1
-.%O RFC 3174
+.%A D. Eastlake
+.%A P. Jones
+.%D September 2001
+.%R RFC 3174
+.%T US Secure Hash Algorithm 1 (SHA1)
.Re
.Sh HISTORY
The SHA-1 functions appeared in
diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3
index af3df3c2f61..9ec857373e3 100644
--- a/lib/libc/net/getaddrinfo.3
+++ b/lib/libc/net/getaddrinfo.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getaddrinfo.3,v 1.50 2012/04/20 16:37:07 sthen Exp $
+.\" $OpenBSD: getaddrinfo.3,v 1.51 2012/09/27 11:31:58 jmc Exp $
.\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $
.\"
.\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
@@ -16,7 +16,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 20 2012 $
+.Dd $Mdocdate: September 27 2012 $
.Dt GETADDRINFO 3
.Os
.Sh NAME
@@ -426,43 +426,43 @@ freeaddrinfo(res0);
.Xr hostname 7 ,
.Xr named 8
.Rs
+.%A Craig Metz
+.%B Proceedings of the Freenix Track: 2000 USENIX Annual Technical Conference
+.%D June 2000
+.%T Protocol Independence Using the Sockets API
+.Re
+.Sh STANDARDS
+The
+.Fn getaddrinfo
+function is defined by the
+.St -p1003.1g-2000
+draft specification and documented in RFC 3493.
+.Pp
+The
+.Dv AI_FQDN
+flag bit first appeared in Windows 7.
+.Pp
+.Rs
.%A R. Gilligan
.%A S. Thomson
.%A J. Bound
.%A J. McCann
.%A W. Stevens
-.%T Basic Socket Interface Extensions for IPv6
-.%R RFC 3493
.%D February 2003
+.%R RFC 3493
+.%T Basic Socket Interface Extensions for IPv6
.Re
+.Pp
.Rs
.%A S. Deering
.%A B. Haberman
.%A T. Jinmei
.%A E. Nordmark
.%A B. Zill
-.%T "IPv6 Scoped Address Architecture"
-.%R RFC 4007
.%D March 2005
+.%R RFC 4007
+.%T IPv6 Scoped Address Architecture
.Re
-.Rs
-.%A Craig Metz
-.%T Protocol Independence Using the Sockets API
-.%B "Proceedings of the Freenix Track: 2000 USENIX Annual Technical Conference"
-.%D June 2000
-.Re
-.Sh STANDARDS
-The
-.Fn getaddrinfo
-function is defined by the
-.St -p1003.1g-2000
-draft specification and documented in
-.Dv "RFC 3493" ,
-.Dq Basic Socket Interface Extensions for IPv6 .
-.Pp
-The
-.Dv AI_FQDN
-flag bit first appeared in Windows 7.
.Sh BUGS
The implementation of
.Fn getaddrinfo
diff --git a/lib/libc/net/getnameinfo.3 b/lib/libc/net/getnameinfo.3
index 0d51ae211f4..05d41b96e72 100644
--- a/lib/libc/net/getnameinfo.3
+++ b/lib/libc/net/getnameinfo.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getnameinfo.3,v 1.42 2012/01/03 12:06:04 jmc Exp $
+.\" $OpenBSD: getnameinfo.3,v 1.43 2012/09/27 11:31:58 jmc Exp $
.\" $KAME: getnameinfo.3,v 1.37 2005/01/05 03:23:05 itojun Exp $
.\"
.\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
@@ -16,7 +16,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 3 2012 $
+.Dd $Mdocdate: September 27 2012 $
.Dt GETNAMEINFO 3
.Os
.Sh NAME
@@ -165,38 +165,38 @@ printf("host=%s\en", hbuf);
.Xr hostname 7 ,
.Xr named 8
.Rs
+.%A Craig Metz
+.%T Protocol Independence Using the Sockets API
+.%B Proceedings of the Freenix Track: 2000 USENIX Annual Technical Conference
+.%D June 2000
+.Re
+.Sh STANDARDS
+The
+.Fn getnameinfo
+function is defined by the
+.St -p1003.1g-2000
+draft specification and documented in RFC 2553.
+.Pp
+.Rs
.%A R. Gilligan
.%A S. Thomson
.%A J. Bound
.%A W. Stevens
-.%T Basic Socket Interface Extensions for IPv6
-.%R RFC 2553
.%D March 1999
+.%R RFC 2553
+.%T Basic Socket Interface Extensions for IPv6
.Re
+.Pp
.Rs
.%A S. Deering
.%A B. Haberman
.%A T. Jinmei
.%A E. Nordmark
.%A B. Zill
-.%T "IPv6 Scoped Address Architecture"
-.%R RFC 4007
.%D March 2005
+.%R RFC 4007
+.%T IPv6 Scoped Address Architecture
.Re
-.Rs
-.%A Craig Metz
-.%T Protocol Independence Using the Sockets API
-.%B "Proceedings of the Freenix Track: 2000 USENIX Annual Technical Conference"
-.%D June 2000
-.Re
-.Sh STANDARDS
-The
-.Fn getnameinfo
-function is defined by the
-.St -p1003.1g-2000
-draft specification and documented in
-.Tn "RFC 2553" ,
-.Dq Basic Socket Interface Extensions for IPv6 .
.Sh CAVEATS
.Fn getnameinfo
can return both numeric and FQDN forms of the address specified in
diff --git a/lib/libc/net/if_indextoname.3 b/lib/libc/net/if_indextoname.3
index 4826b985bbd..df173899173 100644
--- a/lib/libc/net/if_indextoname.3
+++ b/lib/libc/net/if_indextoname.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: if_indextoname.3,v 1.12 2012/08/22 18:32:47 jmc Exp $
+.\" $OpenBSD: if_indextoname.3,v 1.13 2012/09/27 11:31:58 jmc Exp $
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: August 22 2012 $
+.Dd $Mdocdate: September 27 2012 $
.Dt IF_NAMETOINDEX 3
.Os
.Sh NAME
@@ -130,6 +130,7 @@ on errors.
.Sh SEE ALSO
.Xr getifaddrs 3 ,
.Xr networking 4
+.Sh STANDARDS
.Rs
.%A R. Gilligan
.%A S. Thomson
@@ -140,6 +141,3 @@ on errors.
.%R RFC 3493
.%T Basic Socket Interface Extensions for IPv6
.Re
-.Sh STANDARDS
-These functions are defined in ``Basic Socket Interface Extensions for IPv6''
-.Pq RFC 3493 .
diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3
index 4521827466f..d96a8245325 100644
--- a/lib/libc/net/inet.3
+++ b/lib/libc/net/inet.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inet.3,v 1.24 2012/08/20 19:38:55 jmc Exp $
+.\" $OpenBSD: inet.3,v 1.25 2012/09/27 11:31:58 jmc Exp $
.\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)inet.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: August 20 2012 $
+.Dd $Mdocdate: September 27 2012 $
.Dt INET 3
.Os
.Sh NAME
@@ -277,6 +277,20 @@ or in compressed form:
.Xr inet_net 3 ,
.Xr hosts 5 ,
.Xr networks 5
+.Sh STANDARDS
+The
+.Nm inet_ntop
+and
+.Nm inet_pton
+functions conform to the IETF IPv6 BSD API and address formatting
+specifications.
+Note that
+.Nm inet_pton
+does not accept 1-, 2-, or 3-part dotted addresses; all four parts
+must be specified.
+This is a narrower input set than that accepted by
+.Nm inet_aton .
+.Pp
.Rs
.%A R. Gilligan
.%A S. Thomson
@@ -287,6 +301,7 @@ or in compressed form:
.%R RFC 3493
.%T Basic Socket Interface Extensions for IPv6
.Re
+.Pp
.Rs
.%A R. Hinden
.%A S. Deering
@@ -294,19 +309,6 @@ or in compressed form:
.%R RFC 4291
.%T IP Version 6 Addressing Architecture
.Re
-.Sh STANDARDS
-The
-.Nm inet_ntop
-and
-.Nm inet_pton
-functions conform to the IETF IPv6 BSD API and address formatting
-specifications.
-Note that
-.Nm inet_pton
-does not accept 1-, 2-, or 3-part dotted addresses; all four parts
-must be specified.
-This is a narrower input set than that accepted by
-.Nm inet_aton .
.Sh HISTORY
The
.Nm inet_addr ,
diff --git a/lib/libc/net/inet6_opt_init.3 b/lib/libc/net/inet6_opt_init.3
index 644f984e09e..973f1e27fbb 100644
--- a/lib/libc/net/inet6_opt_init.3
+++ b/lib/libc/net/inet6_opt_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inet6_opt_init.3,v 1.4 2012/08/21 16:35:16 jmc Exp $
+.\" $OpenBSD: inet6_opt_init.3,v 1.5 2012/09/27 11:31:58 jmc Exp $
.\" $KAME: inet6_opt_init.3,v 1.7 2004/12/27 05:08:23 itojun Exp $
.\"
.\" Copyright (C) 2004 WIDE Project.
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 21 2012 $
+.Dd $Mdocdate: September 27 2012 $
.Dt INET6_OPT_INIT 3
.Os
.\"
@@ -305,7 +305,7 @@ All the functions return
\-1
on an error.
.\"
-.Sh SEE ALSO
+.Sh STANDARDS
.Rs
.%A S. Deering
.%A R. Hinden
@@ -313,6 +313,7 @@ on an error.
.%R RFC 2460
.%T Internet Protocol, Version 6 (IPv6) Specification
.Re
+.Pp
.Rs
.%A W. Stevens
.%A M. Thomas
@@ -322,10 +323,6 @@ on an error.
.%R RFC 3542
.%T Advanced Sockets Application Program Interface (API) for IPv6
.Re
-.Sh STANDARDS
-The functions are documented in
-.Dq Advanced Sockets API for IPv6
-.Pq RFC 3542 .
.Sh HISTORY
The implementation first appeared in KAME advanced networking kit.
.\"
diff --git a/lib/libc/net/inet6_option_space.3 b/lib/libc/net/inet6_option_space.3
index 9eab87f2259..6c282a6f818 100644
--- a/lib/libc/net/inet6_option_space.3
+++ b/lib/libc/net/inet6_option_space.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inet6_option_space.3,v 1.22 2012/08/21 16:35:16 jmc Exp $
+.\" $OpenBSD: inet6_option_space.3,v 1.23 2012/09/27 11:31:58 jmc Exp $
.\" $KAME: inet6_option_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $
.\"
.\" Copyright (C) 2004 WIDE Project.
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 21 2012 $
+.Dd $Mdocdate: September 27 2012 $
.Dt INET6_OPTION_SPACE 3
.Os
.\"
@@ -419,6 +419,8 @@ value.
.Sh SEE ALSO
.Xr inet6 4 ,
.Xr ip6 4
+.\"
+.Sh STANDARDS
.Rs
.%A W. Stevens
.%A M. Thomas
@@ -426,6 +428,7 @@ value.
.%R RFC 2292
.%T Advanced Sockets API for IPv6
.Re
+.Pp
.Rs
.%A S. Deering
.%A R. Hinden
@@ -434,11 +437,6 @@ value.
.%T Internet Protocol, Version 6 (IPv6) Specification
.Re
.\"
-.Sh STANDARDS
-The functions are documented in
-.Dq Advanced Sockets API for IPv6
-(RFC 2292).
-.\"
.Sh HISTORY
This implementation first appeared in the KAME advanced networking kit.
.\"
diff --git a/lib/libc/net/inet6_rth_space.3 b/lib/libc/net/inet6_rth_space.3
index fdd9e67c2dd..6b09e6fa886 100644
--- a/lib/libc/net/inet6_rth_space.3
+++ b/lib/libc/net/inet6_rth_space.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inet6_rth_space.3,v 1.4 2012/08/21 16:35:16 jmc Exp $
+.\" $OpenBSD: inet6_rth_space.3,v 1.5 2012/09/27 11:31:58 jmc Exp $
.\" $KAME: inet6_rth_space.3,v 1.7 2005/01/05 03:00:44 itojun Exp $
.\"
.\" Copyright (C) 2004 WIDE Project.
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 21 2012 $
+.Dd $Mdocdate: September 27 2012 $
.Dt INET6_RTH_SPACE 3
.Os
.\"
@@ -198,7 +198,7 @@ and
.Fn inet6_rth_reverse
functions return 0 on success, or \-1 upon an error.
.\"
-.Sh SEE ALSO
+.Sh STANDARDS
.Rs
.%A S. Deering
.%A R. Hinden
@@ -206,6 +206,7 @@ functions return 0 on success, or \-1 upon an error.
.%R RFC 2460
.%T Internet Protocol, Version 6 (IPv6) Specification
.Re
+.Pp
.Rs
.%A W. Stevens
.%A M. Thomas
diff --git a/lib/libc/net/inet6_rthdr_space.3 b/lib/libc/net/inet6_rthdr_space.3
index f3b8edd7ba6..65afc5a734b 100644
--- a/lib/libc/net/inet6_rthdr_space.3
+++ b/lib/libc/net/inet6_rthdr_space.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inet6_rthdr_space.3,v 1.21 2012/08/21 16:35:16 jmc Exp $
+.\" $OpenBSD: inet6_rthdr_space.3,v 1.22 2012/09/27 11:31:58 jmc Exp $
.\" $KAME: inet6_rthdr_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $
.\"
.\" Copyright (C) 2004 WIDE Project.
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 21 2012 $
+.Dd $Mdocdate: September 27 2012 $
.Dt INET6_RTHDR_SPACE 3
.Os
.\"
@@ -279,6 +279,7 @@ functions return \-1 on error.
.Sh SEE ALSO
.Xr inet6 4 ,
.Xr ip6 4
+.Sh STANDARDS
.Rs
.%A W. Stevens
.%A M. Thomas
@@ -286,6 +287,7 @@ functions return \-1 on error.
.%R RFC 2292
.%T Advanced Sockets API for IPv6
.Re
+.Pp
.Rs
.%A S. Deering
.%A R. Hinden
diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3
index d5bfb67e8df..d36b6d8d890 100644
--- a/lib/libc/net/resolver.3
+++ b/lib/libc/net/resolver.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: resolver.3,v 1.22 2012/08/21 06:18:23 jmc Exp $
+.\" $OpenBSD: resolver.3,v 1.23 2012/09/27 11:31:58 jmc Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 21 2012 $
+.Dd $Mdocdate: September 27 2012 $
.Dt RESOLVER 3
.Os
.Sh NAME
@@ -338,38 +338,43 @@ The configuration file.
.Xr hostname 7 ,
.Xr named 8
.Rs
+.%T Name Server Operations Guide for BIND
+.Re
+.Sh STANDARDS
+.Rs
.%A M. Stahl
.%D November 1987
.%R RFC 1032
.%T Domain Administrators Guide
.Re
+.Pp
.Rs
.%A M. Lottor
.%D November 1987
.%R RFC 1033
.%T Domain Administrators Operations Guide
.Re
+.Pp
.Rs
.%A P. Mockapetris
.%D November 1987
.%R RFC 1034
.%T Domain Names \(en Concepts and Facilities
.Re
+.Pp
.Rs
.%A P. Mockapetris
.%D November 1987
.%R RFC 1035
.%T Domain Names \(en Implementation and Specification
.Re
+.Pp
.Rs
.%A J. Klensin
.%D October 2008
.%R RFC 5321
.%T Simple Mail Transfer Protocol
.Re
-.Rs
-.%T Name Server Operations Guide for BIND
-.Re
.Sh HISTORY
The
.Nm
diff --git a/lib/libc/rpc/authnone_create.3 b/lib/libc/rpc/authnone_create.3
index b63d1ba45cb..700343538d2 100644
--- a/lib/libc/rpc/authnone_create.3
+++ b/lib/libc/rpc/authnone_create.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: authnone_create.3,v 1.1 2012/03/04 17:42:32 schwarze Exp $
+.\" $OpenBSD: authnone_create.3,v 1.2 2012/09/27 11:31:58 jmc Exp $
.\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998
.\"
.\" Copyright (c) 2010, Oracle America, Inc.
@@ -30,7 +30,7 @@
.\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
.\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 4 2012 $
+.Dd $Mdocdate: September 27 2012 $
.Dt AUTHNONE_CREATE 3
.Os
.Sh NAME
@@ -113,16 +113,18 @@ expects (like 8).
.Xr rpc 5 ,
.Xr portmap 8
.Rs
-.%T "Remote Procedure Calls: Protocol Specification"
+.%T Remote Procedure Calls: Protocol Specification
.Re
.Rs
-.%T "Remote Procedure Call Programming Guide"
+.%T Remote Procedure Call Programming Guide
.Re
.Rs
-.%T "rpcgen Programming Guide"
+.%T rpcgen Programming Guide
.Re
+.Sh STANDARDS
.Rs
-.%A "Sun Microsystems, Inc."
-.%T "RPC: Remote Procedure Call Protocol Specification"
-.%R "RFC 1057, USC-ISI"
+.%D June 1988
+.%Q Sun Microsystems, Inc.
+.%R RFC 1057
+.%T RPC: Remote Procedure Call Protocol Specification Version 2
.Re
diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3
index c5743e991b6..45646fab10c 100644
--- a/lib/libc/rpc/rpc.3
+++ b/lib/libc/rpc/rpc.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rpc.3,v 1.44 2012/03/04 17:42:32 schwarze Exp $
+.\" $OpenBSD: rpc.3,v 1.45 2012/09/27 11:31:58 jmc Exp $
.\"
.\" Copyright (c) 1998 Theo de Raadt
.\" All rights reserved.
@@ -52,7 +52,7 @@
.\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
.\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 4 2012 $
+.Dd $Mdocdate: September 27 2012 $
.Dt RPC 3
.Os
.Sh NAME
@@ -1217,26 +1217,22 @@ Service implementors usually do not need this routine.
.Xr xdr 3 ,
.Xr rpc 5 ,
.Xr portmap 8
-.Pp
-The following manuals:
-.Rs
-.%A "Sun Microsystems, Inc."
-.%T "Remote Procedure Calls: Protocol Specification"
-.Re
.Rs
-.%A "Sun Microsystems, Inc."
-.%T "Remote Procedure Call Programming Guide"
+.%Q Sun Microsystems, Inc.
+.%T Remote Procedure Calls: Protocol Specification
.Re
.Rs
-.%A "Sun Microsystems, Inc."
-.%T "rpcgen Programming Guide"
+.%Q Sun Microsystems, Inc.
+.%T Remote Procedure Call Programming Guide
.Re
.Rs
-.%A "Sun Microsystems, Inc."
-.%T "RPC: Remote Procedure Call Protocol Specification"
+.%Q Sun Microsystems, Inc.
+.%T rpcgen Programming Guide
.Re
+.Sh STANDARDS
.Rs
-.%A "Sun Microsystems, Inc."
-.%D "June 1988"
-.%T "RFC 1057"
+.%D June 1988
+.%Q Sun Microsystems, Inc.
+.%R RFC 1057
+.%T RPC: Remote Procedure Call Protocol Specification Version 2
.Re
diff --git a/lib/libc/rpc/xdr.3 b/lib/libc/rpc/xdr.3
index 216b885ad34..81acf464ed8 100644
--- a/lib/libc/rpc/xdr.3
+++ b/lib/libc/rpc/xdr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: xdr.3,v 1.22 2010/09/07 19:52:37 schwarze Exp $
+.\" $OpenBSD: xdr.3,v 1.23 2012/09/27 11:31:58 jmc Exp $
.\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998
.\"
.\" Copyright (c) 2010, Oracle America, Inc.
@@ -30,7 +30,7 @@
.\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
.\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 7 2010 $
+.Dd $Mdocdate: September 27 2012 $
.Dt XDR 3
.Os
.Sh NAME
@@ -557,8 +557,10 @@ Returns one if it succeeds, zero otherwise.
.Rs
.%T eXternal Data Representation: Sun Technical Notes
.Re
+.Sh STANDARDS
.Rs
-.%A "Sun Microsystems, Inc."
-.%T "XDR: External Data Representation Standard"
-.%R "RFC 1014, USC-ISI"
+.%D June 1987
+.%Q Sun Microsystems, Inc.
+.%R RFC 1014
+.%T XDR: External Data Representation Standard
.Re
diff --git a/lib/libkeynote/keynote.1 b/lib/libkeynote/keynote.1
index 8f1b93cfd55..5ee95805bde 100644
--- a/lib/libkeynote/keynote.1
+++ b/lib/libkeynote/keynote.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: keynote.1,v 1.33 2012/08/15 18:56:28 jmc Exp $
+.\" $OpenBSD: keynote.1,v 1.34 2012/09/27 11:31:58 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: August 15 2012 $
+.Dd $Mdocdate: September 27 2012 $
.Dt KEYNOTE 1
.\" .TH keynote 1 local
.Os
@@ -252,26 +252,28 @@ exits with code \-1 if there was an error, and 0 on success.
.Rs
.%A M. Blaze
.%A J. Feigenbaum
-.%A A. D. Keromytis
-.%T "The KeyNote Trust-Management System, Version 2"
-.%N RFC 2704
-.%D 1999
-.Re
-.Rs
-.%A M. Blaze
-.%A J. Feigenbaum
.%A J. Lacy
-.%T Decentralized Trust Management
-.%J IEEE Symposium on Security and Privacy
.%D 1996
+.%J IEEE Symposium on Security and Privacy
+.%T Decentralized Trust Management
.Re
.Rs
.%A M. Blaze
.%A J. Feigenbaum
.%A M. Strauss
-.%T Compliance-Checking in the PolicyMaker Trust Management System
-.%J Financial Crypto Conference
.%D 1998
+.%J Financial Crypto Conference
+.%T Compliance-Checking in the PolicyMaker Trust Management System
+.Re
+.Sh STANDARDS
+.Rs
+.%A M. Blaze
+.%A J. Feigenbaum
+.%A J. Ioannidis
+.%A A. Keromytis
+.%D September 1999
+.%R RFC 2704
+.%T The KeyNote Trust-Management System Version 2
.Re
.Sh AUTHORS
.An Angelos D. Keromytis Aq angelos@cs.columbia.edu
diff --git a/lib/libkeynote/keynote.3 b/lib/libkeynote/keynote.3
index fae0a936de0..6313be72828 100644
--- a/lib/libkeynote/keynote.3
+++ b/lib/libkeynote/keynote.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: keynote.3,v 1.44 2012/08/15 18:56:28 jmc Exp $
+.\" $OpenBSD: keynote.3,v 1.45 2012/09/27 11:31:58 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: August 15 2012 $
+.Dd $Mdocdate: September 27 2012 $
.Dt KEYNOTE 3
.\" .TH KeyNote 3 local
.Os
@@ -288,7 +288,8 @@ large.
.Pp
On success,
.Xr kn_add_action 3
-returns 0. On failure, it returns \-1 and sets
+returns 0.
+On failure, it returns \-1 and sets
.Va keynote_errno
to
.Er ERROR_NOTFOUND
@@ -874,26 +875,28 @@ function description above.
.Rs
.%A M. Blaze
.%A J. Feigenbaum
-.%A A. D. Keromytis
-.%T "The KeyNote Trust-Management System, Version 2"
-.%N RFC 2704
-.%D 1999
-.Re
-.Rs
-.%A M. Blaze
-.%A J. Feigenbaum
.%A J. Lacy
-.%T Decentralized Trust Management
-.%J IEEE Symposium on Security and Privacy
.%D 1996
+.%J IEEE Symposium on Security and Privacy
+.%T Decentralized Trust Management
.Re
.Rs
.%A M. Blaze
.%A J. Feigenbaum
.%A M. Strauss
-.%T Compliance-Checking in the PolicyMaker Trust Management System
-.%J Financial Crypto Conference
.%D 1998
+.%J Financial Crypto Conference
+.%T Compliance-Checking in the PolicyMaker Trust Management System
+.Re
+.Sh STANDARDS
+.Rs
+.%A M. Blaze
+.%A J. Feigenbaum
+.%A J. Ioannidis
+.%A A. Keromytis
+.%D September 1999
+.%R RFC 2704
+.%T The KeyNote Trust-Management System Version 2
.Re
.Sh AUTHORS
.An Angelos D. Keromytis Aq angelos@cs.columbia.edu
@@ -902,4 +905,4 @@ function description above.
.Sh BUGS
None that we know of.
If you find any, please report them to
-.Dl Aq keynote@research.att.com
+.Aq keynote@research.att.com .
diff --git a/lib/libkeynote/keynote.4 b/lib/libkeynote/keynote.4
index a3ad07e2f7e..7edebb88d66 100644
--- a/lib/libkeynote/keynote.4
+++ b/lib/libkeynote/keynote.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: keynote.4,v 1.29 2012/08/15 18:56:28 jmc Exp $
+.\" $OpenBSD: keynote.4,v 1.30 2012/09/27 11:31:58 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: August 15 2012 $
+.Dd $Mdocdate: September 27 2012 $
.Dt KEYNOTE 4
.\" .TH KeyNote 4 local
.Os
@@ -621,7 +621,8 @@ Regular expression evaluation is case sensitive.
.Pp
A runtime error occurring in the evaluation of a test, such as
division by zero or an invalid regular expression, causes the test to
-be considered false. For example:
+be considered false.
+For example:
.Bd -literal
foo == "bar" -> {
@a == 1/0 -> "oneval"; # subclause 1
@@ -678,7 +679,7 @@ A
expression has the K-th highest order compliance value listed in
.Aq list .
Values that appear multiple times are counted with multiplicity.
- For example, if K = 3 and the orders of the listed compliance values are
+For example, if K = 3 and the orders of the listed compliance values are
(0, 1, 2, 2, 3), the value of the expression is the compliance value of
order 2.
.El
@@ -871,26 +872,28 @@ However, the following return "Reject" (_MIN_TRUST):
.Rs
.%A M. Blaze
.%A J. Feigenbaum
-.%A A. D. Keromytis
-.%T "The KeyNote Trust-Management System, Version 2"
-.%N RFC 2704
-.%D 1999
-.Re
-.Rs
-.%A M. Blaze
-.%A J. Feigenbaum
.%A J. Lacy
-.%T Decentralized Trust Management
-.%J IEEE Symposium on Security and Privacy
.%D 1996
+.%J IEEE Symposium on Security and Privacy
+.%T Decentralized Trust Management
.Re
.Rs
.%A M. Blaze
.%A J. Feigenbaum
.%A M. Strauss
-.%T Compliance-Checking in the PolicyMaker Trust Management System
-.%J Financial Crypto Conference
.%D 1998
+.%J Financial Crypto Conference
+.%T Compliance-Checking in the PolicyMaker Trust Management System
+.Re
+.Sh STANDARDS
+.Rs
+.%A M. Blaze
+.%A J. Feigenbaum
+.%A J. Ioannidis
+.%A A. Keromytis
+.%D September 1999
+.%R RFC 2704
+.%T The KeyNote Trust-Management System Version 2
.Re
.Sh AUTHORS
.An Angelos D. Keromytis Aq angelos@cs.columbia.edu
@@ -899,4 +902,4 @@ However, the following return "Reject" (_MIN_TRUST):
.Sh BUGS
None that we know of.
If you find any, please report them at
-.Dl Aq keynote@research.att.com
+.Aq keynote@research.att.com .
diff --git a/lib/libkeynote/keynote.5 b/lib/libkeynote/keynote.5
index bbf8f2348fc..c37fe8d2c5a 100644
--- a/lib/libkeynote/keynote.5
+++ b/lib/libkeynote/keynote.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: keynote.5,v 1.20 2012/08/15 18:56:28 jmc Exp $
+.\" $OpenBSD: keynote.5,v 1.21 2012/09/27 11:31:58 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: August 15 2012 $
+.Dd $Mdocdate: September 27 2012 $
.Dt KEYNOTE 5
.\" .TH KeyNote 5 local
.Os
@@ -671,26 +671,28 @@ the interest of readability.
.Rs
.%A M. Blaze
.%A J. Feigenbaum
-.%A A. D. Keromytis
-.%T "The KeyNote Trust-Management System, Version 2"
-.%N RFC 2704
-.%D 1999
-.Re
-.Rs
-.%A M. Blaze
-.%A J. Feigenbaum
.%A J. Lacy
-.%T Decentralized Trust Management
-.%J IEEE Symposium on Security and Privacy
.%D 1996
+.%J IEEE Symposium on Security and Privacy
+.%T Decentralized Trust Management
.Re
.Rs
.%A M. Blaze
.%A J. Feigenbaum
.%A M. Strauss
-.%T Compliance-Checking in the PolicyMaker Trust Management System
-.%J Financial Crypto Conference
.%D 1998
+.%J Financial Crypto Conference
+.%T Compliance-Checking in the PolicyMaker Trust Management System
+.Re
+.Sh STANDARDS
+.Rs
+.%A M. Blaze
+.%A J. Feigenbaum
+.%A J. Ioannidis
+.%A A. Keromytis
+.%D September 1999
+.%R RFC 2704
+.%T The KeyNote Trust-Management System Version 2
.Re
.Sh AUTHORS
.An Angelos D. Keromytis Aq angelos@cs.columbia.edu
@@ -699,4 +701,4 @@ the interest of readability.
.Sh BUGS
None that we know of.
If you find any, please report them at
-.Dl Aq keynote@research.att.com
+.Aq keynote@research.att.com .
diff --git a/lib/libz/compress.3 b/lib/libz/compress.3
index b65ce52283c..56e1547b532 100644
--- a/lib/libz/compress.3
+++ b/lib/libz/compress.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: compress.3,v 1.12 2012/08/21 16:33:02 jmc Exp $
+.\" $OpenBSD: compress.3,v 1.13 2012/09/27 11:31:58 jmc Exp $
.\"
.\" Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
.\"
@@ -23,7 +23,7 @@
.\"
.\" This page corresponds to zlib version 1.2.3
.\"
-.Dd $Mdocdate: August 21 2012 $
+.Dd $Mdocdate: September 27 2012 $
.Dt COMPRESS 3
.Os
.Sh NAME
@@ -2715,6 +2715,7 @@ version and the compiler's view of
.Sh SEE ALSO
.Xr compress 1 ,
.Xr gzip 1
+.Sh STANDARDS
.Rs
.%A P. Deutsch
.%A J-L. Gailly
@@ -2722,12 +2723,14 @@ version and the compiler's view of
.%R RFC 1950
.%T ZLIB Compressed Data Format Specification version 3.3
.Re
+.Pp
.Rs
.%A P. Deutsch
.%D May 1996
.%R RFC 1951
.%T DEFLATE Compressed Data Format Specification version 1.3
.Re
+.Pp
.Rs
.%A P. Deutsch
.%D May 1996