diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2002-06-26 00:29:53 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2002-06-26 00:29:53 +0000 |
| commit | 085b9f3eb261495ee0446890489f16ec4bd1c77f (patch) | |
| tree | 6edadfa3f23b8ed404b56be8d717c9af614885d4 | |
| parent | 070f64fe6fe1f0f56fdd124c25a6784ad85c1bde (diff) | |
Notes
| -rw-r--r-- | bin/sh/miscbltin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/miscbltin.c b/bin/sh/miscbltin.c index ca038d7ed89d..21fc11e43c7e 100644 --- a/bin/sh/miscbltin.c +++ b/bin/sh/miscbltin.c @@ -361,7 +361,7 @@ ulimitcmd(int argc __unused, char **argv __unused) struct rlimit limit; what = 'f'; - while ((optc = nextopt("HSatfdsmcnulb")) != '\0') + while ((optc = nextopt("HSatfdsmcnuvlb")) != '\0') switch (optc) { case 'H': how = HARD; |
