diff options
author | Frédéric Danis <frederic.danis@linux.intel.com> | 2012-12-17 16:09:53 +0100 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-12-17 17:53:14 +0200 |
commit | 73a1dbfef9cdbb74fa09eecf20a253d067b5cf73 (patch) | |
tree | e36724be5fb09a4e51b118271ebb2f7d25958111 /src | |
parent | 3f7e43ec652ac44ba88dd954449b728b5ec10665 (diff) | |
download | bluez-73a1dbfef9cdbb74fa09eecf20a253d067b5cf73.tar.gz |
bluetoothd: Remove storage info from man page
Diffstat (limited to 'src')
-rw-r--r-- | src/bluetoothd.8.in | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/src/bluetoothd.8.in b/src/bluetoothd.8.in index a7ae77b09..a89f02c2f 100644 --- a/src/bluetoothd.8.in +++ b/src/bluetoothd.8.in @@ -37,55 +37,5 @@ Use specific MTU size for SDP server. .I @CONFIGDIR@/main.conf Default location of the global configuration file. -.TP -.I @STORAGEDIR@/nn:nn:nn:nn:nn:nn/linkkeys -Default location for link keys of paired devices. The directory -\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP -is the address of the local device. The file is line separated, with -the following columns separated by whitespace: - -\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP Remote device address. - -\fInnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn\fP Link key. - -\fIn\fP Link type integer. - -.TP -.I @STORAGEDIR@/nn:nn:nn:nn:nn:nn/names -Default location for the device name cache. The directory -\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP -is the address of the local device. The file is line separated, with -the following columns separated by whitespace: - -\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP Remote device address. - -\fIname\fP Remote device name, terminated with newline. - -.TP -.I @STORAGEDIR@/nn:nn:nn:nn:nn:nn/features -Default location for the features cache. The directory -\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP -is the address of the local device. The file is line separated, with -the following columns separated by whitespace: - -\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP Remote device address. - -\fInnnnnnnnnnnnnnnn\fP Remote device LMP features coded as an 8 byte bitfield. - -.TP -.I @STORAGEDIR@/nn:nn:nn:nn:nn:nn/manufacturers -Default location for the manufacturers cache. The directory -\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP -is the address of the local device. The file is line separated, with -the following columns separated by whitespace: - -\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP\fB:\fP\fInn\fP Remote device address. - -\fIn\fP Remote device manufacturer integer. - -\fIn\fP Remote device LMP version integer. - -\fIn\fP Remote device LMP sub-version integer. - .SH "AUTHOR" This manual page was written by Marcel Holtmann, Philipp Matthias Hahn and Fredrik Noring. |