diff options
author | Michael Adam <obnox@samba.org> | 2009-09-20 11:00:55 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-09-20 11:01:30 +0200 |
commit | 2208bebeacb2245b11f2abd8efec46973acc9eac (patch) | |
tree | 35449dc83546cb338db67696003d146077515eca | |
parent | 30cb3f89abd8f46c3e2ed55c81f24f38eb40d5f8 (diff) | |
download | tinyproxy-2208bebeacb2245b11f2abd8efec46973acc9eac.tar.gz tinyproxy-2208bebeacb2245b11f2abd8efec46973acc9eac.zip |
tinyproxy.conf: add a comment referring to the tinyproxy.conf(5) manpage
Michael
Diffstat (limited to '')
-rw-r--r-- | etc/tinyproxy.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/tinyproxy.conf b/etc/tinyproxy.conf index b3b8679..15488b8 100644 --- a/etc/tinyproxy.conf +++ b/etc/tinyproxy.conf @@ -1,6 +1,10 @@ ## ## tinyproxy.conf -- tinyproxy daemon configuration file ## +## This example tinyproxy.conf file contains example settings +## with explanations in comments. For decriptions of all +## parameters, see the tinproxy.conf(5) manual page. +## # # User/Group: This allows you to set the user and group that will be |