[PATCH] PR docs/52514 - Handbook: Bluetooth chapter
Hiten Pandya
hmp at nxad.com
Mon Nov 10 11:55:41 UTC 2003
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 at FreeBSD.ORG
More information about the freebsd-doc
mailing list