svn commit: r267774 - in head/lib/libc: capability gen iconv net posix1e stdio stdlib string sys

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 23 08:25:22 UTC 2014


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  <franco at lastsummer.de>

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 at dawidek.net
+.An Pawel Jakub Dawidek Aq Mt pawel at 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 at dawidek.net
+.An Pawel Jakub Dawidek Aq Mt pawel at 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 at dawidek.net
+.An Pawel Jakub Dawidek Aq Mt pawel at 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 at FreeBSD.org .
+.An Garrett Wollman Aq Mt wollman at 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 at FreeBSD.org
+.An David Xu Aq Mt davidxu at 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 at FreeBSD.org
+.An Alexey Zelkin Aq Mt phantom at FreeBSD.org
 and later extended and improved by
-.An Alexander Kabaev
-.Aq kan at FreeBSD.org .
+.An Alexander Kabaev Aq Mt kan at FreeBSD.org .
 .Pp
 The manual page for this function was written by
-.An Alexey Zelkin
-.Aq phantom at FreeBSD.org .
+.An Alexey Zelkin Aq Mt phantom at 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 at sigmasoft.com
+.An Thorsten Lockert Aq Mt tholo at 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 at cs.rice.edu .
+.An Alan L. Cox Aq Mt alc at 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 at FreeBSD.org
+.An Ed Schouten Aq Mt ed at 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 at FreeBSD.org
+.An Ed Schouten Aq Mt ed at 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 at FreeBSD.org
+.An Ed Schouten Aq Mt ed at 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 at FreeBSD.org
+.An Ed Schouten Aq Mt ed at 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 at FreeBSD.org
+.An Ed Schouten Aq Mt ed at 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 at FreeBSD.org
+.An Ed Schouten Aq Mt ed at 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 at FreeBSD.org
+.An Ed Schouten Aq Mt ed at 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 at FreeBSD.org
+.An Ed Schouten Aq Mt ed at 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 at FreeBSD.org
+.An Ed Schouten Aq Mt ed at 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 at FreeBSD.org
+.An Ed Schouten Aq Mt ed at 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 at FreeBSD.org
+.An Ed Schouten Aq Mt ed at 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 at FreeBSD.org
+.An Peter Wemm Aq Mt peter at FreeBSD.org
 stole the idea from the
 .Sy "Sendmail 8.7.3"
 source code by
-.An Eric Allman Aq eric at sendmail.org .
+.An Eric Allman Aq Mt eric at 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 at FreeBSD.org .
+.An Garrett Wollman Aq Mt wollman at 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 at FreeBSD.org .
+.An Gabor Kovesdan Aq Mt gabor at 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 at FreeBSD.org .
+.An Gabor Kovesdan Aq Mt gabor at 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 at FreeBSD.org .
+.An Gabor Kovesdan Aq Mt gabor at 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 at FreeBSD.org .
+.An Gabor Kovesdan Aq Mt gabor at 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 at netbsd.org
+.An Luke Mewburn Aq Mt lukem at 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 at FreeBSD.org
+.An Bruce M. Simpson Aq Mt bms at 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 at FreeBSD.org .
+.An Edward Tomasz Napierala Aq Mt trasz at 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 at fxp.org .
+.An Chris D. Faulhaber Aq Mt jedgar at 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 at fxp.org .
+.An Chris D. Faulhaber Aq Mt jedgar at 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 at FreeBSD.org .
+.An Edward Tomasz Napierala Aq Mt trasz at 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 at fxp.org .
+.An Chris D. Faulhaber Aq Mt jedgar at 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 at fxp.org .
+.An Chris D. Faulhaber Aq Mt jedgar at 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 at fxp.org .
+.An Chris D. Faulhaber Aq Mt jedgar at 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 at fxp.org .
+.An Chris D. Faulhaber Aq Mt jedgar at 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 at FreeBSD.org .
+.An Edward Tomasz Napierala Aq Mt trasz at 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 at fxp.org .
+.An Chris D. Faulhaber Aq Mt jedgar at 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 at FreeBSD.org .
+.An Edward Tomasz Napierala Aq Mt trasz at 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 at fxp.org .
+.An Chris D. Faulhaber Aq Mt jedgar at 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 at FreeBSD.org .
+.An Edward Tomasz Napierala Aq Mt trasz at 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 at FreeBSD.org .
+.An Edward Tomasz Napierala Aq Mt trasz at 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 at FreeBSD.org .
+.An Edward Tomasz Napierala Aq Mt trasz at 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 at fxp.org .
+.An Chris D. Faulhaber Aq Mt jedgar at 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 at fxp.org .
+.An Chris D. Faulhaber Aq Mt jedgar at 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 at fxp.org .
+.An Chris D. Faulhaber Aq Mt jedgar at 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 at fxp.org .
+.An Chris D. Faulhaber Aq Mt jedgar at 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 at FreeBSD.org .
+.An Edward Tomasz Napierala Aq Mt trasz at 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 at FreeBSD.org .
+.An Edward Tomasz Napierala Aq Mt trasz at 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 at FreeBSD.org .
+.An Edward Tomasz Napierala Aq Mt trasz at 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 at fxp.org .
+.An Chris D. Faulhaber Aq Mt jedgar at 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 at fxp.org .
+.An Chris D. Faulhaber Aq Mt jedgar at 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 at fxp.org .
+.An Chris D. Faulhaber Aq Mt jedgar at 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 at FreeBSD.org .
+.An Edward Tomasz Napierala Aq Mt trasz at 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 at FreeBSD.org
+.An Peter Wemm Aq Mt peter at 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 at courtesan.com .
+.An Todd C. Miller Aq Mt Todd.Miller at 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 at FreeBSD.org .
+.An Tom Rhodes Aq Mt trhodes at 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 at FreeBSD.org .
+.An Alexey Zelkin Aq Mt phantom at FreeBSD.org .
 .Pp
 This manual page was written by
-.An Jeroen Ruigrok van der Werven Aq asmodai at FreeBSD.org
+.An Jeroen Ruigrok van der Werven Aq Mt asmodai at 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 at spale.com
+.An Pascal Gloor Aq Mt pascal.gloor at 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 at FreeBSD.org .
+.An Wes Peters Aq Mt wes at 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 at softweyr.com
+.An Wes Peters Aq Mt wes at 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 at FreeBSD.org .
+.An Poul-Henning Kamp Aq Mt phk at FreeBSD.org .
 It was implemented by
-.An "Wojciech A. Koszek" Aq dunstan at freebsd.czest.pl .
+.An Wojciech A. Koszek Aq Mt dunstan at 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 at softweyr.com .
-.An Christopher M Sedore Aq cmsedore at maxwell.syr.edu
+.An Wes Peters Aq Mt wes at softweyr.com .
+.An Christopher M Sedore Aq Mt cmsedore at 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 at softweyr.com .
+.An Wes Peters Aq Mt wes at 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 at FreeBSD.org .
+.An Gleb Smirnoff Aq Mt glebius at 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 at whistle.com .
+.An Terry Lambert Aq Mt terry at 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 at softweyr.com .
+.An Wes Peters Aq Mt wes at 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 at softweyr.com .
+.An Wes Peters Aq Mt wes at 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 at maxwell.syr.edu .
+.An Christopher M Sedore Aq Mt cmsedore at 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 at softweyr.com .
+.An Wes Peters Aq Mt wes at 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 at dawidek.net
+.An Pawel Jakub Dawidek Aq Mt pawel at 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 at dawidek.net
+.An Pawel Jakub Dawidek Aq Mt pawel at 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 at dawidek.net
+.An Pawel Jakub Dawidek Aq Mt pawel at 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 at dawidek.net
+.An Pawel Jakub Dawidek Aq Mt pawel at 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 at dawidek.net
+.An Pawel Jakub Dawidek Aq Mt pawel at 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 at FreeBSD.org
+.Sh AUTHORS
+.An Jeffrey Roberson Aq Mt jeff at 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 at FreeBSD.org
+.Sh AUTHORS
+.An Jeffrey Roberson Aq Mt jeff at 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 at unimelb.edu.au
+.An Julien Ridoux Aq Mt jridoux at unimelb.edu.au
 in collaboration with
-.An Darryl Veitch Aq dveitch at unimelb.edu.au
+.An Darryl Veitch Aq Mt dveitch at 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 at FreeBSD.org .
+.An Chad David Aq Mt davidc at FreeBSD.org .
 .Pp
 The
 .Fn kenv
 system call was written by
-.An Maxime Henrion Aq mux at FreeBSD.org .
+.An Maxime Henrion Aq Mt mux at 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 at FreeBSD.org .
+.An Jonathan Lemon Aq Mt jlemon at 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 at FreeBSD.org ,
+.An Julian Elischer Aq Mt julian at FreeBSD.org ,
 with additional contributions by
-.An "Jonathan Mini" Aq mini at FreeBSD.org ,
-.An "Daniel Eischen" Aq deischen at FreeBSD.org ,
+.An Jonathan Mini Aq Mt mini at FreeBSD.org ,
+.An Daniel Eischen Aq Mt deischen at FreeBSD.org ,
 and
-.An "David Xu" Aq davidxu at FreeBSD.org .
+.An David Xu Aq Mt davidxu at FreeBSD.org .
 .Pp
 This manual page was written by
-.An "Archie Cobbs" Aq archie at FreeBSD.org .
+.An Archie Cobbs Aq Mt archie at 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 at FreeBSD.org
+.An Robert N. M. Watson Aq Mt rwatson at FreeBSD.org
 and
-.An "Jonathan Anderson" Aq jonathan at FreeBSD.org
+.An Jonathan Anderson Aq Mt jonathan at 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 at FreeBSD.org .
+.An Matthew Fleming Aq Mt mdf at 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 at FreeBSD.org
+.An Ed Schouten Aq Mt ed at 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 at FreeBSD.org .
+.An Garrett Wollman Aq Mt wollman at 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 at terry.ping.dk .
+.An Henrik Vestergaard Draboel Aq Mt hvd at 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 at dglawrence.com .
+.An David G. Lawrence Aq Mt dg at 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 at FreeBSD.org
+.An Garrett A. Wollman Aq Mt wollman at FreeBSD.org
 (C library support and this manual page)
 .Pp
-.An Matthew Dillon Aq dillon at FreeBSD.org
+.An Matthew Dillon Aq Mt dillon at 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 at FreeBSD.org
+.An Bruce M. Simpson Aq Mt bms at FreeBSD.org
 to reflect how
 .Fn shutdown
 behaves with


More information about the svn-src-head mailing list