diff options
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 |