Fix typo in libnfc.conf.sample

Fixes issue 247
This commit is contained in:
Philippe Teuwen 2013-04-30 21:48:28 +02:00
parent 41ec6d49f6
commit c97c70f5d5
2 changed files with 2 additions and 2 deletions

2
NEWS
View file

@ -33,7 +33,7 @@ Configuration:
activation. This file (/etc/nfc/libnfc.conf under GNU/Linux systems) activation. This file (/etc/nfc/libnfc.conf under GNU/Linux systems)
supports already some keywords: supports already some keywords:
- "allow_autoscan" to enable/disable device auto-detection feature; - "allow_autoscan" to enable/disable device auto-detection feature;
- "allow_intrusive_autoscan" to enable/disable intrusive auto-detection - "allow_intrusive_scan" to enable/disable intrusive auto-detection
(ie. serial port probing); (ie. serial port probing);
- "log_level" to select library verbosity; - "log_level" to select library verbosity;
- "device.name" and "device.connstring" to define a user device, - "device.name" and "device.connstring" to define a user device,

View file

@ -6,7 +6,7 @@
# Allow intrusive auto-detection (default: false) # Allow intrusive auto-detection (default: false)
# Warning: intrusive auto-detection can seriously disturb other devices # Warning: intrusive auto-detection can seriously disturb other devices
# This option is not recommended, user should prefer to add manually his device. # This option is not recommended, user should prefer to add manually his device.
#allow_intrusive_autoscan = false #allow_intrusive_scan = false
# Set log level (default: error) # Set log level (default: error)
# Valid log levels are (in order of verbosity): 0 (none), 1 (error), 2 (info), 3 (debug) # Valid log levels are (in order of verbosity): 0 (none), 1 (error), 2 (info), 3 (debug)