File: manpage_hyphen.dpatch

package info (click to toggle)
cadaver 0.23.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 4,352 kB
  • sloc: ansic: 45,852; sh: 3,440; makefile: 759; yacc: 291; sed: 27
file content (27 lines) | stat: -rw-r--r-- 988 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#! /bin/sh /usr/share/dpatch/dpatch-run
## manpage_hyphen.dpatch by Sebastian Harl <sh@tokkee.org>
##
## DP: Do not use hyphens as minus signs.

@DPATCH@

--- a/doc/cadaver.1
+++ b/doc/cadaver.1
@@ -2,7 +2,7 @@
 .SH NAME
 cadaver \- A command\-line WebDAV client for Unix. 
 .SH SYNOPSIS
-cadaver [-trp[-r file][-p host[:port]]][-V][-h] http://hostname[:port]/path
+cadaver [\-trp[\-r file][\-p host[:port]]][\-V][\-h] http://hostname[:port]/path
 .SH DESCRIPTION
 .B cadaver 
 supports file upload, download, on-screen display, namespace operations
@@ -162,7 +162,7 @@
 .IP
 .SH FILES
 .IP "~/.cadaverrc"
-Individual user settings that can override cadaver defaults and to script cadaver. Can be changed by the "--rcfile" option.
+Individual user settings that can override cadaver defaults and to script cadaver. Can be changed by the "\-\-rcfile" option.
 .IP "~/.netrc"
 Login and initialization information used by the auto-login process. See
 section "THE .netrc FILE" for details.