diff options
author | 1996-10-26 18:24:44 +0000 | |
---|---|---|
committer | 1996-10-26 18:24:44 +0000 | |
commit | 60fd8007641c4088c95dcd1afc772a5fe74dc6d5 (patch) | |
tree | 1a0750078a6869f89a741ae55b38319123f1833b /lib/libc/stdlib | |
parent | we are so ftp bounce paranoid, we checked twice! (diff) | |
download | wireguard-openbsd-60fd8007641c4088c95dcd1afc772a5fe74dc6d5.tar.xz wireguard-openbsd-60fd8007641c4088c95dcd1afc772a5fe74dc6d5.zip |
Manpage update to match changed functionality; by alex@FreeBSD.org
Diffstat (limited to 'lib/libc/stdlib')
-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 . |