You are not logged in.
$ pacman -Ql brush
brush /usr/
brush /usr/bin/
brush /usr/bin/brush
brush /usr/share/
brush /usr/share/doc/
brush /usr/share/doc/brush/
brush /usr/share/doc/brush/README.md
brush /usr/share/licenses/
brush /usr/share/licenses/brush/
brush /usr/share/licenses/brush/LICENSE
brush /usr/share/man/
brush /usr/share/man/man1.gzthe brush shell provides a man page, how can I read it? `man brush` doesn't work and `man man` doesn't work either.
Last edited by darthvader (2026-06-06 12:26:50)
Offline
Play through this: https://wiki.archlinux.org/title/Man_page
If this doesn't help, provide the actual error message or at least an actual description beyond "it doesn't work".
Offline
Have you tried passing the whole filepath to man, i.e. "man /usr/share/man/man1.gz"?
"Don't comment bad code - rewrite it." - The Elements of Programming Style (1978), Brian W. Kernighan & P. J. Plauger, p. 144.
Offline
I suspect a packaging issue on the Arch side, otherwise it would be possible to read the man page at https://man.archlinux.org/listing/extra/brush/. The path in the package, /usr/share/man/man1.gz looks suspicious, it should actually be at /usr/share/man/man1/brush.1.gz.
Mainboard: GIGABYTE B550 AORUS ELITE V2 | CPU: Ryzen 7 5800X | RAM: 32 GB
GPU: GeForce RTX 4060 8 GB (580.119.02 proprietary) | Display: BenQ BL2405 1920x1080
Kernel: 6.18.8 stable | Boot Manager: GRUB2 | DE: KDE Plasma | Login Manager: SDDM | Compositor: KWin
Offline
Have you tried passing the whole filepath to man, i.e. "man /usr/share/man/man1.gz"?
i just tried that and it works, good to know there's an inconvenient way to read the man page. starwolf3000's linked man page doesn't work either.
Offline
Online
Would be interesting to know, why man man doesn't work, either.
Offline
'man man' works fine here. Open a new topic about your issue.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Would be interesting to know, why man man doesn't work, either.
man `man man` works for man, but `man man` doesn't work for brush, which is expected here because that is the brush man page.
Last edited by darthvader (2026-06-07 06:39:07)
Offline
"man man" shall open /usr/share/man/man1/man.1.gz for you (as is provided by man-db)
If the former location of the brush manpage had been accepted by "man 5 manpath" at all it would rather have been "man man1"?
Online
I have misunderstood. Thank you for clarifying.
Offline