From cd575f9fb2d8709fa0dff9cdf3cf2877415eff36 Mon Sep 17 00:00:00 2001 From: yamt Date: Sat, 10 Aug 2002 16:47:54 +0000 Subject: note that abort(3) causes streams flushed and closed. from OpenBSD. --- lib/libc/stdlib/abort.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/stdlib') 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 -- cgit