commit 7436c60fceb5e43ed98042061625323050106921 Author: David Fifield david@bamsoftware.com Date: Wed Oct 9 23:30:57 2013 -0700
Add --transport to man pages. --- doc/flashproxy-client.1 | 7 +++++++ doc/flashproxy-client.1.txt | 3 +++ doc/flashproxy-reg-appspot.1 | 11 +++++++++-- doc/flashproxy-reg-appspot.1.txt | 3 +++ doc/flashproxy-reg-email.1 | 11 +++++++++-- doc/flashproxy-reg-email.1.txt | 3 +++ doc/flashproxy-reg-http.1 | 11 +++++++++-- doc/flashproxy-reg-http.1.txt | 3 +++ doc/flashproxy-reg-url.1 | 13 ++++++++++--- doc/flashproxy-reg-url.1.txt | 3 +++ 10 files changed, 59 insertions(+), 9 deletions(-)
diff --git a/doc/flashproxy-client.1 b/doc/flashproxy-client.1 index 27e6b5f..74b0d30 100644 --- a/doc/flashproxy-client.1 +++ b/doc/flashproxy-client.1 @@ -135,6 +135,13 @@ Register using the given comma-separated list of methods&. Implies \fB--register\fR&. Possible methods are: appspot, email, http&. Default is "appspot,email,http"&. .RE .PP +\fB--transport\fR=\fITRANSPORT\fR +.RS 4 +Registrations include the fact that you intend to use the given +\fITRANSPORT\fR +(default "websocket")&. +.RE +.PP \fB--unsafe-logging\fR .RS 4 Don(cqt scrub IP addresses from logs&. diff --git a/doc/flashproxy-client.1.txt b/doc/flashproxy-client.1.txt index 89a32b5..b4779a2 100644 --- a/doc/flashproxy-client.1.txt +++ b/doc/flashproxy-client.1.txt @@ -89,6 +89,9 @@ OPTIONS Register using the given comma-separated list of methods. Implies **--register**. Possible methods are: appspot, email, http. Default is "appspot,email,http".
+**--transport**=__TRANSPORT__:: + Registrations include the fact that you intend to use the given __TRANSPORT__ (default "websocket"). + **--unsafe-logging**:: Don't scrub IP addresses from logs.
diff --git a/doc/flashproxy-reg-appspot.1 b/doc/flashproxy-reg-appspot.1 index e77394b..9af7346 100644 --- a/doc/flashproxy-reg-appspot.1 +++ b/doc/flashproxy-reg-appspot.1 @@ -2,12 +2,12 @@ ." Title: flashproxy-reg-appspot ." Author: [FIXME: author] [see http://docbook.sf.net/el/author] ." Generator: DocBook XSL Stylesheets v1.78.1 http://docbook.sf.net/ -." Date: 10/09/2013 +." Date: 10/10/2013 ." Manual: \ & ." Source: \ & ." Language: English ." -.TH "FLASHPROXY-REG-APPSPOT" "1" "10/09/2013" "\ &" "\ &" +.TH "FLASHPROXY-REG-APPSPOT" "1" "10/10/2013" "\ &" "\ &" ." ----------------------------------------------------------------- ." * Define some portability stuff ." ----------------------------------------------------------------- @@ -66,6 +66,13 @@ Encrypt registrations to the given PEM-formatted public key (default built-in) Display help message and exit&. .RE .PP +\fB--transport\fR=\fITRANSPORT\fR +.RS 4 +Registrations include the fact that you intend to use the given +\fITRANSPORT\fR +(default "websocket")&. +.RE +.PP \fB--unsafe-logging\fR .RS 4 Don(cqt scrub IP addresses from logs&. diff --git a/doc/flashproxy-reg-appspot.1.txt b/doc/flashproxy-reg-appspot.1.txt index 55e781d..9b5a124 100644 --- a/doc/flashproxy-reg-appspot.1.txt +++ b/doc/flashproxy-reg-appspot.1.txt @@ -47,6 +47,9 @@ OPTIONS **-h**, **--help**:: Display help message and exit.
+**--transport**=__TRANSPORT__:: + Registrations include the fact that you intend to use the given __TRANSPORT__ (default "websocket"). + **--unsafe-logging**:: Don't scrub IP addresses from logs.
diff --git a/doc/flashproxy-reg-email.1 b/doc/flashproxy-reg-email.1 index 1adb60e..eac32cc 100644 --- a/doc/flashproxy-reg-email.1 +++ b/doc/flashproxy-reg-email.1 @@ -2,12 +2,12 @@ ." Title: flashproxy-reg-email ." Author: [FIXME: author] [see http://docbook.sf.net/el/author] ." Generator: DocBook XSL Stylesheets v1.78.1 http://docbook.sf.net/ -." Date: 10/09/2013 +." Date: 10/10/2013 ." Manual: \ & ." Source: \ & ." Language: English ." -.TH "FLASHPROXY-REG-EMAIL" "1" "10/09/2013" "\ &" "\ &" +.TH "FLASHPROXY-REG-EMAIL" "1" "10/10/2013" "\ &" "\ &" ." ----------------------------------------------------------------- ." * Define some portability stuff ." ----------------------------------------------------------------- @@ -85,6 +85,13 @@ Display help message and exit&. Use the given SMTP server (default is "gmail-smtp-in&.l&.google&.com:25")&. .RE .PP +\fB--transport\fR=\fITRANSPORT\fR +.RS 4 +Registrations include the fact that you intend to use the given +\fITRANSPORT\fR +(default "websocket")&. +.RE +.PP \fB--unsafe-logging\fR .RS 4 Don(cqt scrub IP addresses from logs&. diff --git a/doc/flashproxy-reg-email.1.txt b/doc/flashproxy-reg-email.1.txt index 90a2e49..1adc242 100644 --- a/doc/flashproxy-reg-email.1.txt +++ b/doc/flashproxy-reg-email.1.txt @@ -58,6 +58,9 @@ OPTIONS **-s**, **--smtp**=__HOST__[:__PORT__]:: Use the given SMTP server (default is "gmail-smtp-in.l.google.com:25").
+**--transport**=__TRANSPORT__:: + Registrations include the fact that you intend to use the given __TRANSPORT__ (default "websocket"). + **--unsafe-logging**:: Don't scrub IP addresses from logs.
diff --git a/doc/flashproxy-reg-http.1 b/doc/flashproxy-reg-http.1 index a56d5a0..ea88705 100644 --- a/doc/flashproxy-reg-http.1 +++ b/doc/flashproxy-reg-http.1 @@ -2,12 +2,12 @@ ." Title: flashproxy-reg-http ." Author: [FIXME: author] [see http://docbook.sf.net/el/author] ." Generator: DocBook XSL Stylesheets v1.78.1 http://docbook.sf.net/ -." Date: 10/09/2013 +." Date: 10/10/2013 ." Manual: \ & ." Source: \ & ." Language: English ." -.TH "FLASHPROXY-REG-HTTP" "1" "10/09/2013" "\ &" "\ &" +.TH "FLASHPROXY-REG-HTTP" "1" "10/10/2013" "\ &" "\ &" ." ----------------------------------------------------------------- ." * Define some portability stuff ." ----------------------------------------------------------------- @@ -57,6 +57,13 @@ Register with the given facilitator (default "https://fp%5C-facilitator%5C&.org/%22)%5C& Display help message and exit&. .RE .PP +\fB--transport\fR=\fITRANSPORT\fR +.RS 4 +Registrations include the fact that you intend to use the given +\fITRANSPORT\fR +(default "websocket")&. +.RE +.PP \fB--unsafe-logging\fR .RS 4 Don(cqt scrub IP addresses from logs&. diff --git a/doc/flashproxy-reg-http.1.txt b/doc/flashproxy-reg-http.1.txt index ca1f801..cae719c 100644 --- a/doc/flashproxy-reg-http.1.txt +++ b/doc/flashproxy-reg-http.1.txt @@ -33,6 +33,9 @@ OPTIONS **-h**, **--help**:: Display help message and exit.
+**--transport**=__TRANSPORT__:: + Registrations include the fact that you intend to use the given __TRANSPORT__ (default "websocket"). + **--unsafe-logging**:: Don't scrub IP addresses from logs.
diff --git a/doc/flashproxy-reg-url.1 b/doc/flashproxy-reg-url.1 index e8a5cd2..ec3cf1d 100644 --- a/doc/flashproxy-reg-url.1 +++ b/doc/flashproxy-reg-url.1 @@ -1,13 +1,13 @@ '" t ." Title: flashproxy-reg-url ." Author: [FIXME: author] [see http://docbook.sf.net/el/author] -." Generator: DocBook XSL Stylesheets v1.76.1 http://docbook.sf.net/ -." Date: 04/30/2013 +." Generator: DocBook XSL Stylesheets v1.78.1 http://docbook.sf.net/ +." Date: 10/09/2013 ." Manual: \ & ." Source: \ & ." Language: English ." -.TH "FLASHPROXY-REG-URL" "1" "04/30/2013" "\ &" "\ &" +.TH "FLASHPROXY-REG-URL" "1" "10/09/2013" "\ &" "\ &" ." ----------------------------------------------------------------- ." * Define some portability stuff ." ----------------------------------------------------------------- @@ -51,6 +51,13 @@ Encrypt registrations to the given PEM-formatted public key (default built-in) .RS 4 Display help message and exit&. .RE +.PP +\fB--transport\fR=\fITRANSPORT\fR +.RS 4 +Registrations include the fact that you intend to use the given +\fITRANSPORT\fR +(default "websocket")&. +.RE .SH "EXAMPLE" .sp Say you wish to register 192&.0&.2&.1:9000&. Run diff --git a/doc/flashproxy-reg-url.1.txt b/doc/flashproxy-reg-url.1.txt index e69cd69..42757c9 100644 --- a/doc/flashproxy-reg-url.1.txt +++ b/doc/flashproxy-reg-url.1.txt @@ -31,6 +31,9 @@ OPTIONS **-h**, **--help**:: Display help message and exit.
+**--transport**=__TRANSPORT__:: + Registrations include the fact that you intend to use the given __TRANSPORT__ (default "websocket"). + EXAMPLE ------- Say you wish to register 192.0.2.1:9000. Run