[Bug 268568] FreeBSD basic manual pages should not depend on external packages or ports
Date: Mon, 26 Dec 2022 15:07:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268568 --- 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 -- You are receiving this mail because: You are the assignee for the bug.