Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

man section weirdly sub-matches a different section when one of the files is not compressed #2745

Open
nekopsykose opened this issue Aug 21, 2024 · 0 comments

Comments

@nekopsykose
Copy link
Member

have the following (man-pages-posix + chimerautils-man):

/usr/share/man/man1/awk.1.gz
/usr/share/man/man1p/awk.1p

all of the following:

man awk
man 1 awk
man 1p awk

will open 1p. the second case should definitely not

this is an upstream bug but cbf for now

having awk.1p.gz fixes this; it only happens with mixed compression between files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant