[Bug 271830] man: ignores MANSECT and -S
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 271830] man: ignores MANSECT and -S"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.