Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2024 18:24:20 GMT
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 3f72f36cf2f9 - main - assert.3: Update manual page based on mandoc -Tlint
Message-ID:  <202403211824.42LIOK4W060277@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mhorne:

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

commit 3f72f36cf2f92e00a248f729d50803232ff4cef8
Author:     Christopher Davidson <christopher.davidson@gmail.com>
AuthorDate: 2024-03-05 03:39:52 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-03-21 18:24:02 +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
---
 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 452903810958..f219aa1d6743 100644
--- a/share/man/man3/assert.3
+++ b/share/man/man3/assert.3
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403211824.42LIOK4W060277>