Deleted Added
full compact
bluetooth.3 (121054) bluetooth.3 (131504)
1.\" Copyright (c) 2003 Maksim Yevmenkin <m_evmenkin@yahoo.com>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 9 unchanged lines hidden (view full) ---

18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $Id: bluetooth.3,v 1.5 2003/05/20 23:04:30 max Exp $
1.\" Copyright (c) 2003 Maksim Yevmenkin <m_evmenkin@yahoo.com>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 9 unchanged lines hidden (view full) ---

18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $Id: bluetooth.3,v 1.5 2003/05/20 23:04:30 max Exp $
26.\" $FreeBSD: head/lib/libbluetooth/bluetooth.3 121054 2003-10-12 22:04:24Z emax $
26.\" $FreeBSD: head/lib/libbluetooth/bluetooth.3 131504 2004-07-02 23:52:20Z ru $
27.\"
28.Dd May 7, 2003
29.Dt BLUETOOTH 3
30.Os
31.Sh NAME
32.Nm bt_gethostbyname ,
33.Nm bt_gethostbyaddr ,
34.Nm bt_gethostent ,

--- 61 unchanged lines hidden (view full) ---

96The
97.Fa addr
98argument passed to
99.Fn bt_gethostbyaddr
100should point to an address which is
101.Fa len
102bytes long,
103in binary form
27.\"
28.Dd May 7, 2003
29.Dt BLUETOOTH 3
30.Os
31.Sh NAME
32.Nm bt_gethostbyname ,
33.Nm bt_gethostbyaddr ,
34.Nm bt_gethostent ,

--- 61 unchanged lines hidden (view full) ---

96The
97.Fa addr
98argument passed to
99.Fn bt_gethostbyaddr
100should point to an address which is
101.Fa len
102bytes long,
103in binary form
104(i.e. not an Bluetooth BD_ADDR in human readable
104(i.e., not an Bluetooth BD_ADDR in human readable
105.Tn ASCII
106form).
107The
108.Fa type
109argument specifies the address family of this address and must be set to
110.Dv AF_BLUETOOTH .
111.Pp
112The structure returned contains the information obtained from a line in

--- 181 unchanged lines hidden ---
105.Tn ASCII
106form).
107The
108.Fa type
109argument specifies the address family of this address and must be set to
110.Dv AF_BLUETOOTH .
111.Pp
112The structure returned contains the information obtained from a line in

--- 181 unchanged lines hidden ---