diff options
Diffstat (limited to 'static/freebsd/man5/bluetooth.hosts.5 4.html')
| -rw-r--r-- | static/freebsd/man5/bluetooth.hosts.5 4.html | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/static/freebsd/man5/bluetooth.hosts.5 4.html b/static/freebsd/man5/bluetooth.hosts.5 4.html new file mode 100644 index 00000000..3e008a3a --- /dev/null +++ b/static/freebsd/man5/bluetooth.hosts.5 4.html @@ -0,0 +1,55 @@ +<table class="head"> + <tr> + <td class="head-ltitle">BLUETOOTH.HOSTS(5)</td> + <td class="head-vol">File Formats Manual</td> + <td class="head-rtitle">BLUETOOTH.HOSTS(5)</td> + </tr> +</table> +<div class="manual-text"> +<section class="Sh"> +<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> +<p class="Pp"><code class="Nm">bluetooth.hosts</code> — + <span class="Nd">Bluetooth host name database</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The <span class="Pa">/etc/bluetooth/hosts</span> file contains + information regarding the known Bluetooth hosts. For each Bluetooth host a + single line should be present with the following information:</p> +<div class="Bd Pp Bd-indent"> +<pre>Bluetooth address +official host name +aliases</pre> +</div> +<p class="Pp">Items are separated by any number of blanks and/or tab characters. + A ‘<code class="Li">#</code>’ indicates the beginning of a + comment; characters up to the end of the line are not interpreted by + routines which search the file.</p> +<p class="Pp">Bluetooth addresses are specified as six hex bytes separated by + columns (BD_ADDR). Host names may contain any printable character other than + a field delimiter, newline, or comment character.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1> +<dl class="Bl-tag Bl-compact"> + <dt><span class="Pa">/etc/bluetooth/hosts</span></dt> + <dd style="width: auto;"> </dd> +</dl> +</section> +<section class="Sh"> +<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp"><a class="Xr">bluetooth(3)</a></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> +<p class="Pp"><span class="An">Maksim Yevmenkin</span> + <<a class="Mt" href="mailto:m_evmenkin@yahoo.com">m_evmenkin@yahoo.com</a>></p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">May 8, 2003</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
