spelling: explicitly

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-07-30 01:33:25 -04:00
parent 39de82ae13
commit f520c616cc

View File

@ -41,7 +41,7 @@ v1.22: 17AUG2021
combined with incoming TLS with SNI. UDP clients combined with incoming TLS with SNI. UDP clients
and servers need to agree on the IPv4/IPv6 they use: and servers need to agree on the IPv4/IPv6 they use:
use the same protocol on all sides! Often, this use the same protocol on all sides! Often, this
means explicitely using 'ip4-localhost'. means explicitly using 'ip4-localhost'.
UDP sender-receiver pairs (connections, so to speak) UDP sender-receiver pairs (connections, so to speak)
are kept for 60s, which can be changed with are kept for 60s, which can be changed with
`udp_timeout` in the configuration. `udp_timeout` in the configuration.
@ -294,7 +294,7 @@ v1.11: 21APR2012
--user isn't specified, just run as current user. --user isn't specified, just run as current user.
No longer create PID file by default, it should be No longer create PID file by default, it should be
explicitely set with --pidfile. explicitly set with --pidfile.
No longer log to syslog if in foreground. Logs are No longer log to syslog if in foreground. Logs are
instead output to stderr. instead output to stderr.