]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
man(1) can't handle compressed included files.
authoredwin <edwin@FreeBSD.org>
Thu, 20 Sep 2007 21:37:29 +0000 (21:37 +0000)
committeredwin <edwin@FreeBSD.org>
Thu, 20 Sep 2007 21:37:29 +0000 (21:37 +0000)
commit4c08b03e8e53a05635c7f94ccfdec04534ec8f9f
treef8a0f6a139be448d5579e1993f50ef4249502160
parente25b203061b232137e025efc647ecdab594849dd
man(1) can't handle compressed included files.

Some ports will install with compressed manpages. man handles
this by looking for the .gz version of a man source file.
It is also common to include other files with the .so
directive where commands or functions share a man page.
Traditionally ports have had to handle this by either not
compressing the manpages, or using the _MLINKS macro in the
port makefile to create symlinks to the actual source file,
rather than using .so versions. Notably, the current version
of Xorg port breaks. See ports/113096 and ports/115845.

PR: bin/115850
Submitted by: Callum Gibson <callumgibson@optusnet.com.au>
Approved by: re@ (ken smith), grog@ (mentor)
MFC after: 1 week
gnu/usr.bin/man/man/man.c