diff options
author | dillon <dillon@FreeBSD.org> | 2002-07-02 19:06:33 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2002-07-02 19:06:33 +0000 |
commit | 7340de44e8cdecfc257a0d573bb2f04d1507b201 (patch) | |
tree | 3543ca80e7bd2aa7de8f5bc9ede70c8deba50437 /bin | |
parent | e37181aa29c75a9f83beb12faa81d43faab9e303 (diff) | |
download | FreeBSD-src-7340de44e8cdecfc257a0d573bb2f04d1507b201.zip FreeBSD-src-7340de44e8cdecfc257a0d573bb2f04d1507b201.tar.gz |
Fix type-o in last commit in preparation for MFC.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/sh/sh.1 | 2 |
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 |