diff options
author | Brian Coca <bcoca@ansible.com> | 2015-11-16 14:52:50 -0800 |
---|---|---|
committer | Brian Coca <bcoca@ansible.com> | 2015-11-16 14:52:50 -0800 |
commit | f6fb47be8cc60efe72600a5c8cc56fce22341625 (patch) | |
tree | 7300aba3ca1dd1fd6c87e7de275a4e3b73e9ba87 /docsite | |
parent | 984729016e3ea20e27c60fa5110cfca19580370f (diff) | |
parent | 0dedf444a12af27006181faed036c6feda23a5e1 (diff) | |
download | ansible-f6fb47be8cc60efe72600a5c8cc56fce22341625.tar.gz |
Merge pull request #13172 from gebn/docs-grammar
Removed erroneous apostrophe in installation documentation
Diffstat (limited to 'docsite')
-rw-r--r-- | docsite/rst/intro_installation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index 28bbd69151..e986ffd70f 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -52,7 +52,7 @@ This includes Red Hat, Debian, CentOS, OS X, any of the BSDs, and so on. .. note:: - As of 2.0 ansible uses a few more file handles to manage it's forks, OS X has a very low setting so if you want to use 15 or more forks + As of 2.0 ansible uses a few more file handles to manage its forks, OS X has a very low setting so if you want to use 15 or more forks you'll need to raise the ulimit, like so ``sudo launchctl limit maxfiles 1024 2048``. Or just any time you see a "Too many open files" error. |