diff options
| author | Brian Inglis <Brian.Inglis@Shaw.ca> | 2023-02-08 13:27:23 -0700 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-02-08 22:13:56 +0100 |
| commit | c996da21b5e4ca190d1fabdb75d47c3a5f543aa2 (patch) | |
| tree | 28114a535e1fbfc37db0004a415486ffc6a89a39 | |
| parent | c909674051369917cbdbf9d15c58759a89b36a2a (diff) | |
| download | man-pages-c996da21b5e4ca190d1fabdb75d47c3a5f543aa2.tar.gz | |
shmget.2: Fix limit units prefix symbol from SI to IEC
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man2/shmget.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/shmget.2 b/man2/shmget.2 index e12915dd8e..856fd6024f 100644 --- a/man2/shmget.2 +++ b/man2/shmget.2 @@ -354,7 +354,7 @@ for a discussion of why this default value (rather than is used. .IP From Linux 2.2 up to Linux 3.15, the default value of -this limit was 0x2000000 (32\ MB). +this limit was 0x2000000 (32\ MiB). .IP Because it is not possible to map just part of a shared memory segment, the amount of virtual memory places another limit on the maximum size of a |
