From 4914e3cb5eeacd401344063cda178274a94f533c Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Tue, 15 Dec 2009 21:19:20 +0200
Subject: [PATCH] doc/wput.1: hyphen fixes


Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
 doc/wput.1 |   28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

--- a/doc/wput.1
+++ b/doc/wput.1
@@ -49,7 +49,7 @@
 local file's location. e.g. using wput ftp://host/directory/path/file, Wput
 will look out for /directory/path/file. If not found, Wput looks for ./directory/path/file, ./path/file and ./file.
 .SH "OPTIONS"
-.Sh "Basic Startup Options"
+.SH "Basic Startup Options"
 .IP "\fB\-V\fR" 4
 .IX Item "-V"
 .PD 0
@@ -72,7 +72,7 @@
 .PD
 Go to background immediately after startup.  If no output file is given,
 wput will redirect its output to "./wputlog"
-.Sh "Logging and Input File Options"
+.SH "Logging and Input File Options"
 .IX Subsection "Logging and Input File Options"
 .IP "\fB\-o\fR \fIlogfile\fR" 4
 .IX Item "-o logfile"
@@ -110,8 +110,8 @@
 .IX Item "--less-verbose"
 .PD
 Be less verbose. That means reducing Wput's output to a minimun. Specifiing
-this flag more often is equal to the --quiet flag.
-Some people also like combining the -v and -nv flags, being quite senseless.
+this flag more often is equal to the \-\-quiet flag.
+Some people also like combining the \-v and \-nv flags, being quite senseless.
 .IP "\fB\-i\fR \fIfile\fR" 4
 .IX Item "-i file"
 .PD 0
@@ -125,9 +125,9 @@
 If \fIfile\fR is \-, the URLs will be read from stdin.
 .PD
 If you want to pipe the contents of the file that shall be uploaded to
-stdin, this cannot be done (yet). But you can use the --input-pipe flag
-and read the contents a) from a named pipe -I "cat named.pipe; echo > /dev/null" or b)
-directly from the command, that outputs the data. (See --input-pipe)
+stdin, this cannot be done (yet). But you can use the \-\-input\-pipe flag
+and read the contents a) from a named pipe \-I "cat named.pipe; echo > /dev/null" or b)
+directly from the command, that outputs the data. (See \-\-input\-pipe)
 .PD
 Do \fBnot\fR do things like \fIfind | wput ftp://host/ \-i \-\fR!
 Wput would upload all files from the current directory (since the first output
@@ -153,7 +153,7 @@
 .PD
 This option causes Wput to snip \fIpath\fR from all input\-files when they are
 connected to the URL. wput /usr/share/doc.tgz ftp://host/ would create
-ftp://host//usr/share/doc.tgz, whereas specifing /usr/share/ as basename will
+ftp://host//usr/share/doc.tgz, whereas specifying /usr/share/ as basename will
 result in ftp://host/doc.tgz being created.
 .IP "\fB\-I\fR \fIcommand\fR" 4
 .IX Item "-I command"
@@ -168,8 +168,8 @@
 .IP "" 4
 .PD
 The hostname is only supplied if the ip cannot be resolved.
-If you do not want these parameters to confuse the programm from which you read
-the contents, use something like '-I "cat file; echo > /dev/null"' so that these
+If you do not want these parameters to confuse the program from which you read
+the contents, use something like '\-I "cat file; echo > /dev/null"' so that these
 parameters are passed to echo and to /dev/null afterwards.
 Since the progressbar is not capable of handling unknown filesizes, the filesize
 is set to 1 GiB. Therefore the ETA shows a wrong value.
@@ -180,7 +180,7 @@
 .IX Item "--remove-source-files"
 .PD
 Unlinks/deletes files that have been successfully transmitted.
-.Sh "Upload Options"
+.SH "Upload Options"
 .IX Subsection "Upload Options"
 .IP "\fB\-\-bind\-address=\fR\fI\s-1ADDRESS\s0\fR" 4
 .IX Item "--bind-address=ADDRESS"
@@ -194,7 +194,7 @@
 .IP "\fB\-\-tries=\fR\fInumber\fR" 4
 .IX Item "--tries=number"
 .PD
-Set number of retries to \fInumber\fR.  Specify -1 for infinite retrying,
+Set number of retries to \fInumber\fR. Specify \-1 for infinite retrying,
 which is default, too.
 .IP "\fB\-nc\fR" 4
 .IX Item "-nc"
@@ -276,7 +276,7 @@
 .IP "\fB\-\-proxy-pass=\fR\fIPASS\fR" 4
 .IX Item "--proxy-pass=PASS"
 Specifies the password to use for the proxy.
-.Sh "FTP Options"
+.SH "FTP Options"
 .IX Subsection "FTP Options"
 .IP "\fB\-p\fR" 4
 .IX Item "-p"
@@ -295,7 +295,7 @@
 .IX Item "--ascii"
 Wput automatically determines which transfer\-format to use, by looking at
 the file-extensions. Certain files are recognized as ASCII. These are:
-txt, c, java, cpp, sh, f, f90, f77, f95, bas", pro, csh, ksh, conf, htm, html, php, pl, cgi, inf, js, asp, bat, cfm, css, dhtml, diz, h, hpp, ini, mak, nfo, shtml, shtm, tcl, pas
+txt, c, java, cpp, sh, f, f90, f77, f95, bas, pro, csh, ksh, conf, htm, html, php, pl, cgi, inf, js, asp, bat, cfm, css, dhtml, diz, h, hpp, ini, mak, nfo, shtml, shtm, tcl, pas
 .PD
 Specifying this flag forces Wput to use ASCII mode file transfers.
 .IP "\fB\-B\fR" 4
