diff options
Diffstat (limited to 'src/lib/libc/stdlib/abort.3')
-rw-r--r-- | src/lib/libc/stdlib/abort.3 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/lib/libc/stdlib/abort.3 b/src/lib/libc/stdlib/abort.3 index a0dfba7e80..743d42dd8a 100644 --- a/src/lib/libc/stdlib/abort.3 +++ b/src/lib/libc/stdlib/abort.3 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: abort.3,v 1.5 1999/06/29 18:36:17 aaron Exp $ | 36 | .\" $OpenBSD: abort.3,v 1.6 2000/04/20 13:50:01 aaron Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
39 | .Dt ABORT 3 | 39 | .Dt ABORT 3 |
@@ -48,8 +48,7 @@ | |||
48 | .Sh DESCRIPTION | 48 | .Sh DESCRIPTION |
49 | The | 49 | The |
50 | .Fn abort | 50 | .Fn abort |
51 | function causes abnormal program termination to occur, unless the | 51 | function causes abnormal program termination to occur, unless the signal |
52 | signal | ||
53 | .Dv SIGABRT | 52 | .Dv SIGABRT |
54 | is being caught and the signal handler does not return. | 53 | is being caught and the signal handler does not return. |
55 | .Pp | 54 | .Pp |
@@ -57,14 +56,12 @@ Any open streams are flushed and closed. | |||
57 | .Sh RETURN VALUES | 56 | .Sh RETURN VALUES |
58 | The | 57 | The |
59 | .Fn abort | 58 | .Fn abort |
60 | function | 59 | function never returns. |
61 | never returns. | ||
62 | .Sh SEE ALSO | 60 | .Sh SEE ALSO |
63 | .Xr sigaction 2 , | 61 | .Xr sigaction 2 , |
64 | .Xr exit 3 | 62 | .Xr exit 3 |
65 | .Sh STANDARDS | 63 | .Sh STANDARDS |
66 | The | 64 | The |
67 | .Fn abort | 65 | .Fn abort |
68 | function | 66 | function conforms to |
69 | conforms to | ||
70 | .St -p1003.1-90 . | 67 | .St -p1003.1-90 . |