From: =?UTF-8?q?Kai=20Wasserb=C3=A4ch?= <debian@carbon-project.org>
Date: Tue, 13 Apr 2010 20:41:48 +0200
Subject: [PATCH] Fix hyphen-used-as-minus-sign (reported by Lintian).
---
puf.1 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/puf.1 b/puf.1
index d0b1556..ec0a90c 100644
--- a/puf.1
+++ b/puf.1
@@ -3,7 +3,7 @@
.\" All Rights Reserved
.TH puf 1 "11 Oct 2000"
.SH NAME
-puf \- http client for parallel downloading
+puf - http client for parallel downloading
.SH SYNTAX
.LP
.BI "puf" " [options] url [url ...]"
@@ -16,7 +16,7 @@ The main difference is that
tries to download as many urls as possible in parallel.
.PP
The available options vary between different versions.
-Simply run `puf -h' to get a list of available options.
+Simply run `puf \-h' to get a list of available options.
.SH "SEE ALSO"
.BR ftp (1),
.BR lynx (1)
--