]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] doc: Fix spelling errors
authorSebastien Badia <seb@sebian.fr>
Sat, 13 May 2017 15:20:00 +0000 (17:20 +0200)
committerSebastien Badia <seb@sebian.fr>
Sat, 13 May 2017 15:20:13 +0000 (17:20 +0200)
clang-plugin/printf_check.cc
doc/rspamadm.1
doc/rspamadm.1.md
doc/rspamc.1
doc/rspamc.1.md

index f42d487b2372fe664499261dea0e208e0239560c..69174f6fb72476e4dbe22fcc48204ca24fb298ad 100644 (file)
@@ -418,7 +418,7 @@ namespace rspamd {
                                        if (parsers->size () != E->getNumArgs () - (pos + 1)) {
                                                std::ostringstream err_buf;
                                                err_buf << "number of arguments for " << fname
-                                                               << " missmatches query string '" <<
+                                                               << " mismatches query string '" <<
                                                                qval->getString ().str ()
                                                                                << "', expected " << parsers->size () <<
                                                                " args"
index 22bcf4d9188b02ac14bc90ca62aaf899bd886431..bd3b02a2d7a0f15866f03fabba7529919238e64f 100644 (file)
@@ -1,4 +1,7 @@
+.\" Automatically generated by Pandoc 1.17.2
+.\"
 .TH "RSPAMADM" "1" "" "Rspamd User Manual" ""
+.hy
 .SH NAME
 .PP
 rspamadm \- rspamd administration utility
@@ -6,27 +9,29 @@ rspamadm \- rspamd administration utility
 .PP
 rspamadm [\f[I]global_options\f[]] [\f[I]command\f[]]
 [\f[I]command_options\f[]]...
-.PP
-rspamadm \-l
-.PP
-rspamadm help
-.PP
-rspamadm help
-.PP
-rspamadm \-\-help
 .SH DESCRIPTION
 .PP
 \f[C]rspamadm\f[] is a routine to manage rspamd spam filtering system.
 It is intended to perform such actions as merging databases, performing
 configuration tests, encrypting passwords, signing configurations and so
 on.
-You can get a list of available commands by running
+You can get a list of available \f[B]commands\f[] by running
 .IP
 .nf
 \f[C]
 rspamadm\ \-l
 \f[]
 .fi
+.PP
+Also for each command you can check list of available
+\f[B]command_options\f[] by running
+.IP
+.nf
+\f[C]
+rspamadm\ help\ command
+rspamadm\ command\ \-\-help
+\f[]
+.fi
 .SH OPTIONS
 .TP
 .B \-h, \-\-help
@@ -55,8 +60,8 @@ Redefine ucl variable in format \f[C]VARIABLE=VALUE\f[]
 .RE
 .SH RETURN VALUE
 .PP
-On exit \f[C]rspamadm\f[] returns \f[C]0\f[] if operation was
-successfull and an error code otherwise.
+On exit \f[C]rspamadm\f[] returns \f[C]0\f[] if operation was successful
+and an error code otherwise.
 .SH EXAMPLES
 .PP
 Get help for pw command:
index efe091da83588abb2e45f5e2c395edf02955aced..83c6c3e278399fb096d0c2c33753f248a24adf7f 100644 (file)
@@ -41,7 +41,7 @@ Also for each command you can check list of available **command_options** by run
 
 # RETURN VALUE
 
-On exit `rspamadm` returns `0` if operation was successfull and an error code otherwise.
+On exit `rspamadm` returns `0` if operation was successful and an error code otherwise.
 
 # EXAMPLES
 
@@ -82,4 +82,4 @@ Generate a keypair to use for HTTPCrypt encryption:
 # SEE ALSO
 
 Rspamd documentation and source codes may be downloaded from
-<https://rspamd.com/>.
\ No newline at end of file
+<https://rspamd.com/>.
index 331bdada87431070fbd44eba58aec84d5f16a990..0100cb41b7baf1015f28a90f704517f4fc5867d1 100644 (file)
@@ -1,4 +1,7 @@
+.\" Automatically generated by Pandoc 1.17.2
+.\"
 .TH "RSPAMC" "1" "" "Rspamd User Manual" ""
+.hy
 .SH NAME
 .PP
 \f[C]rspamc\f[] \- rspamd command line client
@@ -205,7 +208,7 @@ List available commands
 .RE
 .SH RETURN VALUE
 .PP
-On exit \f[C]rspamc\f[] returns \f[C]0\f[] if operation was successfull
+On exit \f[C]rspamc\f[] returns \f[C]0\f[] if operation was successful
 and an error code otherwise.
 .SH EXAMPLES
 .PP
index fb0fa58c855b4e8140e5b6b62c3bcc4f6a41d419..4966e64cbac7eab628d75bf3e422a726f7db5af9 100644 (file)
@@ -122,7 +122,7 @@ requires input.
 
 # RETURN VALUE
 
-On exit `rspamc` returns `0` if operation was successfull and an error code otherwise.
+On exit `rspamc` returns `0` if operation was successful and an error code otherwise.
 
 # EXAMPLES