tFix man lint warnings - dedup - deduplicating backup program
 (HTM) git clone git://git.z3bra.org/dedup.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d7d752d1f250ce41f0b9c63298c12375c86baf7f
 (DIR) parent b0e37d93a013e29a6ee2918eabe2708aa7022921
 (HTM) Author: sin <sin@2f30.org>
       Date:   Sun,  7 Apr 2019 10:38:31 +0100
       
       Fix man lint warnings
       
       Diffstat:
         M dedup.1                             |       7 ++++---
       
       1 file changed, 4 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/dedup.1 b/dedup.1
       t@@ -30,9 +30,10 @@ should be used and piped into
        .Bl -tag -width "-m message"
        .It Fl H Ar hash
        The cryptographic hash function used to identify
       -unique blocks in the store.  The supported hash functions
       -are blake2b and blake2bp.  This flag only has an effect when
       -initializing the repository.  By default blake2b is used.
       +unique blocks in the store.
       +The supported hash functions are blake2b and blake2bp.
       +This flag only has an effect when initializing the repository.
       +By default blake2b is used.
        .It Fl Z
        Disable compression support for this repository.
        This flag only has an effect when initializing the repository.