summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-06-29 16:12:15 -0400
committerNick Mathewson <nickm@torproject.org>2016-06-29 16:12:15 -0400
commit560e976e4b3e330301704075bc6f9e1d5ccaa386 (patch)
tree83cf4bcb6d7edecbbe4caa3df7e2748a4ba3fa94 /changes
parent2fb177e8c98d1062a63d811b1bc4be35ff38f19f (diff)
parent135800f75ce2b7d299b921acd9dbc5012b8787e0 (diff)
downloadtor-560e976e4b3e330301704075bc6f9e1d5ccaa386.tar.gz
tor-560e976e4b3e330301704075bc6f9e1d5ccaa386.zip
Merge remote-tracking branch 'weasel/bug19505'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug195055
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug19505 b/changes/bug19505
new file mode 100644
index 0000000000..58f1ea0d52
--- /dev/null
+++ b/changes/bug19505
@@ -0,0 +1,5 @@
+ o Minor bugfixes (documentation):
+ - Fix the description of the --passphrase-fd option in the tor-gencert
+ manpage. The option is used to pass the number of a file descriptor to
+ read the passphrase from, not to read the file descriptor from. Fixes
+ bug 19505.