diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-08 11:48:28 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-08 11:48:28 +0000 |
| commit | 6575e6daae316c2e0cdafbe764f9a6e232ff3ee7 (patch) | |
| tree | f029a640ea1451d65719cafec9eae942a7d4b0ac /lib/libc/stdlib | |
| parent | 3bc371d25d4386a85ff3c0f6e38d8fe9dd4e2c89 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/malloc.3 | 5 | ||||
| -rw-r--r-- | lib/libc/stdlib/rand.3 | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 67e84e930001..43ce4e397678 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -395,7 +395,10 @@ The allocation functions were compiled with .Dq EXTRA_SANITY defined, and an error was found during the additional error checking. Consult the source code for further information. -.It "mmap(2) failed, check limits +.It Xo +.Xr mmap 2 +failed, check limits +.Xc This most likely means that the system is dangerously overloaded or that the process' limits are incorrectly specified. .It "freelist is destroyed diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3 index d9c7b5401196..bc3bff03e247 100644 --- a/lib/libc/stdlib/rand.3 +++ b/lib/libc/stdlib/rand.3 @@ -59,7 +59,8 @@ .Fn rand_r "unsigned *ctx" .Sh DESCRIPTION .Bf -symbolic -These interfaces are obsoleted by random(3). +These interfaces are obsoleted by +.Xr random 3 . .Ef .Pp The |
