assert.3: Update manual page based on mandoc -Tlint

Execute the mandoc -Tlint option on assert(3). This results in two areas
of updates:

Remove invalid Rs block
Remove invalid Re block

Reviewed by:	mhorne
MFC after:	3 days
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1132
This commit is contained in:
Christopher Davidson 2024-03-04 22:39:52 -05:00 committed by Mitchell Horne
parent f0620ceecc
commit 3f72f36cf2
1 changed files with 0 additions and 4 deletions

View File

@ -120,19 +120,15 @@ If none is provided, it only points at the constraint.
.Xr abort2 2 ,
.Xr abort 3
.Sh STANDARDS
.Rs
The
.Fn assert
macro conforms to
.St -isoC-99 .
.Re
.Pp
.Rs
The
.Fn static_assert
macro conforms to
.St -isoC-2011 .
.Re
.Sh HISTORY
An
.Nm