diff options
author | Christopher Davidson <christopher.davidson@gmail.com> | 2024-03-05 03:39:52 +0000 |
---|---|---|
committer | Mitchell Horne <mhorne@FreeBSD.org> | 2024-03-21 18:24:02 +0000 |
commit | 3f72f36cf2f92e00a248f729d50803232ff4cef8 (patch) | |
tree | 7b446f5886927fca0997ea55c09285715f742a3c | |
parent | f0620ceeccf070a69352105c5dbc23cff499a732 (diff) |
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
-rw-r--r-- | share/man/man3/assert.3 | 4 |
1 files changed, 0 insertions, 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 |