diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-23 08:25:03 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-23 08:25:03 +0000 |
commit | 2cd08a11727920dd3a50c8e766944630d3a7bf2b (patch) | |
tree | f84fd27f9e5ae3ec09b797416a5dcab48c4a4138 /lib/libc/string | |
parent | 1f77f137dcb3454e98c731c4eefa5742c6393f7f (diff) | |
download | FreeBSD-src-2cd08a11727920dd3a50c8e766944630d3a7bf2b.zip FreeBSD-src-2cd08a11727920dd3a50c8e766944630d3a7bf2b.tar.gz |
use .Mt to mark up email addresses consistently (part4)
PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/memmem.3 | 2 | ||||
-rw-r--r-- | lib/libc/string/strerror.3 | 2 | ||||
-rw-r--r-- | lib/libc/string/strtok.3 | 5 |
3 files changed, 4 insertions, 5 deletions
diff --git a/lib/libc/string/memmem.3 b/lib/libc/string/memmem.3 index 73c267c..31cdf77 100644 --- a/lib/libc/string/memmem.3 +++ b/lib/libc/string/memmem.3 @@ -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. diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3 index 50b1555..a47494f 100644 --- a/lib/libc/string/strerror.3 +++ b/lib/libc/string/strerror.3 @@ -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 diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index 97a8b15..78c2265 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -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 |