diff options
author | Michael Adam <obnox@samba.org> | 2009-09-20 00:10:07 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-09-20 01:54:06 +0200 |
commit | b6433522eb051c2d19d4ee2d0c8bdae13f5cbdc2 (patch) | |
tree | 4de19cadc0151348a6b38f8d02eeb98ef1985ba5 /docs | |
parent | f7d494d9f7735775c61caa5a167717e76805ac30 (diff) | |
download | tinyproxy-b6433522eb051c2d19d4ee2d0c8bdae13f5cbdc2.tar.gz tinyproxy-b6433522eb051c2d19d4ee2d0c8bdae13f5cbdc2.zip |
docs: extend description of the User and Group parameters.
Michael
Diffstat (limited to '')
-rw-r--r-- | docs/man5/tinyproxy.conf.txt.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in index 07d4ed9..5495f9e 100644 --- a/docs/man5/tinyproxy.conf.txt.in +++ b/docs/man5/tinyproxy.conf.txt.in @@ -35,11 +35,15 @@ The possible keywords and their descriptions are as follows: The user which the Tinyproxy process should run as, after the initial port-binding has been done as the root user. + Note that you need to specify the user name here and may not + use the UID number. *Group*:: The group which the Tinyproxy process should run as, after the initial port-binding has been done as the root user. + Note that you need to specify the group name here and may + not use the GID number. *Port*:: |