[Bug 294614] teken(3) man page not found
| Newsgroups | gmane.os.freebsd.devel.documentation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294614 --- Comment #5 from Kyle Evans <[email protected]> --- My personal favorite way to view this is that we have four tiers of libraries: - LIB/SHLIB - PRIVATELIB - INTERNALLIB - teken teken is almost an INTERNALLIB, but it's basically the niche of the niche. I think it'd be a lot more confusing to install it because it's not available as any of the other three categories, you have to .PATH over into the source. The build glue in sys/teken/libteken does install manpages if you're personally interested, but if you're neck-deep in it then I'm not sure I see the value in installing them (for man.f.o availability). -- You are receiving this mail because: You are on the CC list for the bug.