Package: xombrero / 2:1.6.3-1~bpo70+1

0003-Fix-lintian-error-hyphen-used-as-minus-sign.patch Patch series | download
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
33
34
35
From: Luis Henriques <luis.henriques@canonical.com>
Date: Wed, 18 Jul 2012 21:18:43 -0700
Subject: Fix lintian error "hyphen-used-as-minus-sign"

"-" characters have been escaped with "\-" to fix the lintian error.

Signed-off-by: Luis Henriques <henrix@camandro.org>
---
 xombrero.1 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/xombrero.1 b/xombrero.1
index 6ca0001..fd22a23 100644
--- a/xombrero.1
+++ b/xombrero.1
@@ -66,8 +66,8 @@ section below) in a running
 .Nm
 instance. This option requires
 .Cm enable_socket
-to be enabled. Example run: xombrero -e "tabnew openbsd.org"; xombrero -e
-tabclose; xombrero -e wq.
+to be enabled. Example run: xombrero \-e "tabnew openbsd.org"; xombrero -\e
+tabclose; xombrero \-e wq.
 .It Fl S
 Disable the toolbar.
 .It Fl s Ar session_name
@@ -1286,7 +1286,7 @@ When enabled the first instance of
 will create a socket in the
 .Pa ~/.xombrero
 directory.
-Using the -n url option on subsequent
+Using the \-n url option on subsequent
 .Nm
 invocations will cause the specified URL to be loaded in a new tab.
 Only a user with identical UID and GID can use this option.