summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2010-09-29 12:19:14 +0100
committerEmile Joubert <emile@rabbitmq.com>2010-09-29 12:19:14 +0100
commit8aa4d8ea680f398a0afc8f0c0a7379e4fe096763 (patch)
treed586678179be4219d47a89ddcf1e25e1c92f24c4
parent9fc7772499ce009ed368c5bda9844f9c839222cc (diff)
downloadrabbitmq-server-bug23315.tar.gz
code doc tweakbug23315
-rw-r--r--src/file_handle_cache.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_handle_cache.erl b/src/file_handle_cache.erl
index d2830a25..6a948d49 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