From 3f72f36cf2f92e00a248f729d50803232ff4cef8 Mon Sep 17 00:00:00 2001 From: Christopher Davidson Date: Mon, 4 Mar 2024 22:39:52 -0500 Subject: [PATCH] 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 45290381095..f219aa1d674 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