[Python-apps-commits] r6842 - in packages/pyrit/trunk/debian (pyrit.1)

chrisk-guest at users.alioth.debian.org chrisk-guest at users.alioth.debian.org
Mon Mar 28 22:06:21 UTC 2011


    Date: Monday, March 28, 2011 @ 22:06:10
  Author: chrisk-guest
Revision: 6842

Minor man page fixes

Modified:
  packages/pyrit/trunk/debian/pyrit.1

Modified: packages/pyrit/trunk/debian/pyrit.1
===================================================================
--- packages/pyrit/trunk/debian/pyrit.1	2011-03-28 21:34:19 UTC (rev 6841)
+++ packages/pyrit/trunk/debian/pyrit.1	2011-03-28 22:06:10 UTC (rev 6842)
@@ -1,4 +1,4 @@
-.TH PYRIT 1 "2011-03-18" "pyrit" PYRIT
+.TH PYRIT 1 "2011-03-28" "pyrit" PYRIT
 .SH NAME
 pyrit \- A GPGPU-driven WPA/WPA2-PSK key cracker
 .SH SYNOPSIS
@@ -31,18 +31,18 @@
 this option is omitted.
 .TP
 .BR \-i " infile"
-Specifies a filename to read from; the special filename '\fB-\fP' can be used
+Specifies a filename to read from; the special filename "-" can be used
 for \fBstdin\fP. The file may be gzip-compressed in which case its name must
 end in \fB.gz\fP for transparent decompression.
 .TP
 .BR \-o " outfile"
-Specifies a filename to write to; the special filename '\fB-\fP' can be used
+Specifies a filename to write to; the special filename "-" can be used
 for \fBstdout\fP. Filenames that end in \fB.gz\fP cause \fBpyrit\fP to
 gzip-compress the file on the fly.
 .TP
 .BR \-r " capture-file"
 Specifies a packet-capture file in pcap format (possibly gzip-compressed) or a
-device (e.g.: 'wlan0') to capture from.
+device (e.g.: "wlan0") to capture from.
 .TP
 .BR \-u " URL"
 Specifies the URL of the storage-device in the form of
@@ -88,7 +88,7 @@
 .RS
 Pyrit shows a list of Access-Points, associated Stations and
 EAPOL-handshakes that could be identified from the captured data. Handshakes
-are shown ordered by their 'quality':
+are shown ordered by their "quality":
 .sp
 .RS 12
 \fBGood:\fP
@@ -135,7 +135,7 @@
 .B attack_cowpatty
 Attack an EAPOL-handshake found in the packet-capture file(s) given by the
 option \fB\-r\fP using Pairwise Master Keys from a cowpatty-like file (e.g.
-generated by \`\`genpmk'' from cowpatty, or \fBexport_cowpatty\fP
+generated by ``genpmk'' from cowpatty, or \fBexport_cowpatty\fP
 below) given by the option \fB\-f\fP. The options
 \fB\-b\fP and \fB\-e\fP can be used to specify the Access-Point to attack;
 it is picked automatically if both options are omitted. The password is
@@ -521,7 +521,7 @@
 \fI/usr/share/doc/pyrit/examples/config.example\fP.
 .SH NOTES
 The author does not encourage or support using \fBpyrit\fP for the infringement
-of peoples' communication-privacy. The exploration and realization of the
+of people's communication-privacy. The exploration and realization of the
 technology discussed here motivate as a purpose of their own; this is
 documented by the open development, strictly sourcecode-based distribution and 'copyleft'-licensing.
 .SH AUTHOR




More information about the Python-apps-commits mailing list