diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-10-26 18:24:45 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-10-26 18:24:45 +0000 |
commit | a91b5f1fea06a915082619d8aef128f8a8561c60 (patch) | |
tree | 02024edb1075d78700e73da0263afdd6e6ca06a5 | |
parent | fa82530536530d833bfc3062e39e0143dcce3330 (diff) |
Manpage update to match changed functionality; by alex@FreeBSD.org
-rw-r--r-- | lib/libc/stdlib/abort.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/abort.3 b/lib/libc/stdlib/abort.3 index 0ea0749bd9c..bdf57797880 100644 --- a/lib/libc/stdlib/abort.3 +++ b/lib/libc/stdlib/abort.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: abort.3,v 1.2 1996/08/19 08:33:20 tholo Exp $ +.\" $OpenBSD: abort.3,v 1.3 1996/10/26 18:24:44 tholo Exp $ .\" .Dd June 29, 1991 .Dt 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 .Nm abort @@ -67,4 +67,4 @@ The .Fn abort function conforms to -.St -ansiC . +.St -p1003.1-90 . |