man/man1/zbatery.1 in zbatery-0.1.0 vs man/man1/zbatery.1 in zbatery-0.1.1
- old
+ new
@@ -7,12 +7,12 @@
zbatery [-c CONFIG_FILE] [-E RACK_ENV] [-D] [RACKUP_FILE]
.SH DESCRIPTION
.PP
A rackup(1)-like command to launch Rack applications using Zbatery.
It is expected to be started in your application root (APP_ROOT),
-but \[lq]Dir.chdir\[rq] may also be executed in the CONFIG_FILE or
-RACKUP_FILE.
+but the \[lq]working_directory\[rq] directive may be used in the
+CONFIG_FILE.
.PP
While Zbatery takes a myriad of command-line options for
compatibility with ruby(1) and rackup(1), it is recommended to
stick to the few command-line options specified in the SYNOPSIS and
use the CONFIG_FILE as much as possible.
@@ -27,11 +27,10 @@
.SH UNICORN OPTIONS
.TP
.B -c, --config-file CONFIG_FILE
Path to the Unicorn-specific config file.
The config file is implemented as a Ruby DSL, so Ruby code may
-executed (e.g.
-\[lq]Dir.chdir\[rq], \[lq]Process::UID.change_privilege\[rq]).
+executed.
See the RDoc/ri for the \f[I]Unicorn::Configurator\f[] class for
the full list of directives available from the DSL.
.RS
.RE
.TP