]> pd.if.org Git - pdclib/blobdiff - man3/assert.3
dos2unix
[pdclib] / man3 / assert.3
index 09f9307b554e1e3783607b08a8eda8d269f1c062..937a68b77b870ca78aa1a869b2df9a4e1e8cf88b 100644 (file)
@@ -1,43 +1,43 @@
-.\" 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 assert 3\r
-.Os\r
-.\"\r
-.Sh NAME\r
-.Nm assert\r
-.Nd validate assertion\r
-.\"\r
-.Sh SYNOPSIS\r
-.In assert.h\r
-.Fn "void assert" "<scalar expression>"\r
-.\"\r
-.Sh DESCRIPTION\r
-If\r
-.Dv NDEBUG\r
-was defined when\r
-.In assert.h\r
-was last included, the macro\r
-.Nm\r
-results in no code being generated. Otherwise, if the expression evaluates to \r
-false, an error message is printed to \r
-.Va stderr\r
-and execution is terminated by invoking\r
-.Fn abort .\r
-.Sh IMPLEMENTATION NOTES\r
-The enclosing function of the call to\r
-.Nm\r
-will only be printed in the error message when compiling for C99, or a later\r
-revision of the C standard. \r
-.\"\r
-.Sh SEE ALSO\r
-.Xr _Exit 3\r
-.Xr quick_exit 3\r
-.Xr exit 3\r
-.Xr abort 3\r
-.\"\r
-.Sh STANDARDS\r
-Conforming to\r
-.St -isoC-90 ,\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 assert 3
+.Os
+.\"
+.Sh NAME
+.Nm assert
+.Nd validate assertion
+.\"
+.Sh SYNOPSIS
+.In assert.h
+.Fn "void assert" "<scalar expression>"
+.\"
+.Sh DESCRIPTION
+If
+.Dv NDEBUG
+was defined when
+.In assert.h
+was last included, the macro
+.Nm
+results in no code being generated. Otherwise, if the expression evaluates to 
+false, an error message is printed to 
+.Va stderr
+and execution is terminated by invoking
+.Fn abort .
+.Sh IMPLEMENTATION NOTES
+The enclosing function of the call to
+.Nm
+will only be printed in the error message when compiling for C99, or a later
+revision of the C standard. 
+.\"
+.Sh SEE ALSO
+.Xr _Exit 3
+.Xr quick_exit 3
+.Xr exit 3
+.Xr abort 3
+.\"
+.Sh STANDARDS
+Conforming to
+.St -isoC-90 ,
 .St -isoC-99 .
\ No newline at end of file