summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-09-06 23:14:30 -0700
committerAndre Arko <andre@arko.net>2013-09-06 23:14:30 -0700
commit8d4bc4d6086b1f1d9d827121ad0b9d678c518548 (patch)
tree37fd5b173c2f22b4ad0b06a549d2e9b84e9514a7
parent65517eb377c433799fea5357fded8c56c9e6b42c (diff)
downloadbundler-8d4bc4d6086b1f1d9d827121ad0b9d678c518548.tar.gz
reword exec docs for clarity
-rw-r--r--man/bundle-exec.ronn6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/bundle-exec.ronn b/man/bundle-exec.ronn
index afa2d40db7..ba6844c5c2 100644
--- a/man/bundle-exec.ronn
+++ b/man/bundle-exec.ronn
@@ -21,9 +21,9 @@ available on your shell's `$PATH`.
## OPTIONS
* `--keep-file-descriptors`:
- Ruby 2.0's default Kernel#exec behavior discards non-standard file descriptors.
- This option enabled Ruby <= 1.9's default behavior and passes all file descriptors
- to the new command.
+ Exec in Ruby 2.0 began discarding non-standard file descriptors. When this
+ flag is passed, exec will revert to the 1.9 behaviour of passing all file
+ descriptors to the new process.
## BUNDLE INSTALL --BINSTUBS