X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=man3%2Fabort.3;h=8fcdc2181253530af21a163a1b428c34bcde7b0d;hb=29bef599b18dd551f96520ae051994706805157c;hp=4062011036691f62a86298a5619984e83f3d1206;hpb=c66e7780ad17eb9af82dc61f4e3b44b7f0c890b2;p=pdclib.old 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