diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-07-16 15:21:12 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-07-16 15:21:12 +0000 |
commit | 6230820e45b172f319f5794f3ff121022a40c978 (patch) | |
tree | 278a207558e891fa0ea1b2a39c31c27da2c1c491 /lib/libc | |
parent | e6c8bd930f058d061eae225fbabe99be2ba13dc7 (diff) |
use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/crypt/blowfish.3 | 6 | ||||
-rw-r--r-- | lib/libc/crypt/crypt.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/ftok.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/posix_spawn.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/posix_spawn_file_actions_addopen.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/posix_spawn_file_actions_init.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/posix_spawnattr_getflags.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/posix_spawnattr_getpgroup.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/posix_spawnattr_init.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/shm_open.3 | 6 | ||||
-rw-r--r-- | lib/libc/net/getrrsetbyname.3 | 4 | ||||
-rw-r--r-- | lib/libc/string/memmem.3 | 6 | ||||
-rw-r--r-- | lib/libc/string/strlcpy.3 | 6 | ||||
-rw-r--r-- | lib/libc/string/wcscasecmp.3 | 6 | ||||
-rw-r--r-- | lib/libc/string/wcslcpy.3 | 6 | ||||
-rw-r--r-- | lib/libc/sys/__thrsigdivert.2 | 8 | ||||
-rw-r--r-- | lib/libc/sys/__thrsleep.2 | 8 | ||||
-rw-r--r-- | lib/libc/sys/kqueue.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/swapctl.2 | 18 |
19 files changed, 64 insertions, 64 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 . |