Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Nov 2003 03:55:25 -0800
From:      Hiten Pandya <hmp@nxad.com>
To:        Maksim Yevmenkin <m_evmenkin@yahoo.com>
Cc:        imp@freebsd.org
Subject:   Re: [PATCH] PR docs/52514 - Handbook: Bluetooth chapter
Message-ID:  <20031110115525.GB68841@perrin.nxad.com>
In-Reply-To: <20031110030955.98188.qmail@web40309.mail.yahoo.com>
References:  <20031110030955.98188.qmail@web40309.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Nov 09, 2003 at 07:09:55PM -0800, Maksim Yevmenkin wrote:
: Hello,
: 
: please review attached patch for the FreeBSD handbook. i'm asking for review
: and permission to commit this before 5.2 freeze happens. please respond.

	Maksim, it would be great if you could move the Bluetooth
	section below the Wireless Networking section in the Advanced
	Networking chapter.  This eases section flipping when Handbook
	is printed, and also they are both related topics.

	On the side note, while I was reviewing the Bluetooth section, I
	tripped upon the ng_ubt(4) manual page.  It seems that the
	include files for your bluetooth are not situated properly.

	For example:

		# cat > a.c
		#include <netgraph/bluetooth/ng_ubt.h>
		int main(void) { return 0; }
	
	This will not work, because the ng_ubt.h is not copied over to
	/usr/include/netgraph/bluetooth.  If you can commit a fix for
	this, it will be great, and after that, I could fix the manual
	page.

	Regards,

-- 
Hiten Pandya
hmp@FreeBSD.ORG



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