~ubuntu-branches/ubuntu/saucy/unhide/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/001_fix-manpages.diff

  • Committer: Package Import Robot
  • Author(s): Julien Valroff
  • Date: 2013-02-15 19:14:05 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130215191405-rq074t0t0wo9bkdj
Tags: 20121229-1
* New upstream release
* Add unhide_rb and unhide-posix to the package

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Author: Julien Valroff <julien@debian.org>
3
3
Last-Updated: 2011-06-01
4
4
 
5
 
--- a/man/fr/unhide.8
6
 
+++ b/man/fr/unhide.8
7
 
@@ -22,7 +22,7 @@
8
 
 Exécute des contrôles supplémentaires. Pour la version 2010-11-21, cette option n'a
9
 
 d''effet pour les tests procfs, procall, checkopendir et checkchdir.
10
 
 .br
11
 
-Elle implique l'option -v.
12
 
+Elle implique l'option \-v.
13
 
 .TP
14
 
 \fB \-r\fR
15
 
 Utilise une version alternative du test sysinfo lors du lancement d'un test standard.
16
5
--- a/man/unhide.8
17
6
+++ b/man/unhide.8
18
 
@@ -22,7 +22,7 @@
19
 
 Do more checks. As of 2010-11-21 version, this option has only
 
7
@@ -29,7 +29,7 @@
 
8
 Do more checks. As of 2012\-03\-17 version, this option has only
20
9
 effect for the procfs, procall, checkopendir and checkchdir tests.
21
10
 .br
22
11
-Implies -v
24
13
 .TP
25
14
 \fB\-r\fR
26
15
 Use alternate version of sysinfo check in standard tests
 
16
@@ -216,7 +216,7 @@
 
17
 unhide sys proc
 
18
 .TP
 
19
 Deeper test:
 
20
-unhide -m -d sys procall brute reverse
 
21
+unhide \-m \-d sys procall brute reverse
 
22
 .SH "BUGS"
 
23
 .PP
 
24
 Report \fBunhide\fR bugs on the bug tracker on sourceforge (http://sourceforge.net/projects/unhide/)
 
25
--- a/man/fr/unhide.8
 
26
+++ b/man/fr/unhide.8
 
27
@@ -214,7 +214,7 @@
 
28
 unhide sys proc
 
29
 .TP
 
30
 Test le plus complet :
 
31
-unhide -m -d sys procall brute reverse
 
32
+unhide \-m \-d sys procall brute reverse
 
33
 .SH "BUGS"
 
34
 .PP
 
35
 Rapportez les bugs de \fBunhide\fR sur le bug tracker de sourceforge (http://sourceforge.net/projects/unhide/)
 
36
--- a/man/unhide-tcp.8
 
37
+++ b/man/unhide-tcp.8
 
38
@@ -11,39 +11,39 @@
 
39
 alternatively by /bin/netstat) through brute forcing of all 
 
40
 TCP/UDP ports available.
 
41
 .br
 
42
-Note : If iproute2 is not available on the system, option -n or -s SHOULD be
 
43
+Note : If iproute2 is not available on the system, option \-n or \-s SHOULD be
 
44
 given on the command line.
 
45
 .PP
 
46
 .SH "OPTIONS"
 
47
 .TP
 
48
-\fB\-h --help\fR
 
49
+\fB\-h -\-help\fR
 
50
 Display help
 
51
 .TP
 
52
 \fB\--brief\fR
 
53
 Don't display warning messages, that's the default behavior.
 
54
 .TP
 
55
-\fB\-f --fuser\fR
 
56
+\fB\-f -\-fuser\fR
 
57
 Display fuser output (if available) for the hidden port
 
58
 .TP
 
59
-\fB\-l --lsof\fR
 
60
+\fB\-l -\-lsof\fR
 
61
 Display lsof output (if available) for the hidden port
 
62
 .TP
 
63
-\fB\-n --netstat\fR
 
64
+\fB\-n -\-netstat\fR
 
65
 Use /bin/netstat instead of /sbin/ss. On system with many opened ports, this can
 
66
 slow down the test dramatically.
 
67
 .TP
 
68
-\fB\-s --server\fR
 
69
+\fB\-s -\-server\fR
 
70
 Use a very quick strategy of scanning. On system with a lot of opened ports,
 
71
 it is hundreds times faster than ss method and ten thousands times faster than
 
72
 netstat method.
 
73
 .TP
 
74
-\fB\-o --log\fR
 
75
+\fB\-o -\-log\fR
 
76
 Write a log file (unhide-tcp-AAAA-MM-DD.log) in the current directory.
 
77
 .TP
 
78
-\fB\-V --version\fR
 
79
+\fB\-V -\-version\fR
 
80
 Show version and exit
 
81
 .TP
 
82
-\fB\-v --verbose\fR
 
83
+\fB\-v -\-verbose\fR
 
84
 Be verbose, display warning message (default : don't display).
 
85
 This option may be repeated more than once.
 
86
 .PP