summaryrefslogtreecommitdiffstats
path: root/sys-utils/prlimit.1
diff options
context:
space:
mode:
authorBill Pemberton2015-02-25 15:07:59 +0100
committerKarel Zak2015-02-27 14:48:56 +0100
commita55f60a1076b60381e598aad60a6471d40ef3bff (patch)
tree5e401f83d907a066d850b4c73388a3cf813e51cd /sys-utils/prlimit.1
parentdocs: update TODO (diff)
downloadkernel-qcow2-util-linux-a55f60a1076b60381e598aad60a6471d40ef3bff.tar.gz
kernel-qcow2-util-linux-a55f60a1076b60381e598aad60a6471d40ef3bff.tar.xz
kernel-qcow2-util-linux-a55f60a1076b60381e598aad60a6471d40ef3bff.zip
docs: fix some spelling errors and typos in man pages
runuser.1: fix spelling implemenation -> implementation scriptreplay.1: fix spelling overide -> override unshare.1: fix spelling permamently -> permanently last.1: fix spelling preferrable -> preferable lslogins.1: fix spelling priviliges -> privileges hwclock.8.in: fix spelling transfered -> transferred prlimit.1: fix typo umlimited -> unlimited agetty.8: fix typo unnsupported -> unsupported Signed-off-by: Bill Pemberton <wfp5p@worldbroken.com>
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'.