Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2003 19:47:34 +0200
From:      Pawel Jakub Dawidek <nick@garage.freebsd.pl>
To:        "Simon L. Nielsen" <simon@FreeBSD.org>
Cc:        freebsd-doc@FreeBSD.org
Subject:   Re: bsd.kmod.mk and manual pages.
Message-ID:  <20030826174734.GJ47959@garage.freebsd.pl>
In-Reply-To: <20030826160202.GF403@FreeBSD.org>
References:  <20030826082220.GG47959@garage.freebsd.pl> <20030826105621.31c83b95.trhodes@FreeBSD.org> <20030826155417.GI47959@garage.freebsd.pl> <20030826160202.GF403@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--Epi5nlKhkk4Kf+ga
Content-Type: text/plain; charset=iso-8859-2
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Aug 26, 2003 at 06:02:02PM +0200, Simon L. Nielsen wrote:
+> Normally in FreeBSD all the kernel manual pages are located under
+> src/share/man/man?/ .  I assume the reason you want to include the
+> manual page with the module, is because it's a 3rd party module which
+> are not being distriubted as part of FreeBSD?

Yes, but in base system are also modules that screams for this
functionality:)

Here is the list of Makefiles for modules that use variable 'NOMAN':

	/sys/modules/drm/mga/Makefile
	/sys/modules/drm/r128/Makefile
	/sys/modules/drm/radeon/Makefile
	/sys/modules/drm/tdfx/Makefile
	/sys/modules/netgraph/fec/Makefile
	/sys/modules/raidframe/Makefile
	/sys/modules/ubsa/Makefile
	/sys/modules/ucom/Makefile
	/sys/modules/udf/Makefile
	/sys/modules/ufm/Makefile
	/sys/modules/uftdi/Makefile
	/sys/modules/uplcom/Makefile
	/sys/modules/uvisor/Makefile
	/sys/modules/uvscom/Makefile
	/sys/modules/umct/Makefile

And those use 'MAN4' variable:

	/sys/modules/netgraph/bluetooth/bluetooth/Makefile
	/sys/modules/netgraph/bluetooth/bt3c/Makefile
	/sys/modules/netgraph/bluetooth/h4/Makefile
	/sys/modules/netgraph/bluetooth/hci/Makefile
	/sys/modules/netgraph/bluetooth/l2cap/Makefile
	/sys/modules/netgraph/bluetooth/socket/Makefile
	/sys/modules/netgraph/bluetooth/ubt/Makefile
	/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile

--=20
Pawel Jakub Dawidek                       pawel@dawidek.net
UNIX Systems Programmer/Administrator     http://garage.freebsd.pl
Am I Evil? Yes, I Am!                     http://cerber.sourceforge.net

--Epi5nlKhkk4Kf+ga
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iQCVAwUBP0udNj/PhmMH/Mf1AQFlCgP8CvtMe0j0UV1sSN6YbRv9RI7DaylaCMR2
lMHnVKc4abYBQNoYvWlpYNmwyvGnH9/XexiiFMINHR497XDOZ/9NhViCaxbwmgwZ
l6C7bgi/wMZoQs1VIC3ORdVMiyZYCMurMP4wvlYWi+ZJ5JXbkvKdjyifOMMh+zlI
8+9YOecjWWc=
=Ws0B
-----END PGP SIGNATURE-----

--Epi5nlKhkk4Kf+ga--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030826174734.GJ47959>