Date: Mon, 27 Dec 2021 09:44:05 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 260724] [PATCH] manual pages refer to incorrect sections, to ports, and break mandoc(1) Message-ID: <bug-260724-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260724 Bug ID: 260724 Summary: [PATCH] manual pages refer to incorrect sections, to ports, and break mandoc(1) Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Manual Pages Assignee: bugs@FreeBSD.org Reporter: vvulpes0@gmail.com CC: doc@FreeBSD.org Created attachment 230452 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D230452&action= =3Dedit A patch, as generated by git format-patch against the stable/13 branch Some cross-references in manual pages point to one section while the page in question actually resides in another, such as referencing free(2) instead of free(3). I have corrected many of these. Other pages cross-reference a page that would only exist if a port were installed. I have added pointers to some of them. Others reference comman= ds that do not seem to exist in the base system or in ports, these were left alone. Finally, cxgbetool.8 had a large table rewritten in order to avoid mandoc(1) errors about unsupported macros in tables, thus no longer requiring ports/textproc/groff be installed in order to view its contents. --=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-260724-227>