You are not logged in.
I'm packaging c++ manpages generated from cppreference, but I found that gcc also provides c++ man pages (of course the contents are different and I think the gcc one is almost unreadable).
Of course I should not write conflicts=('gcc'), and, according to the arch packaging standards, I should never install my manpages into /usr/local/share/man/, then how can I solve the problem?
Offline
First and foremost, if you are unhappy with the gcc docs, report a bug and send in your patch upstream.
Offline
See the plan9port package. It places manpages in a custom location then adds it to MANPATH with a script in /etc/profile.d.
"Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it."—Linus Torvalds
s/ftp/git/
https://iandouglasscott.com | https://github.org/ids1024 | https://keybase.io/ids1024
Offline
I suppose you can also install them as e.g. /usr/share/man/man3/foo.3cpp.gz
This silver ladybug at line 28...
Offline