From aa15037ace622ea3bfb82b847bba8e085522598d Mon Sep 17 00:00:00 2001 From: Pranaov S <148376495+pranaovs@users.noreply.github.com> Date: Sat, 7 Jun 2025 11:39:40 +0000 Subject: [PATCH] ulimit: explicitly specify help ulimit is bash only (#16787) Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/common/ulimit.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/common/ulimit.md b/pages/common/ulimit.md index 20eb41c3ec..23d663895e 100644 --- a/pages/common/ulimit.md +++ b/pages/common/ulimit.md @@ -1,6 +1,7 @@ # ulimit > Get and set resource limits for user processes. +> It is a shell builtin hence not shell-agnostic. > More information: . - Get the properties of all the user limits: @@ -19,6 +20,6 @@ `ulimit -u 30` -- Display help: +- Display help (Bash only): `help ulimit`