Tim Waugh 95e06a
--- bash-3.2/builtins/ulimit.def.ulimit-m	2006-03-23 20:51:51.000000000 +0000
Tim Waugh 95e06a
+++ bash-3.2/builtins/ulimit.def	2007-07-04 16:42:12.000000000 +0100
Tim Waugh 95e06a
@@ -38,7 +38,7 @@
Tim Waugh 95e06a
     -f	the maximum size of files written by the shell and its children
Tim Waugh 95e06a
     -i	the maximum number of pending signals
Tim Waugh 95e06a
     -l	the maximum size a process may lock into memory
Tim Waugh 95e06a
-    -m	the maximum resident set size
Tim Waugh 95e06a
+    -m	the maximum resident set size (has no effect on Linux)
Tim Waugh 95e06a
     -n	the maximum number of open file descriptors
Tim Waugh 95e06a
     -p	the pipe buffer size
Tim Waugh 95e06a
     -q	the maximum number of bytes in POSIX message queues
Tim Waugh 95e06a
--- bash-3.2/doc/bash.1.ulimit-m	2007-07-04 16:41:59.000000000 +0100
Tim Waugh 95e06a
+++ bash-3.2/doc/bash.1	2007-07-04 16:42:12.000000000 +0100
Tim Waugh 95e06a
@@ -8545,7 +8545,7 @@
Tim Waugh 95e06a
 The maximum size that may be locked into memory
Tim Waugh 95e06a
 .TP
Tim Waugh 95e06a
 .B \-m
Tim Waugh 95e06a
-The maximum resident set size
Tim Waugh 95e06a
+The maximum resident set size (has no effect on Linux)
Tim Waugh 95e06a
 .TP
Tim Waugh 95e06a
 .B \-n
Tim Waugh 95e06a
 The maximum number of open file descriptors (most systems do not