From f7d494d9f7735775c61caa5a167717e76805ac30 Mon Sep 17 00:00:00 2001
From: Mukund Sivaraman <muks@banu.com>
Date: Sat, 19 Sep 2009 23:04:04 +0530
Subject: doc: Add initial description in tinyproxy.conf manpage

---
 docs/man5/tinyproxy.conf.txt.in | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)

(limited to 'docs')

diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in
index e99b9cc..07d4ed9 100644
--- a/docs/man5/tinyproxy.conf.txt.in
+++ b/docs/man5/tinyproxy.conf.txt.in
@@ -18,7 +18,34 @@ SYNOPSIS
 DESCRIPTION
 -----------
 
-Put text here about tinyproxy.conf.
+`tinyproxy(8)` reads its configuration file, typically stored in
+`/etc/tinyproxy/tinyproxy.conf` (or passed to Tinyproxy with -c on the
+command line). This manpage describes the syntax and contents of the
+configuration file.
+
+The Tinyproxy configuration file contains key-value pairs, one per
+line. Lines starting with `#` and empty lines are comments and are
+ignored. Keywords are case-insensitive, whereas values are
+case-sensitive. Values may be enclosed in double-quotes (") if they
+contain spaces.
+
+The possible keywords and their descriptions are as follows:
+
+*User*::
+
+    The user which the Tinyproxy process should run as, after the
+    initial port-binding has been done as the root user.
+
+*Group*::
+
+    The group which the Tinyproxy process should run as, after the
+    initial port-binding has been done as the root user.
+
+*Port*::
+
+    The port which the Tinyproxy service will listen on. If the port is
+    less than 1024, you will need to start the Tinyproxy process as the
+    root user.
 
 
 BUGS
-- 
cgit v1.2.3