diff options
-rw-r--r-- | doc/tipidee-config.html | 4 | ||||
-rw-r--r-- | doc/tipideed.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/tipidee-config.html b/doc/tipidee-config.html index 66953ab..39ca514 100644 --- a/doc/tipidee-config.html +++ b/doc/tipidee-config.html @@ -59,8 +59,8 @@ You can then use the <tt>-f <em>cdbfile</em> option to <dt> -m <em>mode</em> </dt> <dd> Create the output file with permissions <em>mode</em> (given in octal). Default is <strong>0644</strong>. Note that the output file should be readable -by the user <a href="tipideed.html">tipideed</> is started as. If -<a href="tipideed.html">tipideed</> is started as root and drops its privileges +by the user <a href="tipideed.html">tipideed</a> is started as. If +<a href="tipideed.html">tipideed</a> is started as root and drops its privileges itself, the file can be made private. </dd> </dl> diff --git a/doc/tipideed.html b/doc/tipideed.html index 0c34af5..754f147 100644 --- a/doc/tipideed.html +++ b/doc/tipideed.html @@ -288,7 +288,7 @@ real directory. </li> <li> Have a <tt>./example.com:80</tt> symlink pointing to <tt>example.com</tt>, if you want to serve <tt>example.com</tt> under plaintext HTTP. </li> - <li> Have a <tt>./example.com:80</tt> symlink pointing to + <li> Have a <tt>./example.com:443</tt> symlink pointing to <tt>example.com</tt>, if you want to serve <tt>example.com</tt> under HTTPS. </li> </ul> |