Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Dec 2022 15:07:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 268568] FreeBSD basic manual pages should not depend on external packages or ports
Message-ID:  <bug-268568-227-Qf0uGDrH9n@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268568-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268568-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268568

--- Comment #2 from Wolfram Schneider <wosch@FreeBSD.org> ---
Looking at the shell script man(1) I see that mandoc fails with exit status=
 4
for the given parameters:

$ /usr/bin/zcat /usr/share/man/man1/lesskey.1.gz | mandoc -Tlint -Wunsupp
mandoc: <stdin>:220:3: UNSUPP: ignoring macro in table: goto-mark

$ echo $?
4

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268568-227-Qf0uGDrH9n>