]> pd.if.org Git - pdclib/blobdiff - man3/abort.3
dos2unix
[pdclib] / man3 / abort.3
index 8fcdc2181253530af21a163a1b428c34bcde7b0d..502318bffb894f46de3fd17105481eeaf15d2478 100644 (file)
@@ -1,52 +1,52 @@
-.\" This file is part of the Public Domain C Library (PDCLib).\r
-.\" Permission is granted to use, modify, and / or redistribute at will.\r
-.\"\r
-.Dd\r
-.Dt abort 3\r
-.Os\r
-.\"\r
-.Sh NAME\r
-.Nm abort\r
-.Nd abnormal process termination\r
-.\"\r
-.Sh SYNOPSIS\r
-.In stdlib.h\r
-.Fn "noreturn void abort" "void"\r
-.\"\r
-.Sh DESCRIPTION\r
-.Fn abort\r
-causes abnormal process termination to occur.\r
-.\"\r
-.Pp\r
-First,\r
-.Dv SIGABRT\r
-will be raised, as if by\r
-.Fn raise SIGABRT .\r
-If the signal is not being caught, or the handler which catches the signal \r
-returns, \r
-.Fn abort\r
-will then proceed to cause the process to terminate with a failure exit status.\r
-It is implementation defined whether any open\r
-.Vt FILE\r
-streams are flushed before the process exits.\r
-.\"\r
-.Sh IMPLEMENTATION NOTES\r
-PDCLib implements termination (in the case that the \r
-.Dv SIGABRT\r
-handler returns) by calling\r
-.Fn _Exit EXIT_FAILURE .\r
-Therefore, stream flushing rules for\r
-.Nm\r
-follow those defined for\r
-.Fn _Exit .\r
-.\"\r
-.Sh SEE ALSO\r
-.Xr exit 3\r
-.Xr quick_exit 3\r
-.Xr _Exit 3\r
-.Xr raise 3\r
-.\"\r
-.Sh STANDARDS\r
-.Fn abort\r
-is first defined in\r
+.\" This file is part of the Public Domain C Library (PDCLib).
+.\" Permission is granted to use, modify, and / or redistribute at will.
+.\"
+.Dd
+.Dt abort 3
+.Os
+.\"
+.Sh NAME
+.Nm abort
+.Nd abnormal process termination
+.\"
+.Sh SYNOPSIS
+.In stdlib.h
+.Fn "noreturn void abort" "void"
+.\"
+.Sh DESCRIPTION
+.Fn abort
+causes abnormal process termination to occur.
+.\"
+.Pp
+First,
+.Dv SIGABRT
+will be raised, as if by
+.Fn raise SIGABRT .
+If the signal is not being caught, or the handler which catches the signal 
+returns, 
+.Fn abort
+will then proceed to cause the process to terminate with a failure exit status.
+It is implementation defined whether any open
+.Vt FILE
+streams are flushed before the process exits.
+.\"
+.Sh IMPLEMENTATION NOTES
+PDCLib implements termination (in the case that the 
+.Dv SIGABRT
+handler returns) by calling
+.Fn _Exit EXIT_FAILURE .
+Therefore, stream flushing rules for
+.Nm
+follow those defined for
+.Fn _Exit .
+.\"
+.Sh SEE ALSO
+.Xr exit 3
+.Xr quick_exit 3
+.Xr _Exit 3
+.Xr raise 3
+.\"
+.Sh STANDARDS
+.Fn abort
+is first defined in
 .St -isoC-90 .
\ No newline at end of file