summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2013-07-16 15:21:11 +0000
committerschwarze <schwarze@openbsd.org>2013-07-16 15:21:11 +0000
commit7d353dc419156e69932c0c88e71a7f64a4774dd6 (patch)
tree55f20d3fc4aa558e483948820c95a31126f128d6
parentuse .Mt for email addresses; from Jan Stary <hans at stare dot cz> (diff)
downloadwireguard-openbsd-7d353dc419156e69932c0c88e71a7f64a4774dd6.tar.xz
wireguard-openbsd-7d353dc419156e69932c0c88e71a7f64a4774dd6.zip
use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
-rw-r--r--lib/libc/crypt/blowfish.36
-rw-r--r--lib/libc/crypt/crypt.36
-rw-r--r--lib/libc/gen/ftok.36
-rw-r--r--lib/libc/gen/posix_spawn.36
-rw-r--r--lib/libc/gen/posix_spawn_file_actions_addopen.36
-rw-r--r--lib/libc/gen/posix_spawn_file_actions_init.36
-rw-r--r--lib/libc/gen/posix_spawnattr_getflags.36
-rw-r--r--lib/libc/gen/posix_spawnattr_getpgroup.36
-rw-r--r--lib/libc/gen/posix_spawnattr_init.36
-rw-r--r--lib/libc/gen/shm_open.36
-rw-r--r--lib/libc/net/getrrsetbyname.34
-rw-r--r--lib/libc/string/memmem.36
-rw-r--r--lib/libc/string/strlcpy.36
-rw-r--r--lib/libc/string/wcscasecmp.36
-rw-r--r--lib/libc/string/wcslcpy.36
-rw-r--r--lib/libc/sys/__thrsigdivert.28
-rw-r--r--lib/libc/sys/__thrsleep.28
-rw-r--r--lib/libc/sys/kqueue.26
-rw-r--r--lib/libc/sys/swapctl.218
-rw-r--r--lib/libkeynote/keynote.18
-rw-r--r--lib/libkeynote/keynote.38
-rw-r--r--lib/libkeynote/keynote.46
-rw-r--r--lib/libkeynote/keynote.56
-rw-r--r--lib/libpthread/man/pthreads.314
-rw-r--r--lib/libz/compress.310
25 files changed, 90 insertions, 90 deletions
diff --git a/lib/libc/crypt/blowfish.3 b/lib/libc/crypt/blowfish.3
index af988c16fbf..d15bc8901dd 100644
--- a/lib/libc/crypt/blowfish.3
+++ b/lib/libc/crypt/blowfish.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: blowfish.3,v 1.21 2013/06/05 03:39:22 tedu Exp $
+.\" $OpenBSD: blowfish.3,v 1.22 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@@ -30,7 +30,7 @@
.\"
.\" Manual page, using -mandoc macros
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: July 16 2013 $
.Dt BLOWFISH 3
.Os
.Sh NAME
@@ -103,4 +103,4 @@ points to an 8-byte buffer.
.Xr crypt 3 ,
.Xr passwd 5
.Sh AUTHORS
-.An Niels Provos Aq provos@physnet.uni-hamburg.de
+.An Niels Provos Aq Mt provos@physnet.uni-hamburg.de
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3
index ce1db8cae6e..ff9ae702db2 100644
--- a/lib/libc/crypt/crypt.3
+++ b/lib/libc/crypt/crypt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypt.3,v 1.32 2013/06/05 03:39:22 tedu Exp $
+.\" $OpenBSD: crypt.3,v 1.33 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" FreeSec: libcrypt
.\"
@@ -31,7 +31,7 @@
.\"
.\" Manual page, using -mandoc macros
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: July 16 2013 $
.Dt CRYPT 3
.Os
.Sh NAME
@@ -303,7 +303,7 @@ The current style
first appeared in
.At v7 .
.Sh AUTHORS
-.An David Burren Aq davidb@werj.com.au
+.An David Burren Aq Mt davidb@werj.com.au
wrote the original DES functions.
.Sh BUGS
The
diff --git a/lib/libc/gen/ftok.3 b/lib/libc/gen/ftok.3
index cb9f63f6e75..c36399b4234 100644
--- a/lib/libc/gen/ftok.3
+++ b/lib/libc/gen/ftok.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ftok.3,v 1.15 2013/06/05 03:39:22 tedu Exp $
+.\" $OpenBSD: ftok.3,v 1.16 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: July 16 2013 $
.Dt FTOK 3
.Os
.Sh NAME
@@ -74,7 +74,7 @@ The
function originated with System V and is typically used by programs
that use the System V IPC routines.
.Sh AUTHORS
-.An Thorsten Lockert Aq tholo@sigmasoft.com
+.An Thorsten Lockert Aq Mt tholo@sigmasoft.com
.Sh BUGS
The returned key is computed based on the device and inode of the
specified
diff --git a/lib/libc/gen/posix_spawn.3 b/lib/libc/gen/posix_spawn.3
index ee5361b31d5..d6ee67d05df 100644
--- a/lib/libc/gen/posix_spawn.3
+++ b/lib/libc/gen/posix_spawn.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: posix_spawn.3,v 1.5 2012/04/11 14:32:38 jmc Exp $
+.\" $OpenBSD: posix_spawn.3,v 1.6 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" Copyright (c) 2012 Marc Espie <espie@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 11 2012 $
+.Dd $Mdocdate: July 16 2013 $
.Dt POSIX_SPAWN 3
.Os
.Sh NAME
@@ -123,4 +123,4 @@ with exit status 127.
Both functions conform to
.St -p1003.1-2001 .
.Sh AUTHORS
-.An Ed Shouten Aq ed@FreeBSD.org
+.An Ed Shouten Aq Mt ed@FreeBSD.org
diff --git a/lib/libc/gen/posix_spawn_file_actions_addopen.3 b/lib/libc/gen/posix_spawn_file_actions_addopen.3
index a107550b93c..519a9a6f92f 100644
--- a/lib/libc/gen/posix_spawn_file_actions_addopen.3
+++ b/lib/libc/gen/posix_spawn_file_actions_addopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: posix_spawn_file_actions_addopen.3,v 1.5 2012/04/11 14:32:38 jmc Exp $
+.\" $OpenBSD: posix_spawn_file_actions_addopen.3,v 1.6 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" Copyright (c) 2012 Marc Espie <espie@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 11 2012 $
+.Dd $Mdocdate: July 16 2013 $
.Dt POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 3
.Os
.Sh NAME
@@ -97,4 +97,4 @@ if they run out of memory.
These functions conform to
.St -p1003.1-2001 .
.Sh AUTHORS
-.An Ed Schouten Aq ed@FreeBSD.org
+.An Ed Schouten Aq Mt ed@FreeBSD.org
diff --git a/lib/libc/gen/posix_spawn_file_actions_init.3 b/lib/libc/gen/posix_spawn_file_actions_init.3
index e2467188a3d..cdd3f7388b0 100644
--- a/lib/libc/gen/posix_spawn_file_actions_init.3
+++ b/lib/libc/gen/posix_spawn_file_actions_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: posix_spawn_file_actions_init.3,v 1.5 2012/04/11 14:32:38 jmc Exp $
+.\" $OpenBSD: posix_spawn_file_actions_init.3,v 1.6 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" Copyright (c) 2012 Marc Espie <espie@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 11 2012 $
+.Dd $Mdocdate: July 16 2013 $
.Dt POSIX_SPAWN_FILE_ACTIONS_INIT 3
.Os
.Sh NAME
@@ -54,4 +54,4 @@ when running out of memory.
Both functions conform to
.St -p1003.1-2001 .
.Sh AUTHORS
-.An Ed Schouten Aq ed@FreeBSD.org
+.An Ed Schouten Aq Mt ed@FreeBSD.org
diff --git a/lib/libc/gen/posix_spawnattr_getflags.3 b/lib/libc/gen/posix_spawnattr_getflags.3
index a005fe63159..1ab70be6346 100644
--- a/lib/libc/gen/posix_spawnattr_getflags.3
+++ b/lib/libc/gen/posix_spawnattr_getflags.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: posix_spawnattr_getflags.3,v 1.6 2012/04/11 14:44:35 espie Exp $
+.\" $OpenBSD: posix_spawnattr_getflags.3,v 1.7 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" Copyright (c) 2012 Marc Espie <espie@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 11 2012 $
+.Dd $Mdocdate: July 16 2013 $
.Dt POSIX_SPAWNATTR_GETFLAGS 3
.Os
.Sh NAME
@@ -95,4 +95,4 @@ Both functions return 0.
Both functions conform to
.St -p1003.1-2001 .
.Sh AUTHORS
-.An Ed Schouten Aq ed@FreeBSD.org
+.An Ed Schouten Aq Mt ed@FreeBSD.org
diff --git a/lib/libc/gen/posix_spawnattr_getpgroup.3 b/lib/libc/gen/posix_spawnattr_getpgroup.3
index 4f6d946eaee..ba6a9fce45a 100644
--- a/lib/libc/gen/posix_spawnattr_getpgroup.3
+++ b/lib/libc/gen/posix_spawnattr_getpgroup.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: posix_spawnattr_getpgroup.3,v 1.5 2012/04/11 14:32:38 jmc Exp $
+.\" $OpenBSD: posix_spawnattr_getpgroup.3,v 1.6 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" Copyright (c) 2012 Marc Espie <espie@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 11 2012 $
+.Dd $Mdocdate: July 16 2013 $
.Dt POSIX_SPAWNATTR_GETPGROUP 3
.Os
.Sh NAME
@@ -77,4 +77,4 @@ Those functions return 0.
These functions conform to
.St -p1003.1-2001 .
.Sh AUTHORS
-.An Ed Schouten Aq ed@FreeBSD.org
+.An Ed Schouten Aq Mt ed@FreeBSD.org
diff --git a/lib/libc/gen/posix_spawnattr_init.3 b/lib/libc/gen/posix_spawnattr_init.3
index f9779d92371..0574852ff39 100644
--- a/lib/libc/gen/posix_spawnattr_init.3
+++ b/lib/libc/gen/posix_spawnattr_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: posix_spawnattr_init.3,v 1.5 2012/04/11 14:32:38 jmc Exp $
+.\" $OpenBSD: posix_spawnattr_init.3,v 1.6 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" Copyright (c) 2012 Marc Espie <espie@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 11 2012 $
+.Dd $Mdocdate: July 16 2013 $
.Dt POSIX_SPAWNATTR_INIT 3
.Os
.Sh NAME
@@ -72,4 +72,4 @@ when running out of memory.
Both functions conform to
.St -p1003.1-2001 .
.Sh AUTHORS
-.An Ed Schouten Aq ed@FreeBSD.org
+.An Ed Schouten Aq Mt ed@FreeBSD.org
diff --git a/lib/libc/gen/shm_open.3 b/lib/libc/gen/shm_open.3
index 04510c79cd0..b9f7916852d 100644
--- a/lib/libc/gen/shm_open.3
+++ b/lib/libc/gen/shm_open.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: shm_open.3,v 1.1 2013/05/31 18:41:25 tedu Exp $
+.\" $OpenBSD: shm_open.3,v 1.2 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 31 2013 $
+.Dd $Mdocdate: July 16 2013 $
.Dt SHM_OPEN 3
.Os
.Sh NAME
@@ -86,4 +86,4 @@ This implementation deviates from the standard by permitting less sharing.
.Fn shm_mkstemp
is an extension.
.Sh AUTHORS
-.An Ted Unangst Aq tedu@openbsd.org .
+.An Ted Unangst Aq Mt tedu@openbsd.org .
diff --git a/lib/libc/net/getrrsetbyname.3 b/lib/libc/net/getrrsetbyname.3
index e6cdfe52e99..677b2a4c2ed 100644
--- a/lib/libc/net/getrrsetbyname.3
+++ b/lib/libc/net/getrrsetbyname.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getrrsetbyname.3,v 1.17 2013/07/16 10:44:51 jmc Exp $
+.\" $OpenBSD: getrrsetbyname.3,v 1.18 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" Copyright (C) 2000, 2001 Internet Software Consortium.
.\"
@@ -145,7 +145,7 @@ first appeared in
.Ox 3.0 .
The API first appeared in ISC BIND version 9.
.Sh AUTHORS
-.An Jakob Schlyter Aq jakob@openbsd.org
+.An Jakob Schlyter Aq Mt jakob@openbsd.org
.Sh CAVEATS
The
.Dv RRSET_VALIDATED
diff --git a/lib/libc/string/memmem.3 b/lib/libc/string/memmem.3
index 944bfe02fb8..b0b0bb966b7 100644
--- a/lib/libc/string/memmem.3
+++ b/lib/libc/string/memmem.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: memmem.3,v 1.1 2013/05/13 10:37:02 ajacoutot Exp $
+.\" $OpenBSD: memmem.3,v 1.2 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" Copyright (c) 2005 Pascal Gloor <pascal.gloor@spale.com>
.\"
@@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 13 2013 $
+.Dd $Mdocdate: July 16 2013 $
.Dt MEMMEM 3
.Os
.Sh NAME
@@ -74,4 +74,4 @@ The
function first appeared in
.Ox 5.4 .
.Sh AUTHORS
-.An Pascal Gloor Aq pascal.gloor@spale.com
+.An Pascal Gloor Aq Mt pascal.gloor@spale.com
diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3
index 3c0eb2b9a96..a0028a52b16 100644
--- a/lib/libc/string/strlcpy.3
+++ b/lib/libc/string/strlcpy.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strlcpy.3,v 1.23 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: strlcpy.3,v 1.24 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, 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 STRLCPY 3
.Os
.Sh NAME
@@ -179,4 +179,4 @@ first appeared in
and
.Fn strlcat
were created by
-.An Todd C. Miller Aq Todd.Miller@courtesan.com .
+.An Todd C. Miller Aq Mt Todd.Miller@courtesan.com .
diff --git a/lib/libc/string/wcscasecmp.3 b/lib/libc/string/wcscasecmp.3
index 743224a1238..daf397aecea 100644
--- a/lib/libc/string/wcscasecmp.3
+++ b/lib/libc/string/wcscasecmp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wcscasecmp.3,v 1.3 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: wcscasecmp.3,v 1.4 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\"
.\" @(#)strcasecmp.3 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: July 16 2013 $
.Dt WCSCASECMP 3
.Os
.Sh NAME
@@ -91,4 +91,4 @@ versions of
and
.Fn wcsncasecmp
were implemented by
-.An Marc Espie Aq espie@openbsd.org .
+.An Marc Espie Aq Mt espie@openbsd.org .
diff --git a/lib/libc/string/wcslcpy.3 b/lib/libc/string/wcslcpy.3
index 4288b98e015..a976654ccc0 100644
--- a/lib/libc/string/wcslcpy.3
+++ b/lib/libc/string/wcslcpy.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wcslcpy.3,v 1.4 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: wcslcpy.3,v 1.5 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, 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 WCSLCPY 3
.Os
.Sh NAME
@@ -144,4 +144,4 @@ The
and
.Fn wcslcat
functions are based on code by
-.An Todd C. Miller Aq Todd.Miller@courtesan.com .
+.An Todd C. Miller Aq Mt Todd.Miller@courtesan.com .
diff --git a/lib/libc/sys/__thrsigdivert.2 b/lib/libc/sys/__thrsigdivert.2
index f5bb6fa2f6b..f240c45f42b 100644
--- a/lib/libc/sys/__thrsigdivert.2
+++ b/lib/libc/sys/__thrsigdivert.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: __thrsigdivert.2,v 1.3 2013/04/06 07:32:40 tedu Exp $
+.\" $OpenBSD: __thrsigdivert.2,v 1.4 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" Copyright (c) 2012 Philip Guenther <guenther@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 6 2013 $
+.Dd $Mdocdate: July 16 2013 $
.Dt __THRSIGDIVERT 3
.Os
.Sh NAME
@@ -121,6 +121,6 @@ arguments were added in
The
.Fn thrsigdivert
syscall was created by
-.An Ted Unangst Aq tedu@OpenBSD.org .
+.An Ted Unangst Aq Mt tedu@OpenBSD.org .
This manual page was written by
-.An Philip Guenther Aq guenther@OpenBSD.org .
+.An Philip Guenther Aq Mt guenther@OpenBSD.org .
diff --git a/lib/libc/sys/__thrsleep.2 b/lib/libc/sys/__thrsleep.2
index 34d3c663e38..107e24c9d5f 100644
--- a/lib/libc/sys/__thrsleep.2
+++ b/lib/libc/sys/__thrsleep.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: __thrsleep.2,v 1.3 2013/04/06 07:32:40 tedu Exp $
+.\" $OpenBSD: __thrsleep.2,v 1.4 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" Copyright (c) 2012 Philip Guenther <guenther@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 6 2013 $
+.Dd $Mdocdate: July 16 2013 $
.Dt __THRSLEEP 3
.Os
.Sh NAME
@@ -207,6 +207,6 @@ The
and
.Fn thrwakeup
syscalls were created by
-.An Ted Unangst Aq tedu@OpenBSD.org .
+.An Ted Unangst Aq Mt tedu@OpenBSD.org .
This manual page was written by
-.An Philip Guenther Aq guenther@OpenBSD.org .
+.An Philip Guenther Aq Mt guenther@OpenBSD.org .
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index a678aeed158..998c540d516 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kqueue.2,v 1.26 2013/05/31 19:01:56 yasuoka Exp $
+.\" $OpenBSD: kqueue.2,v 1.27 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" Copyright (c) 2000 Jonathan Lemon
.\" All rights reserved.
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD: src/lib/libc/sys/kqueue.2,v 1.18 2001/02/14 08:48:35 guido Exp $
.\"
-.Dd $Mdocdate: May 31 2013 $
+.Dd $Mdocdate: July 16 2013 $
.Dt KQUEUE 2
.Os
.Sh NAME
@@ -523,7 +523,7 @@ functions first appeared in
The
.Fn kqueue
system and this manual page were written by
-.An Jonathan Lemon Aq jlemon@FreeBSD.org .
+.An Jonathan Lemon Aq Mt jlemon@FreeBSD.org .
.Sh BUGS
It is currently not possible to watch FIFOs or AIO that reside
on anything but a UFS file system.
diff --git a/lib/libc/sys/swapctl.2 b/lib/libc/sys/swapctl.2
index cc705b9d340..c6cc5fbd571 100644
--- a/lib/libc/sys/swapctl.2
+++ b/lib/libc/sys/swapctl.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: swapctl.2,v 1.17 2009/03/28 08:33:00 espie Exp $
+.\" $OpenBSD: swapctl.2,v 1.18 2013/07/16 15:21:11 schwarze Exp $
.\" $NetBSD: swapctl.2,v 1.10 1998/08/29 17:11:09 mrg Exp $
.\"
.\" Copyright (c) 1997 Matthew R. Green
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 28 2009 $
+.Dd $Mdocdate: July 16 2013 $
.Dt SWAPCTL 2
.Os
.Sh NAME
@@ -228,10 +228,10 @@ when the header file was also moved from
.Aq Pa vm/vm_swap.h .
.Sh AUTHORS
The current swap system was designed and implemented by
-.An Matthew Green Aq mrg@eterna.com.au ,
-with help from Paul Kranenburg
-.Aq pk@NetBSD.ORG
-and Leo Weppelman
-.Aq leo@NetBSD.ORG ,
-and insights from Jason R. Thorpe
-.Aq thorpej@NetBSD.ORG .
+.An Matthew Green Aq Mt mrg@eterna.com.au ,
+with help from
+.An Paul Kranenburg Aq Mt pk@NetBSD.ORG
+and
+.An Leo Weppelman Aq Mt leo@NetBSD.ORG ,
+and insights from
+.An Jason R. Thorpe Aq Mt thorpej@NetBSD.ORG .
diff --git a/lib/libkeynote/keynote.1 b/lib/libkeynote/keynote.1
index 5ee95805bde..cade4d6c743 100644
--- a/lib/libkeynote/keynote.1
+++ b/lib/libkeynote/keynote.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: keynote.1,v 1.34 2012/09/27 11:31:58 jmc Exp $
+.\" $OpenBSD: keynote.1,v 1.35 2013/07/16 15:21:11 schwarze 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 1
.\" .TH keynote 1 local
.Os
@@ -276,10 +276,10 @@ exits with code \-1 if there was an error, and 0 on success.
.%T The KeyNote Trust-Management System Version 2
.Re
.Sh AUTHORS
-.An Angelos D. Keromytis Aq angelos@cs.columbia.edu
+.An Angelos D. Keromytis Aq Mt angelos@cs.columbia.edu
.Sh WEB PAGE
.Lk http://www1.cs.columbia.edu/~angelos/keynote.html
.Sh BUGS
None that we know of.
If you find any, please report them at
-.Aq keynote@research.att.com .
+.Aq Mt keynote@research.att.com .
diff --git a/lib/libkeynote/keynote.3 b/lib/libkeynote/keynote.3
index 6313be72828..35e705fe5cf 100644
--- a/lib/libkeynote/keynote.3
+++ b/lib/libkeynote/keynote.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: keynote.3,v 1.45 2012/09/27 11:31:58 jmc Exp $
+.\" $OpenBSD: keynote.3,v 1.46 2013/07/16 15:21:11 schwarze 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 3
.\" .TH KeyNote 3 local
.Os
@@ -899,10 +899,10 @@ function description above.
.%T The KeyNote Trust-Management System Version 2
.Re
.Sh AUTHORS
-.An Angelos D. Keromytis Aq angelos@cs.columbia.edu
+.An Angelos D. Keromytis Aq Mt angelos@cs.columbia.edu
.Sh WEB PAGE
.Lk http://www1.cs.columbia.edu/~angelos/keynote.html
.Sh BUGS
None that we know of.
If you find any, please report them to
-.Aq keynote@research.att.com .
+.Aq Mt keynote@research.att.com .
diff --git a/lib/libkeynote/keynote.4 b/lib/libkeynote/keynote.4
index 9b927725290..e8a531504cb 100644
--- a/lib/libkeynote/keynote.4
+++ b/lib/libkeynote/keynote.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: keynote.4,v 1.31 2013/07/16 10:44:51 jmc Exp $
+.\" $OpenBSD: keynote.4,v 1.32 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
.\"
@@ -892,10 +892,10 @@ However, the following return "Reject" (_MIN_TRUST):
.%T The KeyNote Trust-Management System Version 2
.Re
.Sh AUTHORS
-.An Angelos D. Keromytis Aq angelos@cs.columbia.edu
+.An Angelos D. Keromytis Aq Mt angelos@cs.columbia.edu
.Sh WEB PAGE
.Lk http://www1.cs.columbia.edu/~angelos/keynote.html
.Sh BUGS
None that we know of.
If you find any, please report them at
-.Aq keynote@research.att.com .
+.Aq Mt keynote@research.att.com .
diff --git a/lib/libkeynote/keynote.5 b/lib/libkeynote/keynote.5
index 2dcec833ed2..80bef55b01c 100644
--- a/lib/libkeynote/keynote.5
+++ b/lib/libkeynote/keynote.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: keynote.5,v 1.22 2013/07/16 10:44:51 jmc Exp $
+.\" $OpenBSD: keynote.5,v 1.23 2013/07/16 15:21:11 schwarze Exp $
.\"
.\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
.\"
@@ -692,10 +692,10 @@ the interest of readability.
.%T The KeyNote Trust-Management System Version 2
.Re
.Sh AUTHORS
-.An Angelos D. Keromytis Aq angelos@cs.columbia.edu
+.An Angelos D. Keromytis Aq Mt angelos@cs.columbia.edu
.Sh WEB PAGE
.Lk http://www1.cs.columbia.edu/~angelos/keynote.html
.Sh BUGS
None that we know of.
If you find any, please report them at
-.Aq keynote@research.att.com .
+.Aq Mt keynote@research.att.com .
diff --git a/lib/libpthread/man/pthreads.3 b/lib/libpthread/man/pthreads.3
index ef2da7d8c33..b3ad565c4e8 100644
--- a/lib/libpthread/man/pthreads.3
+++ b/lib/libpthread/man/pthreads.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: pthreads.3,v 1.40 2013/06/24 15:49:49 jmc Exp $
+.\" $OpenBSD: pthreads.3,v 1.41 2013/07/16 15:21:11 schwarze Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
-.Dd $Mdocdate: June 24 2013 $
+.Dd $Mdocdate: July 16 2013 $
.Dt PTHREADS 3
.Os
.Sh NAME
@@ -475,9 +475,9 @@ it became the default implementation and was renamed to
.Dq libpthread .
.Sh AUTHORS
.An -nosplit
-.An Ted Unangst Aq tedu@openbsd.org ,
-.An Kurt Miller Aq kurt@openbsd.org ,
-.An Marco S Hyman Aq marc@openbsd.org ,
-.An Otto Moerbeek Aq otto@openbsd.org ,
+.An Ted Unangst Aq Mt tedu@openbsd.org ,
+.An Kurt Miller Aq Mt kurt@openbsd.org ,
+.An Marco S Hyman Aq Mt marc@openbsd.org ,
+.An Otto Moerbeek Aq Mt otto@openbsd.org ,
and
-.An Philip Guenther Aq guenther@openbsd.org .
+.An Philip Guenther Aq Mt guenther@openbsd.org .
diff --git a/lib/libz/compress.3 b/lib/libz/compress.3
index 56e1547b532..6cb348324d7 100644
--- a/lib/libz/compress.3
+++ b/lib/libz/compress.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: compress.3,v 1.13 2012/09/27 11:31:58 jmc Exp $
+.\" $OpenBSD: compress.3,v 1.14 2013/07/16 15:21:11 schwarze 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: September 27 2012 $
+.Dd $Mdocdate: July 16 2013 $
.Dt COMPRESS 3
.Os
.Sh NAME
@@ -2741,10 +2741,10 @@ version and the compiler's view of
This manual page is based on an HTML version of
.Aq Pa zlib.h
converted by
-.An piaip Aq piaip@csie.ntu.edu.tw
+.An piaip Aq Mt piaip@csie.ntu.edu.tw
and was converted to mdoc format by the
.Ox
project.
.Sh AUTHORS
-.An Jean-loup Gailly Aq jloup@gzip.org
-.An Mark Adler Aq madler@alumni.caltech.edu
+.An Jean-loup Gailly Aq Mt jloup@gzip.org
+.An Mark Adler Aq Mt madler@alumni.caltech.edu