commit e90bd48c2f74026279ababab89a47633f32f982c Author: Matt Traudt sirmatt@ksu.edu Date: Tue Sep 6 11:37:59 2016 -0400
Change UID to Username in man page --- changes/19122 | 3 +++ doc/tor.1.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/changes/19122 b/changes/19122 new file mode 100644 index 0000000..cface80 --- /dev/null +++ b/changes/19122 @@ -0,0 +1,3 @@ + o Minor bugfixes (documentation): + - man page incorrectly states the User option takes a UID when it really + takes a username. Fixes bug 19122. diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 0687991..cbd11a5 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -668,7 +668,7 @@ GENERAL OPTIONS relay, all log messages generated when acting as a relay are sanitized, but all messages generated when acting as a client are not. (Default: 1)
-[[User]] **User** __UID__:: +[[User]] **User** __Username__:: On startup, setuid to this user and setgid to their primary group.
[[KeepBindCapabilities]] **KeepBindCapabilities** **0**|**1**|**auto**::
tor-commits@lists.torproject.org