diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1998-03-19 07:34:22 +0000 | 
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1998-03-19 07:34:22 +0000 | 
| commit | a5941fc2aae12cb42e24117b2979147c9c7c5571 (patch) | |
| tree | 7d6c51e5269edc367ff2f8c58fa182337526ea73 /lib/libc/stdlib | |
| parent | 05e61fd508c08e30fa81c73e67f025e4960afd2c (diff) | |
Notes
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 469149824060..58ef724ee92a 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 e1d4c394d932..742157c222f5 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  | 
