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