git: c8aac78681e5 - stable/14 - assert.3: Update manual page based on mandoc -Tlint

From: Mitchell Horne <mhorne_at_FreeBSD.org>
Date: Thu, 18 Apr 2024 18:19:05 UTC
The branch stable/14 has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=c8aac78681e505908673aa2f1497035c5126c84f

commit c8aac78681e505908673aa2f1497035c5126c84f
Author:     Christopher Davidson <christopher.davidson@gmail.com>
AuthorDate: 2024-03-05 03:39:52 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-04-18 18:18:34 +0000

    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
    
    (cherry picked from commit 3f72f36cf2f92e00a248f729d50803232ff4cef8)
---
 share/man/man3/assert.3 | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/share/man/man3/assert.3 b/share/man/man3/assert.3
index 5d29f242ae45..9ec0aed9ec1c 100644
--- a/share/man/man3/assert.3
+++ b/share/man/man3/assert.3
@@ -122,19 +122,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