[Bug 271830] man: ignores MANSECT and -S

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 05 Jun 2023 07:13:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271830

--- 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?

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