summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoryamt <yamt@NetBSD.org>2002-08-10 16:47:54 +0000
committeryamt <yamt@NetBSD.org>2002-08-10 16:47:54 +0000
commitcd575f9fb2d8709fa0dff9cdf3cf2877415eff36 (patch)
tree9533c7aaa175586e2a146cadf4e1226272bc233f /lib
parente7d9fe95ae3a9dacfa11b524dbf103f2fb80519d (diff)
note that abort(3) causes streams flushed and closed.
from OpenBSD.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/abort.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/abort.3 b/lib/libc/stdlib/abort.3
index 6ab7d74127c..799069e75e0 100644
--- a/lib/libc/stdlib/abort.3
+++ b/lib/libc/stdlib/abort.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: abort.3,v 1.8 2002/02/07 07:00:27 ross Exp $
+.\" $NetBSD: abort.3,v 1.9 2002/08/10 16:47:54 yamt Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -60,6 +60,7 @@ is being caught and the signal handler does not return.
Calling the
.Fn abort
function results in temporary files being removed.
+Any open streams are flushed and closed.
.Sh RETURN VALUES
The
.Nm abort