diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-18 09:45:40 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-18 09:45:40 +0000 |
| commit | ee6a4f5f5781c76e7330ae093dd6adbe983c124f (patch) | |
| tree | 53a4cf65eaafe8c158d32edde8c7b3d77db28199 /lib | |
| parent | 033d8e7a3ec8a654b800a6effeaf00bc4ad1c2cf (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libutil/login.conf.5 | 2 | ||||
| -rw-r--r-- | lib/libutil/login_class.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5 index 5392f2e06430..434a3478c51a 100644 --- a/lib/libutil/login.conf.5 +++ b/lib/libutil/login.conf.5 @@ -159,7 +159,7 @@ notation may be used. .It memorylocked size Maximum locked in core memory size limit. .It maxproc number Maximum number of processes. .It openfiles number Maximum number of open files per process. -.It sbsize number Maximum permitted socketbuffer size. +.It sbsize size Maximum permitted socketbuffer size. .El .Pp These resource limit entries actually specify both the maximum diff --git a/lib/libutil/login_class.c b/lib/libutil/login_class.c index 478d9b22cd5f..36c5c50539e3 100644 --- a/lib/libutil/login_class.c +++ b/lib/libutil/login_class.c @@ -55,7 +55,7 @@ static struct login_res { { "maxproc", login_getcapnum, RLIMIT_NPROC }, { "openfiles", login_getcapnum, RLIMIT_NOFILE }, { "coredumpsize", login_getcapsize, RLIMIT_CORE }, - { "sbsize", login_getcapnum, RLIMIT_SBSIZE }, + { "sbsize", login_getcapsize, RLIMIT_SBSIZE }, { NULL, 0, 0 } }; |
