]> source.dussan.org Git - rspamd.git/commitdiff
Update manpages.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 14 Oct 2015 15:42:12 +0000 (16:42 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 14 Oct 2015 15:42:12 +0000 (16:42 +0100)
doc/rspamd.8
doc/rspamd.8.md

index bd5491623754429ab6e0c239ed722a1e99ea2ecf..325a507483354b04e1644b43781be68d7b058668 100644 (file)
@@ -18,11 +18,6 @@ Rspamd is designed to process connections completely asynchronous and do
 not block anywhere in code.
 .SH OPTIONS
 .TP
-.B \-t, \-\-config\-test
-Perform config test and exit
-.RS
-.RE
-.TP
 .B \-f, \-\-no\-fork
 Do not daemonize main process
 .RS
@@ -48,35 +43,10 @@ Path to pidfile
 .RS
 .RE
 .TP
-.B \-C, \-\-dump\-cache
-Dump symbols cache stats and exit
-.RS
-.RE
-.TP
-.B \-d, \-\-debug
-Force debug output
-.RS
-.RE
-.TP
 .B \-i, \-\-insecure
 Ignore running workers as privileged users (insecure)
 .RS
 .RE
-.TP
-.B \-\-test\-lua=\f[I]path\f[]
-Specify lua file(s) to test
-.RS
-.RE
-.TP
-.B \-\-sign\-config=\f[I]path\f[]
-Specify config file(s) to sign
-.RS
-.RE
-.TP
-.B \-\-private\-key=\f[I]path\f[]
-Specify private key to sign
-.RS
-.RE
 .SH EXAMPLES
 .PP
 Run rspamd daemon with default configuration:
@@ -102,22 +72,6 @@ Run rspamd specifying user and group:
 rspamd\ \-u\ rspamd\ \-g\ rspamd\ \-c\ /etc/rspamd/rspamd.conf
 \f[]
 .fi
-.PP
-Test lua scripts using rspamd API:
-.IP
-.nf
-\f[C]
-rspamd\ \-\-test\-lua=~/test1.lua\ \-\-test\-lua=~/test2.lua
-\f[]
-.fi
-.PP
-Sign config files for \f[C]\&.includes\f[] macro:
-.IP
-.nf
-\f[C]
-rspamd\ \-\-private\-key=sign.key\ \-\-sign\-config=rspamd.conf
-\f[]
-.fi
 .SH SEE ALSO
 .PP
 Rspamd documentation and source codes may be downloaded from
index 730717ffbc52ed768db41ccb13a2576d0c4818f2..c7c811cf4ecc49fad0c64820046134e0dd4dfdba 100644 (file)
@@ -19,9 +19,6 @@ Rspamd is designed to process connections completely asynchronous and do not blo
 
 # OPTIONS
 
--t, \--config-test
-:      Perform config test and exit
-
 -f, \--no-fork
 :      Do not daemonize main process
 
@@ -37,25 +34,9 @@ Rspamd is designed to process connections completely asynchronous and do not blo
 -p *path*, \--pid=*path*
 :      Path to pidfile
 
--C, \--dump-cache
-:      Dump symbols cache stats and exit
-
--d, \--debug
-:      Force debug output
-
 -i, \--insecure
 :      Ignore running workers as privileged users (insecure)
 
-\--test-lua=*path*
-:      Specify lua file(s) to test
-
-\--sign-config=*path*
-:      Specify config file(s) to sign
-
-\--private-key=*path*
-:      Specify private key to sign
-
-
 # EXAMPLES
 
 Run rspamd daemon with default configuration:
@@ -70,14 +51,6 @@ Run rspamd specifying user and group:
 
        rspamd -u rspamd -g rspamd -c /etc/rspamd/rspamd.conf
 
-Test lua scripts using rspamd API:
-
-       rspamd --test-lua=~/test1.lua --test-lua=~/test2.lua
-
-Sign config files for `.includes` macro:
-
-       rspamd --private-key=sign.key --sign-config=rspamd.conf
-
 # SEE ALSO
 
 Rspamd documentation and source codes may be downloaded from