Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdlib note that abort(3) causes streams flushed an...
details: https://anonhg.NetBSD.org/src/rev/8d22b3ecebf7
branches: trunk
changeset: 535112:8d22b3ecebf7
user: yamt <yamt%NetBSD.org@localhost>
date: Sat Aug 10 16:47:54 2002 +0000
description:
note that abort(3) causes streams flushed and closed.
from OpenBSD.
diffstat:
lib/libc/stdlib/abort.3 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 6e8cd381b898 -r 8d22b3ecebf7 lib/libc/stdlib/abort.3
--- a/lib/libc/stdlib/abort.3 Sat Aug 10 16:34:29 2002 +0000
+++ b/lib/libc/stdlib/abort.3 Sat Aug 10 16:47:54 2002 +0000
@@ -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 @@
Calling the
.Fn abort
function results in temporary files being removed.
+Any open streams are flushed and closed.
.Sh RETURN VALUES
The
.Nm abort
Home |
Main Index |
Thread Index |
Old Index