From c97c70f5d5ba5a3fad435c3b25ae6480b5ac86b7 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 30 Apr 2013 21:48:28 +0200 Subject: [PATCH] Fix typo in libnfc.conf.sample Fixes issue 247 --- NEWS | 2 +- libnfc.conf.sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c38361d..5590463 100644 --- a/NEWS +++ b/NEWS @@ -33,7 +33,7 @@ Configuration: activation. This file (/etc/nfc/libnfc.conf under GNU/Linux systems) supports already some keywords: - "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); - "log_level" to select library verbosity; - "device.name" and "device.connstring" to define a user device, diff --git a/libnfc.conf.sample b/libnfc.conf.sample index 2b7b9d8..2a472c1 100644 --- a/libnfc.conf.sample +++ b/libnfc.conf.sample @@ -6,7 +6,7 @@ # Allow intrusive auto-detection (default: false) # Warning: intrusive auto-detection can seriously disturb other devices # 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) # Valid log levels are (in order of verbosity): 0 (none), 1 (error), 2 (info), 3 (debug)