diff --git a/man/3proxy.cfg.3 b/man/3proxy.cfg.3 index 7b0a6f9..ac87e42 100644 --- a/man/3proxy.cfg.3 +++ b/man/3proxy.cfg.3 @@ -902,18 +902,6 @@ for all threads. .br calls chroot(path). Unix only. -.SH PLUGINS - -.br -.B plugin - [ ...] -.br - Loads specified library and calls given export function with given arguments, -as -.br - int functions_to_call(struct pluginlink * pl, int argc, char * argv[]); -.br - function_to_call must return 0 in case of success, value > 0 to indicate error. .br .B stacksize @@ -928,6 +916,18 @@ as stacksize 65536 and then find the minimal value for service to work. If you experience memory shortage, you can try to experiment with negative values. +.SH PLUGINS + +.br +.B plugin + [ ...] +.br + Loads specified library and calls given export function with given arguments, +as +.br + int functions_to_call(struct pluginlink * pl, int argc, char * argv[]); +.br + function_to_call must return 0 in case of success, value > 0 to indicate error. .br .B filtermaxsize diff --git a/man/ftppr.8 b/man/ftppr.8 index 5fec7ce..4a285e4 100644 --- a/man/ftppr.8 +++ b/man/ftppr.8 @@ -51,6 +51,7 @@ is specified logging is to file. Under Unix, if preceeds .IR logfile , syslog is used for logging. +.TP .B -S Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy crashes. diff --git a/man/icqpr.8 b/man/icqpr.8 index f4a2b71..b2e7fdc 100644 --- a/man/icqpr.8 +++ b/man/icqpr.8 @@ -45,6 +45,7 @@ is specified logging is to file. Under Unix, if preceeds .IR logfile , syslog is used for logging. +.TP .B -S Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy crashes. diff --git a/man/pop3p.8 b/man/pop3p.8 index df032a5..607c183 100644 --- a/man/pop3p.8 +++ b/man/pop3p.8 @@ -51,6 +51,7 @@ is specified logging is to file. Under Unix, if preceeds .IR logfile , syslog is used for logging. +.TP .B -S Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy crashes. diff --git a/man/proxy.8 b/man/proxy.8 index cade8ec..da11304 100644 --- a/man/proxy.8 +++ b/man/proxy.8 @@ -52,6 +52,7 @@ is specified logging is to file. Under Unix, if preceeds .IR logfile , syslog is used for logging. +.TP .B -S Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy crashes. diff --git a/man/smtpp.8 b/man/smtpp.8 index f07107a..16a0ed7 100644 --- a/man/smtpp.8 +++ b/man/smtpp.8 @@ -51,6 +51,7 @@ is specified logging is to file. Under Unix, if preceeds .IR logfile , syslog is used for logging. +.TP .B -S Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy crashes. diff --git a/man/socks.8 b/man/socks.8 index 0be9f8e..993cf1d 100644 --- a/man/socks.8 +++ b/man/socks.8 @@ -48,6 +48,7 @@ is specified logging is to file. Under Unix, if preceeds .IR logfile , syslog is used for logging. +.TP .B -S Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy crashes. diff --git a/man/tcppm.8 b/man/tcppm.8 index 929d2b5..cb40876 100644 --- a/man/tcppm.8 +++ b/man/tcppm.8 @@ -40,6 +40,7 @@ is specified logging is to file. Under Unix, if preceeds .IR logfile , syslog is used for logging. +.TP .B -S Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy crashes. diff --git a/man/udppm.8 b/man/udppm.8 index 8ef3493..1b18b5d 100644 --- a/man/udppm.8 +++ b/man/udppm.8 @@ -46,6 +46,7 @@ Single packet. By default only one client can use udppm service, but if -s is specified only one packet will be forwarded between client and server. It allows to share service between multiple clients for single packet services (for example name lookups). +.TP .B -S Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy crashes.