diff options
author | Sergio Durigan Junior <sergiodj@sergiodj.net> | 2024-06-09 16:57:17 -0400 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@sergiodj.net> | 2024-06-09 16:57:17 -0400 |
commit | a8a404a75df723012f836c0222067c239b3ee379 (patch) | |
tree | a78c54c80f3329440450eac36fa742ee1865c04d /doc/snac.8 | |
parent | 93851413f305af2a6fe61d6a331c668e1a4bf26c (diff) |
Fix typos on manpages
These typos were detected by Debian's lintian.
Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
Diffstat (limited to 'doc/snac.8')
-rw-r--r-- | doc/snac.8 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -101,7 +101,7 @@ this because Tyler knows this. An http server with TLS and proxying support must already be installed and configured. .Nm -runs as a daemon and listens on a TCP/IP socket, preferrably +runs as a daemon and listens on a TCP/IP socket, preferably on a local interface. It can serve the full domain or only a directory. The http server must be configured to route to the .Nm @@ -141,7 +141,7 @@ it's re-enqueued for later. This integer configures the maximum count of times the sending will be retried. .It Ic queue_retry_minutes The number of minutes to wait before the failed posting of a message is -retried. This is not linear, but multipled by the number of retries +retried. This is not linear, but multiplied by the number of retries already done. .It Ic queue_timeout The maximum number of seconds to wait when sending a message from the queue. |