Forráskód Böngészése

minor man updates

z3APA3A 10 éve
szülő
commit
0d02989cce
9 módosított fájl, 20 hozzáadás és 12 törlés
  1. 12 12
      man/3proxy.cfg.3
  2. 1 0
      man/ftppr.8
  3. 1 0
      man/icqpr.8
  4. 1 0
      man/pop3p.8
  5. 1 0
      man/proxy.8
  6. 1 0
      man/smtpp.8
  7. 1 0
      man/socks.8
  8. 1 0
      man/tcppm.8
  9. 1 0
      man/udppm.8

+ 12 - 12
man/3proxy.cfg.3

@@ -902,18 +902,6 @@ for all threads.
 <path>
 .br
  calls chroot(path). Unix only.
-.SH PLUGINS
-
-.br
-.B plugin
-<path_to_shared_library> <function_to_call> [<arg1> ...]
-.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
+<path_to_shared_library> <function_to_call> [<arg1> ...]
+.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

+ 1 - 0
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.

+ 1 - 0
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.

+ 1 - 0
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.

+ 1 - 0
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.

+ 1 - 0
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.

+ 1 - 0
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.

+ 1 - 0
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.

+ 1 - 0
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.