summaryrefslogtreecommitdiffstats
path: root/bin/sh
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2002-07-02 19:06:33 +0000
committerdillon <dillon@FreeBSD.org>2002-07-02 19:06:33 +0000
commit7340de44e8cdecfc257a0d573bb2f04d1507b201 (patch)
tree3543ca80e7bd2aa7de8f5bc9ede70c8deba50437 /bin/sh
parente37181aa29c75a9f83beb12faa81d43faab9e303 (diff)
downloadFreeBSD-src-7340de44e8cdecfc257a0d573bb2f04d1507b201.zip
FreeBSD-src-7340de44e8cdecfc257a0d573bb2f04d1507b201.tar.gz
Fix type-o in last commit in preparation for MFC.
Diffstat (limited to 'bin/sh')
-rw-r--r--bin/sh/sh.12
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 6d90667..8dffaf8 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -1849,7 +1849,7 @@ The maximal amount of CPU time to be used by each process, in seconds.
.It Fl u Ar userproc
The maximal number of simultaneous processes for this user ID.
.It Fl v Ar virtualmem
-The maximal virtual size of a process, in kilobutes.
+The maximal virtual size of a process, in kilobytes.
.El
.It Ic umask Op Ar mask
Set the file creation mask (see
OpenPOWER on IntegriCloud