Date: Tue, 22 Apr 2003 16:56:40 -0400 From: Daniel Eischen <deischen@freebsd.org> To: current@freebsd.org Subject: Multiple (same) sets of man pages Message-ID: <3EA5AC88.83535AE6@freebsd.org>
next in thread | raw e-mail | index | archive | help
[ doc@ bcc:'d ] With 3 threading libraries, each with a set of the same man pages, how should this be handled? It doesn't make any sense to have all of them installed and yet it should still be possible to install all 3 thread libraries. Do we need a different heirarchy for threads? src/lib/threads/ -> man # common man pages -> libc_r -> man # libc_r specific man pages (if any) -> thread ... -> libthr -> man # libthr specific man pages (if any) -> thread ... -> libpthread -> man # libpthread specific man pages (if any) -> thread ... The easy way is just to remove the man pages from libthr and libpthread and just maintain those in libc_r. -- Dan Eischen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EA5AC88.83535AE6>