summaryrefslogtreecommitdiffstats
path: root/sys-utils/prlimit.1
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/prlimit.1')
-rw-r--r--sys-utils/prlimit.12
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/prlimit.1 b/sys-utils/prlimit.1
index e5c207156..600c706fc 100644
--- a/sys-utils/prlimit.1
+++ b/sys-utils/prlimit.1
@@ -99,7 +99,7 @@ of open files to 1024 and 4095, respectively.
Modify only the soft limit for the number of processes.
.IP "\fBprlimit \-\-pid $$ --nproc=unlimited\fP"
Set for the current process both the soft and ceiling values for the number of
-processes to umlimited.
+processes to unlimited.
.IP "\fBprlimit --cpu=10 sort -u hugefile\fP"
Set both the soft and hard CPU time limit to ten seconds and run 'sort'.