diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2010-09-29 12:19:14 +0100 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2010-09-29 12:19:14 +0100 |
| commit | dd0ea18acaad2b5d492ddca5850550477992705a (patch) | |
| tree | d586678179be4219d47a89ddcf1e25e1c92f24c4 | |
| parent | d08674f42ebb85a32284089ac9e48270f35a830e (diff) | |
| download | rabbitmq-server-git-dd0ea18acaad2b5d492ddca5850550477992705a.tar.gz | |
code doc tweak
| -rw-r--r-- | src/file_handle_cache.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_handle_cache.erl b/src/file_handle_cache.erl index d2830a25ca..6a948d49b6 100644 --- a/src/file_handle_cache.erl +++ b/src/file_handle_cache.erl @@ -1171,7 +1171,7 @@ ulimit() -> ?FILE_HANDLES_LIMIT_WINDOWS; {unix, _OsName} -> %% Under Linux, Solaris and FreeBSD, ulimit is a shell - %% builtin, not a command. In OS X, it's a command. + %% builtin, not a command. In OS X and AIX it's a command. %% Fortunately, os:cmd invokes the cmd in a shell env, so %% we're safe in all cases. case os:cmd("ulimit -n") of |
