On Tue, 3 Feb 2026 at 17:21, Alexander Ziaee <[email protected]> wrote: > > The branch main has been updated by ziaee: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=9555d80066c919596e152f923d38d58a740cdb5f > > commit 9555d80066c919596e152f923d38d58a740cdb5f > Author: Artem Bunichev <[email protected]> > AuthorDate: 2026-02-03 16:14:09 +0000 > Commit: Alexander Ziaee <[email protected]> > CommitDate: 2026-02-03 16:20:26 +0000 > > sh.1: Fix rendering error due to redundant .El > > Due to this all the rest of the items in the Built-in Commands section > were not rendered at all. > > Fixes: 2711852bd9ac ("sh.1: Provide detailed job control documentation") > MFC after: 3 days > Reviewed by: emaste, ziaee > Differential Revision: https://reviews.freebsd.org/D55080 > --- > bin/sh/sh.1 | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-)
I still get warnings from groff and mandoc about the sh(1) manpage $ nroff -mandoc sh.1 >/dev/null mdoc warning: Using a macro as first argument cancels effect of .Cm (#2553) $ mandoc -T lint sh.1 mandoc: sh.1:2553:5: WARNING: skipping empty macro: Cm -Wolfram -- Wolfram Schneider <[email protected]> https://wolfram.schneider.org
