[tor-commits] [tor/master] Document the --passphrase-fd option in the tor manpage

nickm at torproject.org nickm at torproject.org
Wed Jun 29 20:18:07 UTC 2016


commit 90f85b012a01a02c62863932394997e3f8b938a2
Author: Peter Palfrader <peter at palfrader.org>
Date:   Sat Jun 25 16:44:41 2016 +0200

    Document the --passphrase-fd option in the tor manpage
---
 changes/bug19504 | 3 +++
 doc/tor.1.txt    | 5 +++++
 2 files changed, 8 insertions(+)

diff --git a/changes/bug19504 b/changes/bug19504
new file mode 100644
index 0000000..1a7676a
--- /dev/null
+++ b/changes/bug19504
@@ -0,0 +1,3 @@
+  o Minor bugfixes (documentation):
+    - Document the --passphrase-fd option in the tor manpage.
+      Fixes bug 19504.
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 74915b7..b2f5cfa 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -118,6 +118,11 @@ COMMAND-LINE OPTIONS
    directory of your Tor daemon, and make sure that they are owned by the
    user actually running the Tor daemon on your system.
 
+**--passphrase-fd** __FILEDES__::
+    Filedescriptor to read the passphrase from. Ends at the first NUL or
+    newline. Default: read from the terminal.
+
+
 Other options can be specified on the command-line in the format "--option
 value", in the format "option value", or in a configuration file.  For
 instance, you can tell Tor to start listening for SOCKS connections on port





More information about the tor-commits mailing list