From a7806d192d07c1ca017c00a9c4522094fed5d027 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 2 Dec 2019 10:48:29 +0100 Subject: [PATCH] recoll.conf.5: avoid apostrophe in 1st column --- src/doc/man/recoll.conf.5 | 3 +-- src/sampleconf/recoll.conf | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/doc/man/recoll.conf.5 b/src/doc/man/recoll.conf.5 index ec45e1d0..9b5a7714 100644 --- a/src/doc/man/recoll.conf.5 +++ b/src/doc/man/recoll.conf.5 @@ -292,8 +292,7 @@ will reduce the index size. This can only be set for a whole index, not for a subtree. .TP .BI "dehyphenate = "bool -Determines if we index -'coworker' also when the input is 'co-worker'. This is new +Determines if we index 'coworker' also when the input is 'co-worker'. This is new in version 1.22, and on by default. Setting the variable to off allows restoring the previous behaviour. .TP diff --git a/src/sampleconf/recoll.conf b/src/sampleconf/recoll.conf index 55162764..4884b96a 100644 --- a/src/sampleconf/recoll.conf +++ b/src/sampleconf/recoll.conf @@ -310,8 +310,8 @@ indexStoreDocText = 1 # for a subtree. #nonumbers = 0 -# Determines if we index -# 'coworker' also when the input is 'co-worker'.This is new +# Determines if we index 'coworker' +# also when the input is 'co-worker'.This is new # in version 1.22, and on by default. Setting the variable to off allows # restoring the previous behaviour. #dehyphenate = 1