File: 03-quote-dashes-in-manpage.patch

package info (click to toggle)
httptunnel 3.3%2Bdfsg-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 924 kB
  • ctags: 457
  • sloc: ansic: 4,707; sh: 330; makefile: 26
file content (32 lines) | stat: -rw-r--r-- 1,182 bytes parent folder | download | duplicates (2)
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
28
29
30
31
32
Description: Quote dashes in the manpages
Author: Teemu Hukkanen <tjhukkan@iki.fi>
--- a/htc.1
+++ b/htc.1
@@ -12,10 +12,10 @@
 .B htc
 sets up a httptunnel connection to PORT at HOST (default port is 8888).
 When a connection is made, I/O is redirected from the source specified
-by the --device or --forward-port switch to the tunnel.
+by the \-\-device or \-\-forward\-port switch to the tunnel.
 .SH OPTIONS
 The program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
+options starting with two dashes (`\-').
 A summary of options are included below.
 .TP
 .B \-h, \-\-help
--- a/hts.1
+++ b/hts.1
@@ -13,10 +13,10 @@
 listens for incoming httptunnel connections at PORT (default port is
 8888), and optionally binds to ip address HOST.
 When a connection is made, I/O is redirected to the destination specified
-by the --device or --forward-port switch.
+by the \-\-device or \-\-forward\-port switch.
 .SH OPTIONS
 The program follows the usual GNU command line syntax, with long
-options starting with two dashes (`-').
+options starting with two dashes (`\-').
 A summary of options are included below.
 .TP
 .B \-h, \-\-help