commit d3215159f1843f628d80661a88c3bd9cde376737
parent fd1b9fb53ac259c05339fc3bda38583463e0ab92
Author: sin <sin@2f30.org>
Date: Thu, 25 Apr 2019 18:21:48 +0100
Rework manpages
Diffstat:
3 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/dup-init.1 b/dup-init.1
@@ -1,4 +1,4 @@
-.Dd April 18, 2019
+.Dd April 25, 2019
.Dt DUP-INIT 1
.Os
.Sh NAME
@@ -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.
@@ -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 ,
diff --git a/dup-pack.1 b/dup-pack.1
@@ -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.
diff --git a/dup-unpack.1 b/dup-unpack.1
@@ -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.