diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-21 17:47:49 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-21 17:47:49 +0000 |
commit | 5fca55de8de3976be01c15141f3edc667a07d750 (patch) | |
tree | 7331b2dbeccaed0d44b2451fe006aeda0508f721 | |
parent | 3730ea387e3e358b7767de59f8afd602d49b17fd (diff) | |
download | tipidee-5fca55de8de3976be01c15141f3edc667a07d750.tar.xz |
Doc typo fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-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> |