X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=man3%2Fabort.3;h=8fcdc2181253530af21a163a1b428c34bcde7b0d;hp=4062011036691f62a86298a5619984e83f3d1206;hb=4a3ef8e66ad07656caa1e6a2bc69823926b880e3;hpb=b5b6c4a890795ea76f9b92b817b0a83c6bb4862c diff --git a/man3/abort.3 b/man3/abort.3 index 4062011..8fcdc21 100644 --- a/man3/abort.3 +++ b/man3/abort.3 @@ -4,19 +4,19 @@ .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 @@ -29,7 +29,7 @@ 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 @@ -39,13 +39,13 @@ 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