]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ipcshm-document-new-limits-in-the-uapi-header-v2
authorDavidlohr Bueso <davidlohr@hp.com>
Thu, 22 May 2014 00:44:17 +0000 (10:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:44:17 +0000 (10:44 +1000)
Signed-off-by: Davidlohr Bueso <davidlohr@hp.com>
Cc: Michael Kerrisk <mtk.manpages@gmail.com>
Cc: Manfred Spraul <manfred@colorfullife.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/uapi/linux/shm.h

index e37fb08df9cddba9c98c43e10477ed3bfbedb503..3400b6eb1fbe9dfe539358ecb07c7def156db2e1 100644 (file)
@@ -12,8 +12,9 @@
  * modified by sysctl. Both SHMMAX and SHMALL have their default values
  * to the maximum limit which is as large as it can be without helping
  * userspace overflow the values. There is really nothing the kernel
- * can do to avoid this any variables. It is therefore not advised to
- * make them any larger. This is suitable for both 32 and 64-bit systems.
+ * can do to avoid this any further. It is therefore not advised to
+ * make them any larger. These limits are suitable for both 32 and
+ * 64-bit systems.
  */
 #define SHMMIN 1                        /* min shared seg size (bytes) */
 #define SHMMNI 4096                     /* max num of segs system wide */