summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>1999-09-25 22:42:12 +0000
committerchris <chris@FreeBSD.org>1999-09-25 22:42:12 +0000
commit63b516708260a4e9249939fafddcf44bb59f13a7 (patch)
treec1446a692ec71c7aebb704309bef76993d5d646b /lib
parent6f65528a75d341bbb80d484c72503727577eca08 (diff)
downloadFreeBSD-src-63b516708260a4e9249939fafddcf44bb59f13a7.zip
FreeBSD-src-63b516708260a4e9249939fafddcf44bb59f13a7.tar.gz
Change .Fn to .Xr on a couple of lines where abort(3) is referenced.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/malloc.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 55dffd6..de93382 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -147,7 +147,7 @@ and lowercase means that the behavior is not set, or off.
All warnings (except for the warning about unknown
flags being set), and failure to allocate memory become fatal.
The process will call
-.Fn abort 3
+.Xr abort 3
in these cases.
.It J
Each byte of new memory allocated by
@@ -197,7 +197,7 @@ option.
Rather than return failure for any allocation function,
display a diagnostic message on stderr and cause the program to drop
core (using
-.Fn abort 3 ).
+.Xr abort 3 ).
This option should be set at compile time by including the following in
the source code:
.Bd -literal -offset indent
OpenPOWER on IntegriCloud