tRework manpages - 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 d3215159f1843f628d80661a88c3bd9cde376737
(DIR) parent fd1b9fb53ac259c05339fc3bda38583463e0ab92
(HTM) Author: sin <sin@2f30.org>
Date: Thu, 25 Apr 2019 18:21:48 +0100
Rework manpages
Diffstat:
M dup-init.1 | 9 ++++-----
M dup-pack.1 | 4 ++--
M dup-unpack.1 | 2 +-
3 files changed, 7 insertions(+), 8 deletions(-)
---
(DIR) diff --git a/dup-init.1 b/dup-init.1
t@@ -1,4 +1,4 @@
-.Dd April 18, 2019
+.Dd April 25, 2019
.Dt DUP-INIT 1
.Os
.Sh NAME
t@@ -15,12 +15,9 @@
initializes a dedup repository.
If no
.Ar repo
-is specified, then the current directory
-is assumed to be the repository.
+is specified the current working directory is used.
.Sh OPTIONS
.Bl -tag -width "-Z compressor"
-.It Fl v
-Enable verbose mode.
.It Fl H Ar hash
The cryptographic hash function used to identify
unique blocks in the store.
t@@ -33,6 +30,8 @@ in the store.
The supported compressor functions are none and snappy.
This flag only has an effect when initializing the repository.
By default snappy is used.
+.It Fl v
+Enable verbose mode.
.El
.Sh AUTHORS
.An Dimitris Papastamos Aq Mt sin@2f30.org ,
(DIR) diff --git a/dup-pack.1 b/dup-pack.1
t@@ -18,14 +18,14 @@ and stores it in the repository.
.Pp
.Nm
does not track any file metadata so to deduplicate
-directory trees, an archival tool like
+a directory tree,
.Xr tar 1
should be used and piped into
.Nm .
.Sh OPTIONS
.Bl -tag -width "-r repo"
.It Fl r Ar repo
-Set repository directory.
+Repository directory.
By default the current working directory is used.
.It Fl v
Enable verbose mode.
(DIR) diff --git a/dup-unpack.1 b/dup-unpack.1
t@@ -17,7 +17,7 @@ from the dedup repository and writes the data to stdout.
.Sh OPTIONS
.Bl -tag -width "-r repo"
.It Fl r Ar repo
-Set repository directory.
+Repository directory.
By default the current working directory is used.
.It Fl v
Enable verbose mode.