Browse Source

man update

Yann Weber 4 years ago
parent
commit
d1eaf6979f
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/main.c

+ 3
- 3
src/main.c View File

@@ -427,13 +427,13 @@ if ($programname contains 'pyfcgi') then {
427 427
  * @section EXAMPLES 
428 428
  * To run foo_pep333.entrypoint() PEP333 application :
429 429
  * 
430
- * spawn-fcgi -d . -n -p 9000 -a 127.0.0.1 -- src/pyfcgi -S \
430
+ * spawn-fcgi -d . -n -p 9000 -a 127.0.0.1 -- src/pyfcgi -S
431 431
  * -e foo_pep333 -E entrypoint
432 432
  *
433 433
  * Logfile example :
434 434
  *
435
- * spawn-fcgi -d . -n -p 9000 -a 127.0.0.1 -- src/pyfcgi -S \
436
- * -e foo_pep333 -E entrypoint \
435
+ * spawn-fcgi -d . -n -p 9000 -a 127.0.0.1 -- src/pyfcgi -S
436
+ * -e foo_pep333 -E entrypoint
437 437
  * -L '/tmp/foo.log;0xff;{datetime} {msg} {ident}'
438 438
  *
439 439
  * @section AUTHOR

Loading…
Cancel
Save