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.
|