diff options
| -rw-r--r-- | doc/snac.1 | 6 | ||||
| -rw-r--r-- | doc/snac.8 | 4 |
2 files changed, 5 insertions, 5 deletions
| @@ -138,7 +138,7 @@ The rest of the page contains your timeline in reverse | |||
| 138 | chronological order (i.e., newest interactions first). | 138 | chronological order (i.e., newest interactions first). |
| 139 | .Nm | 139 | .Nm |
| 140 | shows the conversations as nested trees, unlike other Fediverse | 140 | shows the conversations as nested trees, unlike other Fediverse |
| 141 | software; everytime you contribute something to a conversation, | 141 | software; every time you contribute something to a conversation, |
| 142 | the full thread is bumped up, so new interactions are shown | 142 | the full thread is bumped up, so new interactions are shown |
| 143 | always at the top of the page while the forgotten ones languish | 143 | always at the top of the page while the forgotten ones languish |
| 144 | at the bottom. | 144 | at the bottom. |
| @@ -179,7 +179,7 @@ this kind of requirements, though). | |||
| 179 | This is the most important button in | 179 | This is the most important button in |
| 180 | .Nm | 180 | .Nm |
| 181 | and the Fediverse in general. Click it if you don't want | 181 | and the Fediverse in general. Click it if you don't want |
| 182 | to read crap from this user again in the forseeable future. | 182 | to read crap from this user again in the foreseeable future. |
| 183 | .It Hide | 183 | .It Hide |
| 184 | If a conversation is getting long and annoying but not enough | 184 | If a conversation is getting long and annoying but not enough |
| 185 | to MUTE its author forever, click this button to avoid seeing | 185 | to MUTE its author forever, click this button to avoid seeing |
| @@ -213,7 +213,7 @@ necessary information will be prompted for. | |||
| 213 | .It Cm resetpwd Ar basedir Ar uid | 213 | .It Cm resetpwd Ar basedir Ar uid |
| 214 | Resets a user's password to a new, random one. | 214 | Resets a user's password to a new, random one. |
| 215 | .It Cm queue Ar basedir Ar uid | 215 | .It Cm queue Ar basedir Ar uid |
| 216 | Processes the output queue of the specied user, sending all | 216 | Processes the output queue of the specified user, sending all |
| 217 | enqueued messages and re-enqueing the failing ones. This command | 217 | enqueued messages and re-enqueing the failing ones. This command |
| 218 | must not be executed if the server is running. | 218 | must not be executed if the server is running. |
| 219 | .It Cm follow Ar basedir Ar uid Ar actor | 219 | .It Cm follow Ar basedir Ar uid Ar actor |
| @@ -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. |