commit 628eb5213393b7de966dc2fa5a740e7e0c2b00f8 Author: David Fifield david@bamsoftware.com Date: Wed Oct 9 23:50:00 2013 -0700
Various man page markup fixes. --- doc/flashproxy-client.1.txt | 15 +++++++-------- doc/flashproxy-reg-http.1.txt | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/doc/flashproxy-client.1.txt b/doc/flashproxy-client.1.txt index 6c41fbc..89a32b5 100644 --- a/doc/flashproxy-client.1.txt +++ b/doc/flashproxy-client.1.txt @@ -40,7 +40,6 @@ omitted, it uses a public default.
OPTIONS ------- - **-4**:: Registration helpers use IPv4.
@@ -63,31 +62,31 @@ OPTIONS **-h**, **--help**:: Display a help message and exit.
-**-l**, **--log** __FILENAME__:: +**-l**, **--log**=__FILENAME__:: Write log to __FILENAME__ (default is stdout).
-**--pidfile** __FILENAME__:: +**--pidfile**=__FILENAME__:: Write PID to __FILENAME__ after daemonizing.
**--port-forwarding**:: Attempt to forward __REMOTE__ port.
**--port-forwarding-helper**=__PROGRAM__:: - Use the given PROGRAM to forward ports (default "tor-fw-helper"). Implies - --port-forwarding. + Use the given __PROGRAM__ to forward ports (default "tor-fw-helper"). Implies + **--port-forwarding**.
**--port-forwarding-external**=__PORT__:: Forward the external __PORT__ to __REMOTE__ on the local host (default same - as REMOTE). Implies --port-forwarding. + as REMOTE). Implies **--port-forwarding**.
**-r**, **--register**:: Register with the facilitator.
**--register-addr**=__ADDR__:: - Register the given address (in case it differs from REMOTE). Implies --register. + Register the given address (in case it differs from __REMOTE__). Implies **--register**.
**--register-methods**=__METHOD__[,__METHOD__]:: - Register using the given comma-separated list of methods. Implies --register. + Register using the given comma-separated list of methods. Implies **--register**. Possible methods are: appspot, email, http. Default is "appspot,email,http".
**--unsafe-logging**:: diff --git a/doc/flashproxy-reg-http.1.txt b/doc/flashproxy-reg-http.1.txt index dd6779c..8f23a21 100644 --- a/doc/flashproxy-reg-http.1.txt +++ b/doc/flashproxy-reg-http.1.txt @@ -27,7 +27,7 @@ OPTIONS **-6**:: Name lookups use only IPv6.
-**-f**, **--facilitator**:: +**-f**, **--facilitator**=__URL__:: Register with the given facilitator (default "https://fp-facilitator.org/").
**-h**, **--help**::
tor-commits@lists.torproject.org