diff options
author | charnier <charnier@FreeBSD.org> | 1998-03-19 07:34:22 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1998-03-19 07:34:22 +0000 |
commit | 79fc0e555519ee116047038ddb2309feefbfcd1d (patch) | |
tree | 9f9f07d3c3fb86b509abe4632fda270d6c550807 /lib/libc/stdlib | |
parent | f055275992a02631ff93e032922d43e0d0a703ab (diff) | |
download | FreeBSD-src-79fc0e555519ee116047038ddb2309feefbfcd1d.zip FreeBSD-src-79fc0e555519ee116047038ddb2309feefbfcd1d.tar.gz |
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/random.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdlib/strtod.3 | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3 index 4691498..58ef724 100644 --- a/lib/libc/stdlib/random.3 +++ b/lib/libc/stdlib/random.3 @@ -161,8 +161,8 @@ generator is greater than .if t 2\u\s769\s10\d, .if n 2**69 which should be sufficient for most purposes. -.Sh AUTHOR -Earl T. Cohen +.Sh AUTHORS +.An Earl T. Cohen .Sh DIAGNOSTICS If .Fn initstate diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3 index e1d4c39..742157c 100644 --- a/lib/libc/stdlib/strtod.3 +++ b/lib/libc/stdlib/strtod.3 @@ -112,7 +112,8 @@ function conforms to .St -ansiC . .Sh AUTHORS -The author of this software is David M. Gay. +The author of this software is +.An David M. Gay . .Pp Copyright (c) 1991 by AT&T. .Pp |