Date: Mon, 05 Jun 2023 07:13:02 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 271830] man: ignores MANSECT and -S Message-ID: <bug-271830-227-qckSq5kWBl@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-271830-227@https.bugs.freebsd.org/bugzilla/> References: <bug-271830-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=3D271830 --- Comment #1 from Yuri Pankov <yuripv@FreeBSD.org> --- There are 2 possible issues here: 1. Running "man -S 1p 1 grep" displays the grep(1) man page -- explicitly specifying mansect overrides -S/MANSECT. 2. "No manual entry for 1p" -- 1p is missing from the default sections list= , so it's treated as man page name and not section. What is the real use case here that is broken? --=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-271830-227-qckSq5kWBl>