Code

patches: Updated manpage_hyphen.dpatch.
[pkg-cadaver.git] / debian / patches / manpage_hyphen.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## manpage_hyphen.dpatch by Sebastian Harl <sh@tokkee.org>
3 ##
4 ## DP: Do not use hyphens as minus signs.
6 @DPATCH@
8 --- a/doc/cadaver.1
9 +++ b/doc/cadaver.1
10 @@ -2,7 +2,7 @@
11  .SH NAME
12  cadaver \- A command\-line WebDAV client for Unix. 
13  .SH SYNOPSIS
14 -cadaver [-trp[-r file][-p host[:port]]][-V][-h] http://hostname[:port]/path
15 +cadaver [\-trp[\-r file][\-p host[:port]]][\-V][\-h] http://hostname[:port]/path
16  .SH DESCRIPTION
17  .B cadaver 
18  supports file upload, download, on-screen display, namespace operations
19 @@ -162,7 +162,7 @@
20  .IP
21  .SH FILES
22  .IP "~/.cadaverrc"
23 -Individual user settings that can override cadaver defaults and to script cadaver. Can be changed by the "--rcfile" option.
24 +Individual user settings that can override cadaver defaults and to script cadaver. Can be changed by the "\-\-rcfile" option.
25  .IP "~/.netrc"
26  Login and initialization information used by the auto-login process. See
27  section "THE .netrc FILE" for details.