diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2013-10-31 08:22:29 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2013-10-31 08:22:29 +0000 |
| commit | 83bce6073af1032003d5b6bb8c814336bb5f2337 (patch) | |
| tree | bfefeb5543e10dad24b9c1fd15b8ab2dd546d206 /usr.bin/limits | |
| parent | a1a4cbea587a6e201e07dc121268f3e559e2969f (diff) | |
Notes
Diffstat (limited to 'usr.bin/limits')
| -rw-r--r-- | usr.bin/limits/limits.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/limits/limits.c b/usr.bin/limits/limits.c index 83167434a91a9..3b2cf6d2884ce 100644 --- a/usr.bin/limits/limits.c +++ b/usr.bin/limits/limits.c @@ -125,7 +125,7 @@ static struct { { "limit%s sbsize %s", ";\n", 1 }, { "limit%s vmemoryuse %s", ";\n", 1024 }, { "limit%s pseudoterminals %s", ";\n", 1 }, - { "limit%s swapuse %s", ";\n", 1024 }, + { "limit%s swapsize %s", ";\n", 1024 }, { "limit%s kqueues %s", ";\n", 1 }, } }, @@ -160,7 +160,7 @@ static struct { { "limit%s sbsize %s", ";\n", 1 }, { "limit%s vmemoryuse %s", ";\n", 1024 }, { "limit%s pseudoterminals %s", ";\n", 1 }, - { "limit%s swapuse %s", ";\n", 1024 }, + { "limit%s swapsize %s", ";\n", 1024 }, { "limit%s kqueues %s", ";\n", 1 }, } }, |
