diff --git a/share/man/man4/ng_bluetooth.4 b/share/man/man4/ng_bluetooth.4 index 5fb3ec09f97..bbe3a9148db 100644 --- a/share/man/man4/ng_bluetooth.4 +++ b/share/man/man4/ng_bluetooth.4 @@ -33,7 +33,7 @@ .Nd placeholder for global Bluetooth variables .Sh SYNOPSIS .In sys/types.h -.In ng_bluetooth.h +.In netgraph/bluetooth/include/ng_bluetooth.h .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/ng_bt3c.4 b/share/man/man4/ng_bt3c.4 index 99a745d482c..00e148b2d50 100644 --- a/share/man/man4/ng_bt3c.4 +++ b/share/man/man4/ng_bt3c.4 @@ -33,7 +33,7 @@ .Nd Netgraph node type that is also a 3Com Bluetooth PC card driver .Sh SYNOPSIS .In sys/types.h -.In ng_bt3c.h +.In netgraph/bluetooth/include/ng_bt3c.h .Sh DESCRIPTION The .Nm btccc diff --git a/share/man/man4/ng_btsocket.4 b/share/man/man4/ng_btsocket.4 index b8829472bb4..d3dfd56af4f 100644 --- a/share/man/man4/ng_btsocket.4 +++ b/share/man/man4/ng_btsocket.4 @@ -34,10 +34,10 @@ .Sh SYNOPSIS .In sys/types.h .In sys/socket.h -.In bitstring.h -.In ng_hci.h -.In ng_l2cap.h -.In ng_btsocket.h +.In sys/bitstring.h +.In netgraph/bluetooth/include/ng_hci.h +.In netgraph/bluetooth/include/ng_l2cap.h +.In netgraph/bluetooth/include/ng_btsocket.h .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/ng_h4.4 b/share/man/man4/ng_h4.4 index 760a19f2fc6..d3a944b10f0 100644 --- a/share/man/man4/ng_h4.4 +++ b/share/man/man4/ng_h4.4 @@ -33,9 +33,7 @@ .Nd Netgraph node type that is also an H4 line discipline .Sh SYNOPSIS .In sys/types.h -.In sys/ttycom.h -.In netgraph/ng_message.h -.In netgraph/ng_h4.h +.In netgraph/bluetooth/include/ng_h4.h .Sh DESCRIPTION The .Nm h4 diff --git a/share/man/man4/ng_hci.4 b/share/man/man4/ng_hci.4 index 37c0b732171..69d1c16f082 100644 --- a/share/man/man4/ng_hci.4 +++ b/share/man/man4/ng_hci.4 @@ -34,9 +34,7 @@ (HCI) layer .Sh SYNOPSIS .In sys/types.h -.In netgraph/ng_message.h -.In netgraph/netgraph.h -.In netgraph/ng_hci.h +.In netgraph/bluetooth/include/ng_hci.h .Sh DESCRIPTION The .Nm hci diff --git a/share/man/man4/ng_l2cap.4 b/share/man/man4/ng_l2cap.4 index d5c38a2e912..c19632b2852 100644 --- a/share/man/man4/ng_l2cap.4 +++ b/share/man/man4/ng_l2cap.4 @@ -34,10 +34,8 @@ Adaptation Protocol (L2CAP) .Sh SYNOPSIS .In sys/types.h -.In netgraph/ng_message.h -.In netgraph/netgraph.h -.In netgraph/ng_hci.h -.In netgraph/ng_l2cap.h +.In netgraph/bluetooth/include/ng_hci.h +.In netgraph/bluetooth/include/ng_l2cap.h .Sh DESCRIPTION The .Nm l2cap diff --git a/share/man/man4/ng_ubt.4 b/share/man/man4/ng_ubt.4 index ca6a5a6b88e..0178192dbaa 100644 --- a/share/man/man4/ng_ubt.4 +++ b/share/man/man4/ng_ubt.4 @@ -33,7 +33,7 @@ .Nd Netgraph node type that is also a driver for Bluetooth USB devices .Sh SYNOPSIS .In sys/types.h -.In ng_ubt.h +.In netgraph/bluetooth/include/ng_ubt.h .Sh DESCRIPTION The .Nm ubt