From owner-freebsd-doc@FreeBSD.ORG Tue Aug 26 08:25:33 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3FEB16A4BF for ; Tue, 26 Aug 2003 08:25:32 -0700 (PDT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB19E43FCB for ; Tue, 26 Aug 2003 08:25:31 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (acs-24-154-229-196.zoominternet.net [24.154.229.196]) by pittgoth.com (8.12.9/8.12.9) with SMTP id h7QFPUvd076745 for ; Tue, 26 Aug 2003 11:25:30 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Tue, 26 Aug 2003 10:56:21 -0400 From: Tom Rhodes To: freebsd-doc@FreeBSD.org Message-Id: <20030826105621.31c83b95.trhodes@FreeBSD.org> In-Reply-To: <20030826082220.GG47959@garage.freebsd.pl> References: <20030826082220.GG47959@garage.freebsd.pl> X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: bsd.kmod.mk and manual pages. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2003 15:25:33 -0000 On Tue, 26 Aug 2003 10:22:20 +0200 Pawel Jakub Dawidek wrote: > Hello. > > How to put manual page to kld module using bsd.kmod.mk? > > There are some examples in /sys/modules/ of such usage: > > [...] > KMOD= foo > [...] > MAN4= foo.4 > [...] > Usually driver manual pages are added to section four, and then they are built with the Makefile from that location. Or did I misinterpret your question? -- Tom Rhodes