diff options
author | Badlop <badlop@process-one.net> | 2011-05-31 12:27:45 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2011-05-31 12:51:09 +0200 |
commit | 4a4f3eb8c5ea927949df77ff7193ce53ae778a11 (patch) | |
tree | bdc4bd24cc75091b49676347670da88c180c5d33 /doc/guide.tex | |
parent | New ERL_EPMD_ADDRESS that works since Erlang/OTP R14B03 (diff) |
Fix minor English error
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 8d78f1366..fc6c5059d 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -5053,10 +5053,10 @@ The command line parameters: connections (see section \ref{epmd}). \titem{-detached} Starts the Erlang system detached from the system console. - Useful for running daemons and backgrounds processes. + Useful for running daemons and background processes. \titem{-noinput} Ensures that the Erlang system never tries to read any input. - Useful for running daemons and backgrounds processes. + Useful for running daemons and background processes. \titem{-pa /var/lib/ejabberd/ebin} Specify the directory where Erlang binary files (*.beam) are located. \titem{-s ejabberd} |