[Forensics-changes] [cewl] 01/01: Imported Debian patch 5.1-3

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Fri May 8 18:44:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

eriberto pushed a commit to branch debian
in repository cewl.

commit 6b834f7a65a051a3734012433ebf8303cbc22c5f
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Tue May 5 13:08:52 2015 -0300

    Imported Debian patch 5.1-3
---
 debian/changelog               |  6 ++++++
 debian/manpage/cewl.1          | 34 +++++++++++++++++-----------------
 debian/manpage/cewl.header     |  2 +-
 debian/manpage/cewl.txt        | 28 ++++++++++++++--------------
 debian/manpage/fab-cewl.1      |  8 ++++----
 debian/manpage/fab-cewl.header |  2 +-
 debian/manpage/fab-cewl.txt    |  8 ++++----
 7 files changed, 47 insertions(+), 41 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3d334af..8eaf22e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cewl (5.1-3) unstable; urgency=medium
+
+  * Little adjustments in manpages.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Tue, 05 May 2015 13:08:52 -0300
+
 cewl (5.1-2) unstable; urgency=medium
 
   * Upload to unstable. Welcome Jessie Stable!
diff --git a/debian/manpage/cewl.1 b/debian/manpage/cewl.1
index 3e88d93..2a91db0 100644
--- a/debian/manpage/cewl.1
+++ b/debian/manpage/cewl.1
@@ -1,5 +1,5 @@
-.TH cewl "1" "Dec 2014" "CEWL 5.1" "custom word list generator"
-.\"Text automatically generated by txt2man
+.TH cewl "1" "May 2015" "CEWL 5.1" "custom word list generator"
+.\" Text automatically generated by txt2man
 .SH NAME
 \fBcewl \fP- custom word list generator
 .SH SYNOPSIS
@@ -30,7 +30,7 @@ Show the help.
 Show the count for each word found.
 .TP
 .B
-\fB--depth\fP <n>, \fB-d\fP <n>
+\fB--depth\fP N, \fB-d\fP N
 The depth to spider to. Default: 2.
 .TP
 .B
@@ -38,7 +38,7 @@ The depth to spider to. Default: 2.
 Include email addresses in the search. This option will create an email list, after the words list, that can be used as usernames in brute force actions.
 .TP
 .B
-\fB--email_file\fP <file>
+\fB--email_file\fP FILE
 Filename for email output. Must be used with '\fB-e\fP' option. If used, the email list created by '\fB-e\fP' option will be written in a file and won't be shown in stdout.
 .TP
 .B
@@ -50,15 +50,15 @@ Keep the downloaded files (in /tmp or in directory specified by '\fB--meta-temp-
 Consider the metadata found when processing a site. This option will download some files found in the site and will extract its metadata. So, the network traffic will be greater. The files will be downloaded in /tmp folder or in directory specified by '\fB--meta-temp-dir\fP' option. The metadata will be shown after the words list and can be used as elements for brute force actions.
 .TP
 .B
-\fB--meta_file\fP <file>
+\fB--meta_file\fP FILE
 Filename for metadata output. Must be used with '\fB-a\fP' option. If used, the metadata list created by '\fB-a\fP' option will be written in a file and won't be shown in stdout.
 .TP
 .B
-\fB--meta-temp-dir\fP <directory>
+\fB--meta-temp-dir\fP DIRECTORY
 The directory used by exiftool when parsing files. Default: /tmp.
 .TP
 .B
-\fB--min_word_length\fP <n>, \fB-m\fP <n>
+\fB--min_word_length\fP N, \fB-m\fP N
 The minimum word length. This strips out all words under the specified length. Default: 3.
 .TP
 .B
@@ -70,39 +70,39 @@ Don't output the wordlist.
 By default, the spider will only visit the site specified. With this option, CeWL will also visit external sites (that are quoted by hyperlinks).
 .TP
 .B
-\fB--ua\fP <user-agent>, \fB-u\fP <user-agent>
+\fB--ua\fP USER-AGENT, \fB-u\fP USER-AGENT
 Change the user-agent. The default is 'Ruby'. There are a list of valid user-agents at http://www.user-agents.org.
 .TP
 .B
-\fB--write\fP <file>, \fB-w\fP <file>
+\fB--write\fP FILE, \fB-w\fP FILE
 Write the output to the file rather than to stdout.
 .TP
 .B
-\fB--auth_type\fP <type>
+\fB--auth_type\fP TYPE
 Type of authentication for websites that uses it. The current options are 'digest' and 'basic'.
 .TP
 .B
-\fB--auth_user\fP <username>
+\fB--auth_user\fP USERNAME
 Authentication username for websites.
 .TP
 .B
-\fB--auth_pass\fP <password>
+\fB--auth_pass\fP PASSWORD
 Authentication password for websites.
 .TP
 .B
-\fB--proxy_host\fP <host>
+\fB--proxy_host\fP HOST
 Proxy name or IP address, when needed.
 .TP
 .B
-\fB--proxy_port\fP <port>
+\fB--proxy_port\fP PORT
 Proxy port, when needed. Default: 8080.
 .TP
 .B
-\fB--proxy_username\fP <username>
+\fB--proxy_username\fP USERNAME
 Username for proxy, if required.
 .TP
 .B
-\fB--proxy_password\fP <password>
+\fB--proxy_password\fP PASSWORD
 Password for proxy, if required.
 .TP
 .B
@@ -115,7 +115,7 @@ The site to spider.
 .SH BUGS
 Someone has reported that the spider misses some pages which are have querystrings on them. This issue isn't confirmed.
 .SH SEE ALSO
-\fBfab-\fBcewl\fP\fP(1)
+fab-\fBcewl\fP(1)
 .SH AUTHOR
 The CeWL was written by Robin Wood <robin at digi.ninja>.
 .PP
diff --git a/debian/manpage/cewl.header b/debian/manpage/cewl.header
index a9b62f6..0cb1140 100644
--- a/debian/manpage/cewl.header
+++ b/debian/manpage/cewl.header
@@ -1 +1 @@
-.TH cewl "1" "Dec 2014" "CEWL 5.1" "custom word list generator"
+.TH cewl "1" "May 2015" "CEWL 5.1" "custom word list generator"
diff --git a/debian/manpage/cewl.txt b/debian/manpage/cewl.txt
index 9283980..b41a320 100644
--- a/debian/manpage/cewl.txt
+++ b/debian/manpage/cewl.txt
@@ -15,25 +15,25 @@ DESCRIPTION
 OPTIONS
 --help, -h                          Show the help.
 --count, -c                         Show the count for each word found.
---depth <n>, -d <n>                 The depth to spider to. Default: 2.
+--depth N, -d N                     The depth to spider to. Default: 2.
 --email, -e                         Include email addresses in the search. This option will create an email list, after the words list, that can be used as usernames in brute force actions.
---email_file <file>                 Filename for email output. Must be used with '-e' option. If used, the email list created by '-e' option will be written in a file and won't be shown in stdout.
+--email_file FILE                   Filename for email output. Must be used with '-e' option. If used, the email list created by '-e' option will be written in a file and won't be shown in stdout.
 --keep, -k                          Keep the downloaded files (in /tmp or in directory specified by '--meta-temp-dir' option). These files are acquired when using the '-a' option.
 --meta, -a                          Consider the metadata found when processing a site. This option will download some files found in the site and will extract its metadata. So, the network traffic will be greater. The files will be downloaded in /tmp folder or in directory specified by '--meta-temp-dir' option. The metadata will be shown after the words list and can be used as elements for brute force actions.
---meta_file <file>                  Filename for metadata output. Must be used with '-a' option. If used, the metadata list created by '-a' option will be written in a file and won't be shown in stdout.
---meta-temp-dir <directory>         The directory used by exiftool when parsing files. Default: /tmp.
---min_word_length <n>, -m <n>       The minimum word length. This strips out all words under the specified length. Default: 3.
+--meta_file FILE                    Filename for metadata output. Must be used with '-a' option. If used, the metadata list created by '-a' option will be written in a file and won't be shown in stdout.
+--meta-temp-dir DIRECTORY           The directory used by exiftool when parsing files. Default: /tmp.
+--min_word_length N, -m N           The minimum word length. This strips out all words under the specified length. Default: 3.
 --no-words, -n                      Don't output the wordlist.
 --offsite, -o                       By default, the spider will only visit the site specified. With this option, CeWL will also visit external sites (that are quoted by hyperlinks).
---ua <user-agent>, -u <user-agent>  Change the user-agent. The default is 'Ruby'. There are a list of valid user-agents at http://www.user-agents.org.
---write <file>, -w <file>           Write the output to the file rather than to stdout.
---auth_type <type>                  Type of authentication for websites that uses it. The current options are 'digest' and 'basic'.
---auth_user <username>              Authentication username for websites.
---auth_pass <password>              Authentication password for websites.
---proxy_host <host>                 Proxy name or IP address, when needed.
---proxy_port <port>                 Proxy port, when needed. Default: 8080.
---proxy_username <username>         Username for proxy, if required.
---proxy_password <password>         Password for proxy, if required.
+--ua USER-AGENT, -u USER-AGENT      Change the user-agent. The default is 'Ruby'. There are a list of valid user-agents at http://www.user-agents.org.
+--write FILE, -w FILE               Write the output to the file rather than to stdout.
+--auth_type TYPE                    Type of authentication for websites that uses it. The current options are 'digest' and 'basic'.
+--auth_user USERNAME                Authentication username for websites.
+--auth_pass PASSWORD                Authentication password for websites.
+--proxy_host HOST                   Proxy name or IP address, when needed.
+--proxy_port PORT                   Proxy port, when needed. Default: 8080.
+--proxy_username USERNAME           Username for proxy, if required.
+--proxy_password PASSWORD           Password for proxy, if required.
 --verbose, -v                       Verbose. Show extra output. Useful for debugs.
 URL                                 The site to spider.
 
diff --git a/debian/manpage/fab-cewl.1 b/debian/manpage/fab-cewl.1
index c7fc76e..cbb60ef 100644
--- a/debian/manpage/fab-cewl.1
+++ b/debian/manpage/fab-cewl.1
@@ -1,12 +1,12 @@
-.TH fab-cewl "1" "Dec 2014" "FAB-CEWL 5.1" "extract metadata from files"
-.\"Text automatically generated by txt2man
+.TH fab-cewl "1" "May 2015" "FAB-CEWL 5.1" "extract metadata from files"
+.\" Text automatically generated by txt2man
 .SH NAME
 \fBfab-cewl \fP- extract metadata from files
 \fB
 .SH SYNOPSIS
 .nf
 .fam C
-fab-cewl [OPTION] \.\.\. \fBfilename\fP(\fIs\fP)
+fab-cewl [OPTION] \.\.\. \fBFILENAME\fP(\fIS\fP)
 
 .fam T
 .fi
@@ -31,7 +31,7 @@ Show this help.
 Verbose.
 .TP
 .B
-\fBfilename\fP(\fIs\fP)
+\fBFILENAMES\fP(\fIS\fP)
 The file or list of files to check.
 .SH SEE ALSO
 \fBcewl\fP(1)
diff --git a/debian/manpage/fab-cewl.header b/debian/manpage/fab-cewl.header
index 0e6953e..4568b71 100644
--- a/debian/manpage/fab-cewl.header
+++ b/debian/manpage/fab-cewl.header
@@ -1 +1 @@
-.TH fab-cewl "1" "Dec 2014" "FAB-CEWL 5.1" "extract metadata from files"
+.TH fab-cewl "1" "May 2015" "FAB-CEWL 5.1" "extract metadata from files"
diff --git a/debian/manpage/fab-cewl.txt b/debian/manpage/fab-cewl.txt
index c63bd10..95c838c 100644
--- a/debian/manpage/fab-cewl.txt
+++ b/debian/manpage/fab-cewl.txt
@@ -2,7 +2,7 @@ NAME
   fab-cewl - extract metadata from files
 
 SYNOPSIS
-  fab-cewl [OPTION] ... filename(s)
+  fab-cewl [OPTION] ... FILENAME(S)
 
 DESCRIPTION
   FAB (Files Already Bagged, provided as fab-cewl command in Debian) extracts
@@ -14,9 +14,9 @@ DESCRIPTION
   Currently, FAB process Office pre 2007, Office 2007 and PDF formats.
 
 OPTIONS
-  -h, --help  Show this help.
-  -v          Verbose.
-  filename(s)  The file or list of files to check.
+  -h, --help    Show this help.
+  -v            Verbose.
+  FILENAMES(S)  The file or list of files to check.
 
 SEE ALSO
   cewl(1)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/cewl.git



More information about the forensics-changes mailing list