NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: xsrc/49912
The following reply was made to PR xsrc/49912; it has been noted by GNATS.
From: Taylor R Campbell <riastradh%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: xsrc/49912
Date: Fri, 10 Jul 2015 02:56:46 +0000
Date: Tue, 19 May 2015 02:09:04 +0000 (UTC)
From: Kamil Rytarowski <n54%gmx.com@localhost>
--- share/man/man5/login.conf.5 29 Jun 2013 08:14:31 -0000 1.28
+++ share/man/man5/login.conf.5 19 May 2015 01:57:48 -0000
...
+.It Sy vmemoryuse Ta size Ta "" Ta
+The maximum size (in bytes) which a process can obtain.
For consistency with other entries, this should be: `Maximum virtual
address space limit.'
Separately, this and the other entries -- e.g., datasize -- should be
changed to just say `Maximum foo.' without the redundant word `limit',
and should specify that it's in bytes: `Maximum sbrk(2) data size in
bytes.', `Maximum virtual address space size in bytes.', &c.
--- share/man/man7/sysctl.7 17 Jul 2014 13:42:02 -0000 1.84
+++ share/man/man7/sysctl.7 19 May 2015 01:57:48 -0000
+.It Li proc.pid.rlimit.vmemoryuse ( PROC_PID_LIMIT_AS and a common alias
This, and all the other entries, should use `Dv PROC_PID_LIMIT_AS'.
+PROC_PID_LIMIT_VMEM )
PROC_PID_LIMIT_VMEM does not appear to exist, nor is it necessary.
+.It Li proc.pid.rlimit.maxlwp ( PROC_PID_LIMIT_NTHR )
+The maximim number of threads.
^ `maximum'
Add `...that can be created and running at one time in the process.'
--- share/doc/psd/05.sysman/1.6.t 6 Oct 2013 05:45:19 -0000 1.5
+++ share/doc/psd/05.sysman/1.6.t 19 May 2015 01:57:48 -0000
+RLIMIT_VMEM /* common alias of RLIMIT_AS */
Say `alias for RLIMIT_AS'.
Home |
Main Index |
Thread Index |
Old Index