URI: 
       Fix man lint warnings - dedup - deduplicating backup program
  HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit d7d752d1f250ce41f0b9c63298c12375c86baf7f
   DIR parent b0e37d93a013e29a6ee2918eabe2708aa7022921
  HTML 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
       @@ -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.