From owner-svn-src-all@FreeBSD.ORG Mon Jun 23 08:25:22 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 658D12D2; Mon, 23 Jun 2014 08:25:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5027A2BC3; Mon, 23 Jun 2014 08:25:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5N8PMxe090898; Mon, 23 Jun 2014 08:25:22 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5N8P4SN090769; Mon, 23 Jun 2014 08:25:04 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406230825.s5N8P4SN090769@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 23 Jun 2014 08:25:04 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r267774 - in head/lib/libc: capability gen iconv net posix1e stdio stdlib string sys X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 08:25:22 -0000 Author: bapt Date: Mon Jun 23 08:25:03 2014 New Revision: 267774 URL: http://svnweb.freebsd.org/changeset/base/267774 Log: use .Mt to mark up email addresses consistently (part4) PR: 191174 Submitted by: Franco Fichtner Modified: head/lib/libc/capability/cap_rights_init.3 head/lib/libc/gen/cap_rights_get.3 head/lib/libc/gen/cap_sandboxed.3 head/lib/libc/gen/check_utility_compat.3 head/lib/libc/gen/clock_getcpuclockid.3 head/lib/libc/gen/dlinfo.3 head/lib/libc/gen/ftok.3 head/lib/libc/gen/getpagesizes.3 head/lib/libc/gen/getutxent.3 head/lib/libc/gen/posix_spawn.3 head/lib/libc/gen/posix_spawn_file_actions_addopen.3 head/lib/libc/gen/posix_spawn_file_actions_init.3 head/lib/libc/gen/posix_spawnattr_getflags.3 head/lib/libc/gen/posix_spawnattr_getpgroup.3 head/lib/libc/gen/posix_spawnattr_getschedparam.3 head/lib/libc/gen/posix_spawnattr_getschedpolicy.3 head/lib/libc/gen/posix_spawnattr_getsigdefault.3 head/lib/libc/gen/posix_spawnattr_getsigmask.3 head/lib/libc/gen/posix_spawnattr_init.3 head/lib/libc/gen/setproctitle.3 head/lib/libc/gen/statvfs.3 head/lib/libc/iconv/__iconv_get_list.3 head/lib/libc/iconv/iconv_canonicalize.3 head/lib/libc/iconv/iconvctl.3 head/lib/libc/iconv/iconvlist.3 head/lib/libc/net/nsdispatch.3 head/lib/libc/net/sourcefilter.3 head/lib/libc/posix1e/acl_add_flag_np.3 head/lib/libc/posix1e/acl_add_perm.3 head/lib/libc/posix1e/acl_calc_mask.3 head/lib/libc/posix1e/acl_clear_flags_np.3 head/lib/libc/posix1e/acl_clear_perms.3 head/lib/libc/posix1e/acl_copy_entry.3 head/lib/libc/posix1e/acl_create_entry.3 head/lib/libc/posix1e/acl_delete_entry.3 head/lib/libc/posix1e/acl_delete_flag_np.3 head/lib/libc/posix1e/acl_delete_perm.3 head/lib/libc/posix1e/acl_get_brand_np.3 head/lib/libc/posix1e/acl_get_entry.3 head/lib/libc/posix1e/acl_get_entry_type_np.3 head/lib/libc/posix1e/acl_get_flag_np.3 head/lib/libc/posix1e/acl_get_flagset_np.3 head/lib/libc/posix1e/acl_get_perm_np.3 head/lib/libc/posix1e/acl_get_permset.3 head/lib/libc/posix1e/acl_get_qualifier.3 head/lib/libc/posix1e/acl_get_tag_type.3 head/lib/libc/posix1e/acl_is_trivial_np.3 head/lib/libc/posix1e/acl_set_entry_type_np.3 head/lib/libc/posix1e/acl_set_flagset_np.3 head/lib/libc/posix1e/acl_set_permset.3 head/lib/libc/posix1e/acl_set_qualifier.3 head/lib/libc/posix1e/acl_set_tag_type.3 head/lib/libc/posix1e/acl_strip_np.3 head/lib/libc/stdio/printf.3 head/lib/libc/stdlib/a64l.3 head/lib/libc/stdlib/strfmon.3 head/lib/libc/string/memmem.3 head/lib/libc/string/strerror.3 head/lib/libc/string/strtok.3 head/lib/libc/sys/abort2.2 head/lib/libc/sys/aio_cancel.2 head/lib/libc/sys/aio_error.2 head/lib/libc/sys/aio_mlock.2 head/lib/libc/sys/aio_read.2 head/lib/libc/sys/aio_return.2 head/lib/libc/sys/aio_suspend.2 head/lib/libc/sys/aio_waitcomplete.2 head/lib/libc/sys/aio_write.2 head/lib/libc/sys/bindat.2 head/lib/libc/sys/cap_fcntls_limit.2 head/lib/libc/sys/cap_ioctls_limit.2 head/lib/libc/sys/cap_rights_limit.2 head/lib/libc/sys/connectat.2 head/lib/libc/sys/cpuset.2 head/lib/libc/sys/cpuset_getaffinity.2 head/lib/libc/sys/ffclock.2 head/lib/libc/sys/kenv.2 head/lib/libc/sys/kqueue.2 head/lib/libc/sys/kse.2 head/lib/libc/sys/pdfork.2 head/lib/libc/sys/posix_fallocate.2 head/lib/libc/sys/posix_openpt.2 head/lib/libc/sys/pselect.2 head/lib/libc/sys/rtprio.2 head/lib/libc/sys/sendfile.2 head/lib/libc/sys/shm_open.2 head/lib/libc/sys/shutdown.2 Modified: head/lib/libc/capability/cap_rights_init.3 ============================================================================== --- head/lib/libc/capability/cap_rights_init.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/capability/cap_rights_init.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -237,5 +237,5 @@ Support for capabilities and capabilitie Project. .Sh AUTHORS This family of functions was created by -.An Pawel Jakub Dawidek Aq pawel@dawidek.net +.An Pawel Jakub Dawidek Aq Mt pawel@dawidek.net under sponsorship from the FreeBSD Foundation. Modified: head/lib/libc/gen/cap_rights_get.3 ============================================================================== --- head/lib/libc/gen/cap_rights_get.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/cap_rights_get.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -115,5 +115,5 @@ Support for capabilities and capabilitie Project. .Sh AUTHORS This function was created by -.An Pawel Jakub Dawidek Aq pawel@dawidek.net +.An Pawel Jakub Dawidek Aq Mt pawel@dawidek.net under sponsorship of the FreeBSD Foundation. Modified: head/lib/libc/gen/cap_sandboxed.3 ============================================================================== --- head/lib/libc/gen/cap_sandboxed.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/cap_sandboxed.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -67,5 +67,5 @@ or .Xr capsicum 4 .Sh AUTHORS This function was implemented and manual page was written by -.An Pawel Jakub Dawidek Aq pawel@dawidek.net +.An Pawel Jakub Dawidek Aq Mt pawel@dawidek.net under sponsorship of the FreeBSD Foundation. Modified: head/lib/libc/gen/check_utility_compat.3 ============================================================================== --- head/lib/libc/gen/check_utility_compat.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/check_utility_compat.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -86,4 +86,4 @@ function first appeared in .Fx 5.0 . .Sh AUTHORS This manual page was written by -.An Garrett Wollman Aq wollman@FreeBSD.org . +.An Garrett Wollman Aq Mt wollman@FreeBSD.org . Modified: head/lib/libc/gen/clock_getcpuclockid.3 ============================================================================== --- head/lib/libc/gen/clock_getcpuclockid.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/clock_getcpuclockid.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -92,4 +92,4 @@ The function first appeared in .Fx 10.0 . .Sh AUTHORS -.An David Xu Aq davidxu@FreeBSD.org +.An David Xu Aq Mt davidxu@FreeBSD.org Modified: head/lib/libc/gen/dlinfo.3 ============================================================================== --- head/lib/libc/gen/dlinfo.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/dlinfo.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -271,12 +271,9 @@ The implementation of the .Fn dlinfo function was originally written by -.An Alexey Zelkin -.Aq phantom@FreeBSD.org +.An Alexey Zelkin Aq Mt phantom@FreeBSD.org and later extended and improved by -.An Alexander Kabaev -.Aq kan@FreeBSD.org . +.An Alexander Kabaev Aq Mt kan@FreeBSD.org . .Pp The manual page for this function was written by -.An Alexey Zelkin -.Aq phantom@FreeBSD.org . +.An Alexey Zelkin Aq Mt phantom@FreeBSD.org . Modified: head/lib/libc/gen/ftok.3 ============================================================================== --- head/lib/libc/gen/ftok.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/ftok.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -73,7 +73,7 @@ The function originates 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 minor number and inode of the specified Modified: head/lib/libc/gen/getpagesizes.3 ============================================================================== --- head/lib/libc/gen/getpagesizes.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/getpagesizes.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -96,4 +96,4 @@ implementation that was first released i .Fx 7.3 . .Sh AUTHORS This manual page was written by -.An Alan L. Cox Aq alc@cs.rice.edu . +.An Alan L. Cox Aq Mt alc@cs.rice.edu . Modified: head/lib/libc/gen/getutxent.3 ============================================================================== --- head/lib/libc/gen/getutxent.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/getutxent.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -475,4 +475,4 @@ They replaced the .In utmp.h interface. .Sh AUTHORS -.An Ed Schouten Aq ed@FreeBSD.org +.An Ed Schouten Aq Mt ed@FreeBSD.org Modified: head/lib/libc/gen/posix_spawn.3 ============================================================================== --- head/lib/libc/gen/posix_spawn.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/posix_spawn.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -457,4 +457,4 @@ and functions first appeared in .Fx 8.0 . .Sh AUTHORS -.An Ed Schouten Aq ed@FreeBSD.org +.An Ed Schouten Aq Mt ed@FreeBSD.org Modified: head/lib/libc/gen/posix_spawn_file_actions_addopen.3 ============================================================================== --- head/lib/libc/gen/posix_spawn_file_actions_addopen.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/posix_spawn_file_actions_addopen.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -200,4 +200,4 @@ and functions first appeared in .Fx 8.0 . .Sh AUTHORS -.An Ed Schouten Aq ed@FreeBSD.org +.An Ed Schouten Aq Mt ed@FreeBSD.org Modified: head/lib/libc/gen/posix_spawn_file_actions_init.3 ============================================================================== --- head/lib/libc/gen/posix_spawn_file_actions_init.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/posix_spawn_file_actions_init.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -101,4 +101,4 @@ and functions first appeared in .Fx 8.0 . .Sh AUTHORS -.An Ed Schouten Aq ed@FreeBSD.org +.An Ed Schouten Aq Mt ed@FreeBSD.org Modified: head/lib/libc/gen/posix_spawnattr_getflags.3 ============================================================================== --- head/lib/libc/gen/posix_spawnattr_getflags.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/posix_spawnattr_getflags.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -108,4 +108,4 @@ and functions first appeared in .Fx 8.0 . .Sh AUTHORS -.An Ed Schouten Aq ed@FreeBSD.org +.An Ed Schouten Aq Mt ed@FreeBSD.org Modified: head/lib/libc/gen/posix_spawnattr_getpgroup.3 ============================================================================== --- head/lib/libc/gen/posix_spawnattr_getpgroup.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/posix_spawnattr_getpgroup.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -93,4 +93,4 @@ and functions first appeared in .Fx 8.0 . .Sh AUTHORS -.An Ed Schouten Aq ed@FreeBSD.org +.An Ed Schouten Aq Mt ed@FreeBSD.org Modified: head/lib/libc/gen/posix_spawnattr_getschedparam.3 ============================================================================== --- head/lib/libc/gen/posix_spawnattr_getschedparam.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/posix_spawnattr_getschedparam.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -97,4 +97,4 @@ and functions first appeared in .Fx 8.0 . .Sh AUTHORS -.An Ed Schouten Aq ed@FreeBSD.org +.An Ed Schouten Aq Mt ed@FreeBSD.org Modified: head/lib/libc/gen/posix_spawnattr_getschedpolicy.3 ============================================================================== --- head/lib/libc/gen/posix_spawnattr_getschedpolicy.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/posix_spawnattr_getschedpolicy.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -95,4 +95,4 @@ and functions first appeared in .Fx 8.0 . .Sh AUTHORS -.An Ed Schouten Aq ed@FreeBSD.org +.An Ed Schouten Aq Mt ed@FreeBSD.org Modified: head/lib/libc/gen/posix_spawnattr_getsigdefault.3 ============================================================================== --- head/lib/libc/gen/posix_spawnattr_getsigdefault.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/posix_spawnattr_getsigdefault.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -95,4 +95,4 @@ and functions first appeared in .Fx 8.0 . .Sh AUTHORS -.An Ed Schouten Aq ed@FreeBSD.org +.An Ed Schouten Aq Mt ed@FreeBSD.org Modified: head/lib/libc/gen/posix_spawnattr_getsigmask.3 ============================================================================== --- head/lib/libc/gen/posix_spawnattr_getsigmask.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/posix_spawnattr_getsigmask.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -95,4 +95,4 @@ and functions first appeared in .Fx 8.0 . .Sh AUTHORS -.An Ed Schouten Aq ed@FreeBSD.org +.An Ed Schouten Aq Mt ed@FreeBSD.org Modified: head/lib/libc/gen/posix_spawnattr_init.3 ============================================================================== --- head/lib/libc/gen/posix_spawnattr_init.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/posix_spawnattr_init.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -120,4 +120,4 @@ and functions first appeared in .Fx 8.0 . .Sh AUTHORS -.An Ed Schouten Aq ed@FreeBSD.org +.An Ed Schouten Aq Mt ed@FreeBSD.org Modified: head/lib/libc/gen/setproctitle.3 ============================================================================== --- head/lib/libc/gen/setproctitle.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/setproctitle.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -100,11 +100,11 @@ Other operating systems have similar functions. .Sh AUTHORS .An -nosplit -.An Peter Wemm Aq peter@FreeBSD.org +.An Peter Wemm Aq Mt peter@FreeBSD.org stole the idea from the .Sy "Sendmail 8.7.3" source code by -.An Eric Allman Aq eric@sendmail.org . +.An Eric Allman Aq Mt eric@sendmail.org . .Sh BUGS Never pass a string with user-supplied data as a format without using .Ql %s . Modified: head/lib/libc/gen/statvfs.3 ============================================================================== --- head/lib/libc/gen/statvfs.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/gen/statvfs.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -184,4 +184,4 @@ The and .Fn fstatvfs functions and this manual page were written by -.An Garrett Wollman Aq wollman@FreeBSD.org . +.An Garrett Wollman Aq Mt wollman@FreeBSD.org . Modified: head/lib/libc/iconv/__iconv_get_list.3 ============================================================================== --- head/lib/libc/iconv/__iconv_get_list.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/iconv/__iconv_get_list.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -92,4 +92,4 @@ The iconv implementation of the Citrus P .Fx 9.0 . .Sh AUTHORS This manual page was written by -.An Gabor Kovesdan Aq gabor@FreeBSD.org . +.An Gabor Kovesdan Aq Mt gabor@FreeBSD.org . Modified: head/lib/libc/iconv/iconv_canonicalize.3 ============================================================================== --- head/lib/libc/iconv/iconv_canonicalize.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/iconv/iconv_canonicalize.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -71,4 +71,4 @@ the GNU implementation and was adopted i for compatibility's sake. .Sh AUTHORS This manual page was written by -.An Gabor Kovesdan Aq gabor@FreeBSD.org . +.An Gabor Kovesdan Aq Mt gabor@FreeBSD.org . Modified: head/lib/libc/iconv/iconvctl.3 ============================================================================== --- head/lib/libc/iconv/iconvctl.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/iconv/iconvctl.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -179,7 +179,7 @@ the GNU implementation and was adopted i for compatibility's sake. .Sh AUTHORS This manual page was written by -.An Gabor Kovesdan Aq gabor@FreeBSD.org . +.An Gabor Kovesdan Aq Mt gabor@FreeBSD.org . .Sh BUGS Transliteration is enabled in this implementation by default, so it is impossible by design to turn it off. Modified: head/lib/libc/iconv/iconvlist.3 ============================================================================== --- head/lib/libc/iconv/iconvlist.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/iconv/iconvlist.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -90,4 +90,4 @@ the GNU implementation and was adopted i for compatibility's sake. .Sh AUTHORS This manual page was written by -.An Gabor Kovesdan Aq gabor@FreeBSD.org . +.An Gabor Kovesdan Aq Mt gabor@FreeBSD.org . Modified: head/lib/libc/net/nsdispatch.3 ============================================================================== --- head/lib/libc/net/nsdispatch.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/net/nsdispatch.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -239,8 +239,7 @@ where it appeared first in Support for NSS modules first appeared in .Fx 5.1 . .Sh AUTHORS -Luke Mewburn -.Aq lukem@netbsd.org +.An Luke Mewburn Aq Mt lukem@netbsd.org wrote this freely-distributable name-service switch implementation, using ideas from the .Tn ULTRIX Modified: head/lib/libc/net/sourcefilter.3 ============================================================================== --- head/lib/libc/net/sourcefilter.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/net/sourcefilter.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -236,5 +236,4 @@ The functions first appeared in .Fx 7.0 . .Sh AUTHORS -Bruce M. Simpson -.Aq bms@FreeBSD.org +.An Bruce M. Simpson Aq Mt bms@FreeBSD.org Modified: head/lib/libc/posix1e/acl_add_flag_np.3 ============================================================================== --- head/lib/libc/posix1e/acl_add_flag_np.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_add_flag_np.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -94,4 +94,4 @@ function was added in The .Fn acl_add_flag_np function was written by -.An Edward Tomasz Napierala Aq trasz@FreeBSD.org . +.An Edward Tomasz Napierala Aq Mt trasz@FreeBSD.org . Modified: head/lib/libc/posix1e/acl_add_perm.3 ============================================================================== --- head/lib/libc/posix1e/acl_add_perm.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_add_perm.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -126,4 +126,4 @@ function was added in The .Fn acl_add_perm function was written by -.An Chris D. Faulhaber Aq jedgar@fxp.org . +.An Chris D. Faulhaber Aq Mt jedgar@fxp.org . Modified: head/lib/libc/posix1e/acl_calc_mask.3 ============================================================================== --- head/lib/libc/posix1e/acl_calc_mask.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_calc_mask.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -95,4 +95,4 @@ function was added in The .Fn acl_calc_mask function was written by -.An Chris D. Faulhaber Aq jedgar@fxp.org . +.An Chris D. Faulhaber Aq Mt jedgar@fxp.org . Modified: head/lib/libc/posix1e/acl_clear_flags_np.3 ============================================================================== --- head/lib/libc/posix1e/acl_clear_flags_np.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_clear_flags_np.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -76,4 +76,4 @@ function was added in The .Fn acl_clear_flags_np function was written by -.An Edward Tomasz Napierala Aq trasz@FreeBSD.org . +.An Edward Tomasz Napierala Aq Mt trasz@FreeBSD.org . Modified: head/lib/libc/posix1e/acl_clear_perms.3 ============================================================================== --- head/lib/libc/posix1e/acl_clear_perms.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_clear_perms.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -76,4 +76,4 @@ function was added in The .Fn acl_clear_perms function was written by -.An Chris D. Faulhaber Aq jedgar@fxp.org . +.An Chris D. Faulhaber Aq Mt jedgar@fxp.org . Modified: head/lib/libc/posix1e/acl_copy_entry.3 ============================================================================== --- head/lib/libc/posix1e/acl_copy_entry.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_copy_entry.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -82,4 +82,4 @@ function was added in The .Fn acl_copy_entry function was written by -.An Chris D. Faulhaber Aq jedgar@fxp.org . +.An Chris D. Faulhaber Aq Mt jedgar@fxp.org . Modified: head/lib/libc/posix1e/acl_create_entry.3 ============================================================================== --- head/lib/libc/posix1e/acl_create_entry.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_create_entry.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -95,4 +95,4 @@ function was added in The .Fn acl_create_entry function was written by -.An Chris D. Faulhaber Aq jedgar@fxp.org . +.An Chris D. Faulhaber Aq Mt jedgar@fxp.org . Modified: head/lib/libc/posix1e/acl_delete_entry.3 ============================================================================== --- head/lib/libc/posix1e/acl_delete_entry.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_delete_entry.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -98,4 +98,4 @@ function was added in The .Fn acl_delete_entry function was written by -.An Chris D. Faulhaber Aq jedgar@fxp.org . +.An Chris D. Faulhaber Aq Mt jedgar@fxp.org . Modified: head/lib/libc/posix1e/acl_delete_flag_np.3 ============================================================================== --- head/lib/libc/posix1e/acl_delete_flag_np.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_delete_flag_np.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -81,4 +81,4 @@ function was added in The .Fn acl_delete_flag_np function was written by -.An Edward Tomasz Napierala Aq trasz@FreeBSD.org . +.An Edward Tomasz Napierala Aq Mt trasz@FreeBSD.org . Modified: head/lib/libc/posix1e/acl_delete_perm.3 ============================================================================== --- head/lib/libc/posix1e/acl_delete_perm.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_delete_perm.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -81,4 +81,4 @@ function was added in The .Fn acl_delete_perm function was written by -.An Chris D. Faulhaber Aq jedgar@fxp.org . +.An Chris D. Faulhaber Aq Mt jedgar@fxp.org . Modified: head/lib/libc/posix1e/acl_get_brand_np.3 ============================================================================== --- head/lib/libc/posix1e/acl_get_brand_np.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_get_brand_np.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -83,4 +83,4 @@ function was added in The .Fn acl_get_brand_np function was written by -.An Edward Tomasz Napierala Aq trasz@FreeBSD.org . +.An Edward Tomasz Napierala Aq Mt trasz@FreeBSD.org . Modified: head/lib/libc/posix1e/acl_get_entry.3 ============================================================================== --- head/lib/libc/posix1e/acl_get_entry.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_get_entry.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -142,4 +142,4 @@ function was added in The .Fn acl_get_entry function was written by -.An Chris D. Faulhaber Aq jedgar@fxp.org . +.An Chris D. Faulhaber Aq Mt jedgar@fxp.org . Modified: head/lib/libc/posix1e/acl_get_entry_type_np.3 ============================================================================== --- head/lib/libc/posix1e/acl_get_entry_type_np.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_get_entry_type_np.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -77,4 +77,4 @@ function was added in The .Fn acl_get_entry_type_np function was written by -.An Edward Tomasz Napierala Aq trasz@FreeBSD.org . +.An Edward Tomasz Napierala Aq Mt trasz@FreeBSD.org . Modified: head/lib/libc/posix1e/acl_get_flag_np.3 ============================================================================== --- head/lib/libc/posix1e/acl_get_flag_np.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_get_flag_np.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -91,4 +91,4 @@ function was added in The .Fn acl_get_flag_np function was written by -.An Edward Tomasz Napierala Aq trasz@FreeBSD.org . +.An Edward Tomasz Napierala Aq Mt trasz@FreeBSD.org . Modified: head/lib/libc/posix1e/acl_get_flagset_np.3 ============================================================================== --- head/lib/libc/posix1e/acl_get_flagset_np.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_get_flagset_np.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -80,4 +80,4 @@ function was added in The .Fn acl_get_flagset_np function was written by -.An Edward Tomasz Napierala Aq trasz@FreeBSD.org . +.An Edward Tomasz Napierala Aq Mt trasz@FreeBSD.org . Modified: head/lib/libc/posix1e/acl_get_perm_np.3 ============================================================================== --- head/lib/libc/posix1e/acl_get_perm_np.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_get_perm_np.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -91,4 +91,4 @@ function was added in The .Fn acl_get_perm_np function was written by -.An Chris D. Faulhaber Aq jedgar@fxp.org . +.An Chris D. Faulhaber Aq Mt jedgar@fxp.org . Modified: head/lib/libc/posix1e/acl_get_permset.3 ============================================================================== --- head/lib/libc/posix1e/acl_get_permset.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_get_permset.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -80,4 +80,4 @@ function was added in The .Fn acl_get_permset function was written by -.An Chris D. Faulhaber Aq jedgar@fxp.org . +.An Chris D. Faulhaber Aq Mt jedgar@fxp.org . Modified: head/lib/libc/posix1e/acl_get_qualifier.3 ============================================================================== --- head/lib/libc/posix1e/acl_get_qualifier.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_get_qualifier.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -137,4 +137,4 @@ function was added in The .Fn acl_get_qualifier function was written by -.An Chris D. Faulhaber Aq jedgar@fxp.org . +.An Chris D. Faulhaber Aq Mt jedgar@fxp.org . Modified: head/lib/libc/posix1e/acl_get_tag_type.3 ============================================================================== --- head/lib/libc/posix1e/acl_get_tag_type.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_get_tag_type.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -82,4 +82,4 @@ function was added in The .Fn acl_get_tag_type function was written by -.An Chris D. Faulhaber Aq jedgar@fxp.org . +.An Chris D. Faulhaber Aq Mt jedgar@fxp.org . Modified: head/lib/libc/posix1e/acl_is_trivial_np.3 ============================================================================== --- head/lib/libc/posix1e/acl_is_trivial_np.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_is_trivial_np.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -82,4 +82,4 @@ The function was added in .Fx 8.0 . .Sh AUTHORS -.An Edward Tomasz Napierala Aq trasz@FreeBSD.org . +.An Edward Tomasz Napierala Aq Mt trasz@FreeBSD.org Modified: head/lib/libc/posix1e/acl_set_entry_type_np.3 ============================================================================== --- head/lib/libc/posix1e/acl_set_entry_type_np.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_set_entry_type_np.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -91,4 +91,4 @@ function was added in The .Fn acl_get_entry_type_np function was written by -.An Edward Tomasz Napierala Aq trasz@FreeBSD.org . +.An Edward Tomasz Napierala Aq Mt trasz@FreeBSD.org . Modified: head/lib/libc/posix1e/acl_set_flagset_np.3 ============================================================================== --- head/lib/libc/posix1e/acl_set_flagset_np.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_set_flagset_np.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -82,4 +82,4 @@ function was added in The .Fn acl_set_flagset_np function was written by -.An Edward Tomasz Napierala Aq trasz@FreeBSD.org . +.An Edward Tomasz Napierala Aq Mt trasz@FreeBSD.org . Modified: head/lib/libc/posix1e/acl_set_permset.3 ============================================================================== --- head/lib/libc/posix1e/acl_set_permset.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_set_permset.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -78,4 +78,4 @@ function was added in The .Fn acl_set_permset function was written by -.An Chris D. Faulhaber Aq jedgar@fxp.org . +.An Chris D. Faulhaber Aq Mt jedgar@fxp.org . Modified: head/lib/libc/posix1e/acl_set_qualifier.3 ============================================================================== --- head/lib/libc/posix1e/acl_set_qualifier.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_set_qualifier.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -88,4 +88,4 @@ function was added in The .Fn acl_get_qualifier function was written by -.An Chris D. Faulhaber Aq jedgar@fxp.org . +.An Chris D. Faulhaber Aq Mt jedgar@fxp.org . Modified: head/lib/libc/posix1e/acl_set_tag_type.3 ============================================================================== --- head/lib/libc/posix1e/acl_set_tag_type.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_set_tag_type.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -99,4 +99,4 @@ function was added in The .Fn acl_set_tag_type function was written by -.An Chris D. Faulhaber Aq jedgar@fxp.org . +.An Chris D. Faulhaber Aq Mt jedgar@fxp.org . Modified: head/lib/libc/posix1e/acl_strip_np.3 ============================================================================== --- head/lib/libc/posix1e/acl_strip_np.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/posix1e/acl_strip_np.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -106,4 +106,4 @@ The function was added in .Fx 8.0 . .Sh AUTHORS -.An Edward Tomasz Napierala Aq trasz@FreeBSD.org . +.An Edward Tomasz Napierala Aq Mt trasz@FreeBSD.org Modified: head/lib/libc/stdio/printf.3 ============================================================================== --- head/lib/libc/stdio/printf.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/stdio/printf.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -827,14 +827,14 @@ first appeared in the .Tn GNU C library. These were implemented by -.An Peter Wemm Aq peter@FreeBSD.org +.An Peter Wemm Aq Mt peter@FreeBSD.org in .Fx 2.2 , but were later replaced with a different implementation from .Ox 2.3 by -.An Todd C. Miller Aq Todd.Miller@courtesan.com . +.An Todd C. Miller Aq Mt Todd.Miller@courtesan.com . The .Fn dprintf and Modified: head/lib/libc/stdlib/a64l.3 ============================================================================== --- head/lib/libc/stdlib/a64l.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/stdlib/a64l.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -181,7 +181,7 @@ functions were added to .Fx by -.An Tom Rhodes Aq trhodes@FreeBSD.org . +.An Tom Rhodes Aq Mt trhodes@FreeBSD.org . Almost all of this manual page came from the .Tn POSIX standard. Modified: head/lib/libc/stdlib/strfmon.3 ============================================================================== --- head/lib/libc/stdlib/strfmon.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/stdlib/strfmon.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -171,10 +171,10 @@ function conforms to The .Fn strfmon function was implemented by -.An Alexey Zelkin Aq phantom@FreeBSD.org . +.An Alexey Zelkin Aq Mt phantom@FreeBSD.org . .Pp This manual page was written by -.An Jeroen Ruigrok van der Werven Aq asmodai@FreeBSD.org +.An Jeroen Ruigrok van der Werven Aq Mt asmodai@FreeBSD.org based on the standards' text. .Sh BUGS The Modified: head/lib/libc/string/memmem.3 ============================================================================== --- head/lib/libc/string/memmem.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/string/memmem.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -80,7 +80,7 @@ The function first appeared in .Fx 6.0 . .Sh AUTHORS -.An Pascal Gloor Aq pascal.gloor@spale.com +.An Pascal Gloor Aq Mt pascal.gloor@spale.com .Sh BUGS This function was broken in Linux libc up to and including version 5.0.9 and in GNU libc prior to version 2.1. Modified: head/lib/libc/string/strerror.3 ============================================================================== --- head/lib/libc/string/strerror.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/string/strerror.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -172,7 +172,7 @@ The function was implemented in .Fx 4.4 by -.An Wes Peters Aq wes@FreeBSD.org . +.An Wes Peters Aq Mt wes@FreeBSD.org . .Sh BUGS The .Fn strerror Modified: head/lib/libc/string/strtok.3 ============================================================================== --- head/lib/libc/string/strtok.3 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/string/strtok.3 Mon Jun 23 08:25:03 2014 (r267774) @@ -150,9 +150,8 @@ function conforms to .St -isoC . .Sh AUTHORS -.An Wes Peters , -Softweyr LLC: -.Aq wes@softweyr.com +.An Wes Peters Aq Mt wes@softweyr.com , +Softweyr LLC .Pp Based on the .Fx 3.0 Modified: head/lib/libc/sys/abort2.2 ============================================================================== --- head/lib/libc/sys/abort2.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/abort2.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -108,6 +108,6 @@ system call first appeared in The .Fn abort2 system call was designed by -.An "Poul-Henning Kamp" Aq phk@FreeBSD.org . +.An Poul-Henning Kamp Aq Mt phk@FreeBSD.org . It was implemented by -.An "Wojciech A. Koszek" Aq dunstan@freebsd.czest.pl . +.An Wojciech A. Koszek Aq Mt dunstan@freebsd.czest.pl . Modified: head/lib/libc/sys/aio_cancel.2 ============================================================================== --- head/lib/libc/sys/aio_cancel.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/aio_cancel.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -109,8 +109,8 @@ appeared in .An -nosplit This manual page was originally written by -.An Wes Peters Aq wes@softweyr.com . -.An Christopher M Sedore Aq cmsedore@maxwell.syr.edu +.An Wes Peters Aq Mt wes@softweyr.com . +.An Christopher M Sedore Aq Mt cmsedore@maxwell.syr.edu updated it when .Fn aio_cancel was implemented for Modified: head/lib/libc/sys/aio_error.2 ============================================================================== --- head/lib/libc/sys/aio_error.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/aio_error.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -98,4 +98,4 @@ system call first appeared in .Sh AUTHORS This manual page was written by -.An Wes Peters Aq wes@softweyr.com . +.An Wes Peters Aq Mt wes@softweyr.com . Modified: head/lib/libc/sys/aio_mlock.2 ============================================================================== --- head/lib/libc/sys/aio_mlock.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/aio_mlock.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -130,4 +130,4 @@ system call first appeared in .Fx 10.0 . .Sh AUTHORS The system call was introduced by -.An Gleb Smirnoff Aq glebius@FreeBSD.org . +.An Gleb Smirnoff Aq Mt glebius@FreeBSD.org . Modified: head/lib/libc/sys/aio_read.2 ============================================================================== --- head/lib/libc/sys/aio_read.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/aio_read.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -207,7 +207,7 @@ system call first appeared in .Sh AUTHORS This manual page was written by -.An Terry Lambert Aq terry@whistle.com . +.An Terry Lambert Aq Mt terry@whistle.com . .Sh BUGS Invalid information in .Fa iocb->_aiocb_private Modified: head/lib/libc/sys/aio_return.2 ============================================================================== --- head/lib/libc/sys/aio_return.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/aio_return.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -99,4 +99,4 @@ system call first appeared in .Sh AUTHORS This manual page was written by -.An Wes Peters Aq wes@softweyr.com . +.An Wes Peters Aq Mt wes@softweyr.com . Modified: head/lib/libc/sys/aio_suspend.2 ============================================================================== --- head/lib/libc/sys/aio_suspend.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/aio_suspend.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -114,4 +114,4 @@ system call first appeared in .Sh AUTHORS This manual page was written by -.An Wes Peters Aq wes@softweyr.com . +.An Wes Peters Aq Mt wes@softweyr.com . Modified: head/lib/libc/sys/aio_waitcomplete.2 ============================================================================== --- head/lib/libc/sys/aio_waitcomplete.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/aio_waitcomplete.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -134,4 +134,4 @@ system call first appeared in The .Fn aio_waitcomplete system call and this manual page were written by -.An Christopher M Sedore Aq cmsedore@maxwell.syr.edu . +.An Christopher M Sedore Aq Mt cmsedore@maxwell.syr.edu . Modified: head/lib/libc/sys/aio_write.2 ============================================================================== --- head/lib/libc/sys/aio_write.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/aio_write.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -202,7 +202,7 @@ system call first appeared in .Fx 3.0 . .Sh AUTHORS This manual page was written by -.An Wes Peters Aq wes@softweyr.com . +.An Wes Peters Aq Mt wes@softweyr.com . .Sh BUGS Invalid information in .Fa iocb->_aiocb_private Modified: head/lib/libc/sys/bindat.2 ============================================================================== --- head/lib/libc/sys/bindat.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/bindat.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -105,5 +105,5 @@ nor a file descriptor associated with a The .Nm was developed by -.An Pawel Jakub Dawidek Aq pawel@dawidek.net +.An Pawel Jakub Dawidek Aq Mt pawel@dawidek.net under sponsorship from the FreeBSD Foundation. Modified: head/lib/libc/sys/cap_fcntls_limit.2 ============================================================================== --- head/lib/libc/sys/cap_fcntls_limit.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/cap_fcntls_limit.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -122,5 +122,5 @@ Support for capabilities and capabilitie Project. .Sh AUTHORS This function was created by -.An Pawel Jakub Dawidek Aq pawel@dawidek.net +.An Pawel Jakub Dawidek Aq Mt pawel@dawidek.net under sponsorship of the FreeBSD Foundation. Modified: head/lib/libc/sys/cap_ioctls_limit.2 ============================================================================== --- head/lib/libc/sys/cap_ioctls_limit.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/cap_ioctls_limit.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -153,5 +153,5 @@ Support for capabilities and capabilitie Project. .Sh AUTHORS This function was created by -.An Pawel Jakub Dawidek Aq pawel@dawidek.net +.An Pawel Jakub Dawidek Aq Mt pawel@dawidek.net under sponsorship of the FreeBSD Foundation. Modified: head/lib/libc/sys/cap_rights_limit.2 ============================================================================== --- head/lib/libc/sys/cap_rights_limit.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/cap_rights_limit.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -153,5 +153,5 @@ Support for capabilities and capabilitie Project. .Sh AUTHORS This function was created by -.An Pawel Jakub Dawidek Aq pawel@dawidek.net +.An Pawel Jakub Dawidek Aq Mt pawel@dawidek.net under sponsorship of the FreeBSD Foundation. Modified: head/lib/libc/sys/connectat.2 ============================================================================== --- head/lib/libc/sys/connectat.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/connectat.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -105,5 +105,5 @@ nor a file descriptor associated with a The .Nm was developed by -.An Pawel Jakub Dawidek Aq pawel@dawidek.net +.An Pawel Jakub Dawidek Aq Mt pawel@dawidek.net under sponsorship from the FreeBSD Foundation. Modified: head/lib/libc/sys/cpuset.2 ============================================================================== --- head/lib/libc/sys/cpuset.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/cpuset.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -224,5 +224,5 @@ The .Nm family of system calls first appeared in .Fx 7.1 . -.Sh AUTHOR -.An Jeffrey Roberson Aq jeff@FreeBSD.org +.Sh AUTHORS +.An Jeffrey Roberson Aq Mt jeff@FreeBSD.org Modified: head/lib/libc/sys/cpuset_getaffinity.2 ============================================================================== --- head/lib/libc/sys/cpuset_getaffinity.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/cpuset_getaffinity.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -159,5 +159,5 @@ The .Nm family of system calls first appeared in .Fx 7.1 . -.Sh AUTHOR -.An Jeffrey Roberson Aq jeff@FreeBSD.org +.Sh AUTHORS +.An Jeffrey Roberson Aq Mt jeff@FreeBSD.org Modified: head/lib/libc/sys/ffclock.2 ============================================================================== --- head/lib/libc/sys/ffclock.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/ffclock.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -171,7 +171,7 @@ Feed-forward clock support first appeare .Sh AUTHORS .An -nosplit The feed-forward clock support was written by -.An Julien Ridoux Aq jridoux@unimelb.edu.au +.An Julien Ridoux Aq Mt jridoux@unimelb.edu.au in collaboration with -.An Darryl Veitch Aq dveitch@unimelb.edu.au +.An Darryl Veitch Aq Mt dveitch@unimelb.edu.au at the University of Melbourne under sponsorship from the FreeBSD Foundation. Modified: head/lib/libc/sys/kenv.2 ============================================================================== --- head/lib/libc/sys/kenv.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/kenv.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -171,9 +171,9 @@ or the value of a variable is longer tha .Sh AUTHORS .An -nosplit This manual page was written by -.An Chad David Aq davidc@FreeBSD.org . +.An Chad David Aq Mt davidc@FreeBSD.org . .Pp The .Fn kenv system call was written by -.An Maxime Henrion Aq mux@FreeBSD.org . +.An Maxime Henrion Aq Mt mux@FreeBSD.org . Modified: head/lib/libc/sys/kqueue.2 ============================================================================== --- head/lib/libc/sys/kqueue.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/kqueue.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -613,7 +613,7 @@ system calls 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 The .Fa timeout Modified: head/lib/libc/sys/kse.2 ============================================================================== --- head/lib/libc/sys/kse.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/kse.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -665,15 +665,15 @@ The KSE system calls first appeared in .Sh AUTHORS KSE was originally implemented by .An -nosplit -.An "Julian Elischer" Aq julian@FreeBSD.org , +.An Julian Elischer Aq Mt julian@FreeBSD.org , with additional contributions by -.An "Jonathan Mini" Aq mini@FreeBSD.org , -.An "Daniel Eischen" Aq deischen@FreeBSD.org , +.An Jonathan Mini Aq Mt mini@FreeBSD.org , +.An Daniel Eischen Aq Mt deischen@FreeBSD.org , and -.An "David Xu" Aq davidxu@FreeBSD.org . +.An David Xu Aq Mt davidxu@FreeBSD.org . .Pp This manual page was written by -.An "Archie Cobbs" Aq archie@FreeBSD.org . +.An Archie Cobbs Aq Mt archie@FreeBSD.org . .Sh BUGS The KSE code is .Ud Modified: head/lib/libc/sys/pdfork.2 ============================================================================== --- head/lib/libc/sys/pdfork.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/pdfork.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -188,9 +188,9 @@ Project. .Sh AUTHORS .An -nosplit These functions and the capability facility were created by -.An "Robert N. M. Watson" Aq rwatson@FreeBSD.org +.An Robert N. M. Watson Aq Mt rwatson@FreeBSD.org and -.An "Jonathan Anderson" Aq jonathan@FreeBSD.org +.An Jonathan Anderson Aq Mt jonathan@FreeBSD.org at the University of Cambridge Computer Laboratory with support from a grant from Google, Inc. .Sh BUGS Modified: head/lib/libc/sys/posix_fallocate.2 ============================================================================== --- head/lib/libc/sys/posix_fallocate.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/posix_fallocate.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -141,4 +141,4 @@ function appeared in .Sh AUTHORS .Fn posix_fallocate and this manual page were initially written by -.An Matthew Fleming Aq mdf@FreeBSD.org . +.An Matthew Fleming Aq Mt mdf@FreeBSD.org . Modified: head/lib/libc/sys/posix_openpt.2 ============================================================================== --- head/lib/libc/sys/posix_openpt.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/posix_openpt.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -137,4 +137,4 @@ is included for compatibility; in opening a terminal does not cause it to become a process's controlling terminal. .Sh AUTHORS -.An Ed Schouten Aq ed@FreeBSD.org +.An Ed Schouten Aq Mt ed@FreeBSD.org Modified: head/lib/libc/sys/pselect.2 ============================================================================== --- head/lib/libc/sys/pselect.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/pselect.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -120,4 +120,4 @@ function first appeared in The first implementation of .Fn pselect function and this manual page were written by -.An Garrett Wollman Aq wollman@FreeBSD.org . +.An Garrett Wollman Aq Mt wollman@FreeBSD.org . Modified: head/lib/libc/sys/rtprio.2 ============================================================================== --- head/lib/libc/sys/rtprio.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/rtprio.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -188,7 +188,7 @@ The specified process or thread was not .Sh AUTHORS .An -nosplit The original author was -.An Henrik Vestergaard Draboel Aq hvd@terry.ping.dk . +.An Henrik Vestergaard Draboel Aq Mt hvd@terry.ping.dk . This implementation in .Fx was substantially rewritten by Modified: head/lib/libc/sys/sendfile.2 ============================================================================== --- head/lib/libc/sys/sendfile.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/sendfile.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -315,4 +315,4 @@ The .Fn sendfile system call and this manual page were written by -.An David G. Lawrence Aq dg@dglawrence.com . +.An David G. Lawrence Aq Mt dg@dglawrence.com . Modified: head/lib/libc/sys/shm_open.2 ============================================================================== --- head/lib/libc/sys/shm_open.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/shm_open.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -275,8 +275,8 @@ The functions were reimplemented as syst directly rather than files in .Fx 8.0 . .Sh AUTHORS -.An Garrett A. Wollman Aq wollman@FreeBSD.org +.An Garrett A. Wollman Aq Mt wollman@FreeBSD.org (C library support and this manual page) .Pp -.An Matthew Dillon Aq dillon@FreeBSD.org +.An Matthew Dillon Aq Mt dillon@FreeBSD.org .Pq Dv MAP_NOSYNC Modified: head/lib/libc/sys/shutdown.2 ============================================================================== --- head/lib/libc/sys/shutdown.2 Mon Jun 23 08:23:05 2014 (r267773) +++ head/lib/libc/sys/shutdown.2 Mon Jun 23 08:25:03 2014 (r267774) @@ -171,7 +171,7 @@ constants appeared in .Sh AUTHORS .An -nosplit This manual page was updated by -.An Bruce M. Simpson Aq bms@FreeBSD.org +.An Bruce M. Simpson Aq Mt bms@FreeBSD.org to reflect how .Fn shutdown behaves with