summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar grunfink2024-06-10 04:57:05 +0000
committerGravatar grunfink2024-06-10 04:57:05 +0000
commit84fc8d72a5eb61933e3a4dddb0a3351c44f31895 (patch)
treea78c54c80f3329440450eac36fa742ee1865c04d
parentVersion 2.55 RELEASED. (diff)
parentFix typos on manpages (diff)
downloadsnac2-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
-rw-r--r--doc/snac.16
-rw-r--r--doc/snac.84
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/snac.1 b/doc/snac.1
index 178e594..d715193 100644
--- a/doc/snac.1
+++ b/doc/snac.1
@@ -138,7 +138,7 @@ The rest of the page contains your timeline in reverse
138chronological order (i.e., newest interactions first). 138chronological order (i.e., newest interactions first).
139.Nm 139.Nm
140shows the conversations as nested trees, unlike other Fediverse 140shows the conversations as nested trees, unlike other Fediverse
141software; everytime you contribute something to a conversation, 141software; every time you contribute something to a conversation,
142the full thread is bumped up, so new interactions are shown 142the full thread is bumped up, so new interactions are shown
143always at the top of the page while the forgotten ones languish 143always at the top of the page while the forgotten ones languish
144at the bottom. 144at the bottom.
@@ -179,7 +179,7 @@ this kind of requirements, though).
179This is the most important button in 179This is the most important button in
180.Nm 180.Nm
181and the Fediverse in general. Click it if you don't want 181and the Fediverse in general. Click it if you don't want
182to read crap from this user again in the forseeable future. 182to read crap from this user again in the foreseeable future.
183.It Hide 183.It Hide
184If a conversation is getting long and annoying but not enough 184If a conversation is getting long and annoying but not enough
185to MUTE its author forever, click this button to avoid seeing 185to 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
214Resets a user's password to a new, random one. 214Resets 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
216Processes the output queue of the specied user, sending all 216Processes the output queue of the specified user, sending all
217enqueued messages and re-enqueing the failing ones. This command 217enqueued messages and re-enqueing the failing ones. This command
218must not be executed if the server is running. 218must 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
diff --git a/doc/snac.8 b/doc/snac.8
index 389cd0e..f4d513a 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -101,7 +101,7 @@ this because Tyler knows this.
101An http server with TLS and proxying support must already be 101An http server with TLS and proxying support must already be
102installed and configured. 102installed and configured.
103.Nm 103.Nm
104runs as a daemon and listens on a TCP/IP socket, preferrably 104runs as a daemon and listens on a TCP/IP socket, preferably
105on a local interface. It can serve the full domain or only 105on a local interface. It can serve the full domain or only
106a directory. The http server must be configured to route to the 106a 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
141times the sending will be retried. 141times the sending will be retried.
142.It Ic queue_retry_minutes 142.It Ic queue_retry_minutes
143The number of minutes to wait before the failed posting of a message is 143The number of minutes to wait before the failed posting of a message is
144retried. This is not linear, but multipled by the number of retries 144retried. This is not linear, but multiplied by the number of retries
145already done. 145already done.
146.It Ic queue_timeout 146.It Ic queue_timeout
147The maximum number of seconds to wait when sending a message from the queue. 147The maximum number of seconds to wait when sending a message from the queue.