Date: Sun, 24 Dec 2023 05:56:50 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 274343] man(1) fails to render manpages that work correctly both with gnroff and mdocml Message-ID: <bug-274343-227-ND4pAdFuRV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-274343-227@https.bugs.freebsd.org/bugzilla/> References: <bug-274343-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=3D274343 G. Branden Robinson <g.branden.robinson@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |g.branden.robinson@gmail.co | |m --- Comment #3 from G. Branden Robinson <g.branden.robinson@gmail.com> --- I can reproduce the problem on my Debian system with the following. $ zcat /usr/share/man/man1/mksh.1.gz | groff -man -Tutf8 | head is a command interpreter intended for both interactive and shell script use. Its command language is a superset of the shell lan=E2=80=90 guage and largely compatible to the original Korn shell. At times, this manual page may give scripting advice; while it some=E2=80=90 times does take portable shell scripting or various standards into account all information is first and foremost presented with in mind and should be taken as such. Please refer to: Most builtins can be called directly, for example if a link points from its name to the shell; not all make sense, have been tested In other words, all I had to do was say "-man" instead of "-mandoc". That would make this a duplicate of bug #273245 (and bug #273565). --=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-274343-227-ND4pAdFuRV>