X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=man3%2Fassert.3;h=09f9307b554e1e3783607b08a8eda8d269f1c062;hb=1088cf7324e77983cbfbd8cab9783408d547882a;hp=d2874e384fd345183b6d096afcb284f6f2e34913;hpb=c66e7780ad17eb9af82dc61f4e3b44b7f0c890b2;p=pdclib.old diff --git a/man3/assert.3 b/man3/assert.3 index d2874e3..09f9307 100644 --- a/man3/assert.3 +++ b/man3/assert.3 @@ -4,15 +4,15 @@ .Dd .Dt assert 3 .Os - +.\" .Sh NAME .Nm assert .Nd validate assertion - +.\" .Sh SYNOPSIS .In assert.h .Fn "void assert" "" - +.\" .Sh DESCRIPTION If .Dv NDEBUG @@ -30,13 +30,13 @@ 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 ,