https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204017
Andreas Perstinger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Andreas Perstinger <[email protected]> --- As noticed by Allan Jude, the easy fix would be to change the default man path in man.cgi. Another solution would be to use the "vendor" attribute (as explained in share/xml/man-refs.ent) if it exists on the "citerefentry" element and add the corresponding "manpath" URL parameter to the link. But then we also need to add two more aliases in man.cgi because the vendor values "xorg" (currently used by 17 entries) and "ports" (currently used by 40 entries) are not known to the script. ("current" isn't known either but the 5 entries in man-refs.ent that use it [devfs, device.hints, nullfs, acpiconf, usbconfig] are all in the base system and when the value of the "manpath" parameter isn't known to the script, it falls back to the default. Thus I would rather modify the entries in man-refs.ent, i.e. remove the vendor attribute from these entries.) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
