diff options
| author | 2024-06-10 04:57:05 +0000 | |
|---|---|---|
| committer | 2024-06-10 04:57:05 +0000 | |
| commit | 84fc8d72a5eb61933e3a4dddb0a3351c44f31895 (patch) | |
| tree | a78c54c80f3329440450eac36fa742ee1865c04d /doc/snac.8 | |
| parent | Version 2.55 RELEASED. (diff) | |
| parent | Fix typos on manpages (diff) | |
| download | snac2-84fc8d72a5eb61933e3a4dddb0a3351c44f31895.tar.gz snac2-84fc8d72a5eb61933e3a4dddb0a3351c44f31895.tar.xz snac2-84fc8d72a5eb61933e3a4dddb0a3351c44f31895.zip | |
Merge pull request 'Fix typos on manpages' (#182) from sergiodj/snac2:typos-from-debian-lintian into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/182
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. | |||
| 101 | An http server with TLS and proxying support must already be | 101 | An http server with TLS and proxying support must already be |
| 102 | installed and configured. | 102 | installed and configured. |
| 103 | .Nm | 103 | .Nm |
| 104 | runs as a daemon and listens on a TCP/IP socket, preferrably | 104 | runs as a daemon and listens on a TCP/IP socket, preferably |
| 105 | on a local interface. It can serve the full domain or only | 105 | on a local interface. It can serve the full domain or only |
| 106 | a directory. The http server must be configured to route to the | 106 | a directory. The http server must be configured to route to the |
| 107 | .Nm | 107 | .Nm |
| @@ -141,7 +141,7 @@ it's re-enqueued for later. This integer configures the maximum count of | |||
| 141 | times the sending will be retried. | 141 | times the sending will be retried. |
| 142 | .It Ic queue_retry_minutes | 142 | .It Ic queue_retry_minutes |
| 143 | The number of minutes to wait before the failed posting of a message is | 143 | The number of minutes to wait before the failed posting of a message is |
| 144 | retried. This is not linear, but multipled by the number of retries | 144 | retried. This is not linear, but multiplied by the number of retries |
| 145 | already done. | 145 | already done. |
| 146 | .It Ic queue_timeout | 146 | .It Ic queue_timeout |
| 147 | The maximum number of seconds to wait when sending a message from the queue. | 147 | The maximum number of seconds to wait when sending a message from the queue. |