diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-03-24 16:54:41 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-03-24 16:54:41 +0000 |
commit | 4500e3be8f2cd50536f29f04f94ba67a264c28dc (patch) | |
tree | a3dc8e93f2b7641bd28a34f21faf80a5bd4d54f0 /hcid/hcid.8 | |
parent | 22dfbf516115cee3a2cc7e3c1defe92e41e74fc7 (diff) |
Add manpages for hcid and hcid.conf
Diffstat (limited to 'hcid/hcid.8')
-rw-r--r-- | hcid/hcid.8 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/hcid/hcid.8 b/hcid/hcid.8 new file mode 100644 index 00000000..2ef8ed31 --- /dev/null +++ b/hcid/hcid.8 @@ -0,0 +1,39 @@ +.\" +.TH "HCID" "8" "March 2004" "hcid - HCI daemon" "System management commands" +.SH "NAME" +hcid \- Bluetooth Host Controller Interface Daemon + +.SH "SYNOPSIS" +.B hcid +[ +.B \-n +] [ +.B \-f +.I config\-file +] + +.SH "DESCRIPTION" +This manual page documents briefly the +.B hcid +daemon, which manages all the Bluetooth devices. +.B hcid +itself does not accept many command\-line options, as most of its +configuration is done in the +.B hcid.conf +file, which has its own man page. +.SH "OPTIONS" +.TP +.B \-n +Don't fork to run daemon in background. +.TP +.BI \-f\ config\-file +Use alternate configuration file instead of /etc/bluetooth/hcid.conf +.SH "FILES" +.TP +.I /etc/bluetooth/hcid.conf +Default location of the global configuration file. + +.SH "SEE ALSO" +\fBhcid.conf\fR(5) +.SH "AUTHOR" +This manual page was written by Philipp Matthias Hahn. |