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/sys | |
parent | e6c8bd930f058d061eae225fbabe99be2ba13dc7 (diff) |
use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
Diffstat (limited to 'lib/libc/sys')
-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 |
4 files changed, 20 insertions, 20 deletions
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 . |