]> pd.if.org Git - pdclib/blobdiff - man3/abort.3
Remove empty lines from manpages (lint errors)
[pdclib] / man3 / abort.3
index 4062011036691f62a86298a5619984e83f3d1206..8fcdc2181253530af21a163a1b428c34bcde7b0d 100644 (file)
@@ -4,19 +4,19 @@
 .Dd\r
 .Dt abort 3\r
 .Os\r
 .Dd\r
 .Dt abort 3\r
 .Os\r
-\r
+.\"\r
 .Sh NAME\r
 .Nm abort\r
 .Nd abnormal process termination\r
 .Sh NAME\r
 .Nm abort\r
 .Nd abnormal process termination\r
-\r
+.\"\r
 .Sh SYNOPSIS\r
 .In stdlib.h\r
 .Fn "noreturn void abort" "void"\r
 .Sh SYNOPSIS\r
 .In stdlib.h\r
 .Fn "noreturn void abort" "void"\r
-\r
+.\"\r
 .Sh DESCRIPTION\r
 .Fn abort\r
 causes abnormal process termination to occur.\r
 .Sh DESCRIPTION\r
 .Fn abort\r
 causes abnormal process termination to occur.\r
-\r
+.\"\r
 .Pp\r
 First,\r
 .Dv SIGABRT\r
 .Pp\r
 First,\r
 .Dv SIGABRT\r
@@ -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\r
 .Vt FILE\r
 streams are flushed before the process exits.\r
 It is implementation defined whether any open\r
 .Vt FILE\r
 streams are flushed before the process exits.\r
-\r
+.\"\r
 .Sh IMPLEMENTATION NOTES\r
 PDCLib implements termination (in the case that the \r
 .Dv SIGABRT\r
 .Sh IMPLEMENTATION NOTES\r
 PDCLib implements termination (in the case that the \r
 .Dv SIGABRT\r
@@ -39,13 +39,13 @@ Therefore, stream flushing rules for
 .Nm\r
 follow those defined for\r
 .Fn _Exit .\r
 .Nm\r
 follow those defined for\r
 .Fn _Exit .\r
-\r
+.\"\r
 .Sh SEE ALSO\r
 .Xr exit 3\r
 .Xr quick_exit 3\r
 .Xr _Exit 3\r
 .Xr raise 3\r
 .Sh SEE ALSO\r
 .Xr exit 3\r
 .Xr quick_exit 3\r
 .Xr _Exit 3\r
 .Xr raise 3\r
-\r
+.\"\r
 .Sh STANDARDS\r
 .Fn abort\r
 is first defined in\r
 .Sh STANDARDS\r
 .Fn abort\r
 is first defined in\r