summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1996-10-26 18:14:44 +0000
committeralex <alex@FreeBSD.org>1996-10-26 18:14:44 +0000
commit7f80fc5431c88854be4fc7c1cbf91549d7cf3a74 (patch)
tree1eb6058746e24b45ccbda6b0fb875664eb30b17e /lib
parent2389c0e613ea4ad0155e725d3ceb2c997a0d3e95 (diff)
downloadFreeBSD-src-7f80fc5431c88854be4fc7c1cbf91549d7cf3a74.zip
FreeBSD-src-7f80fc5431c88854be4fc7c1cbf91549d7cf3a74.tar.gz
Note that streams are now flushed on abort.
Change standards section to reflect POSIX 1003.1-1990 conformance.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/abort.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/abort.3 b/lib/libc/stdlib/abort.3
index f1e6589..17717e9 100644
--- a/lib/libc/stdlib/abort.3
+++ b/lib/libc/stdlib/abort.3
@@ -53,7 +53,7 @@ signal
.Dv SIGABRT
is being caught and the signal handler does not return.
.Pp
-No open streams are closed or flushed.
+Any open streams are flushed and closed.
.Sh RETURN VALUES
The
.Fn abort
@@ -67,4 +67,4 @@ The
.Fn abort
function
conforms to
-.St -ansiC .
+.St -p1003.1-90 .
OpenPOWER on IntegriCloud