X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=man3%2Fassert.3;h=09f9307b554e1e3783607b08a8eda8d269f1c062;hp=d2874e384fd345183b6d096afcb284f6f2e34913;hb=4a3ef8e66ad07656caa1e6a2bc69823926b880e3;hpb=b5b6c4a890795ea76f9b92b817b0a83c6bb4862c 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 ,