diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-16 15:29:56 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-16 15:29:56 (GMT) |
commit | f8def28ff03f3167bd0becabab4dc5d70ee22033 (patch) | |
tree | 5424070e12f33782e463043030531641866bbf2c /Doc/library/posix.rst | |
parent | a0eb80999538febe046164bae541d3f07b899dfb (diff) | |
download | cpython-f8def28ff03f3167bd0becabab4dc5d70ee22033.zip cpython-f8def28ff03f3167bd0becabab4dc5d70ee22033.tar.gz cpython-f8def28ff03f3167bd0becabab4dc5d70ee22033.tar.bz2 |
Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
Diffstat (limited to 'Doc/library/posix.rst')
-rw-r--r-- | Doc/library/posix.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/posix.rst b/Doc/library/posix.rst index 07db2b2..ba1b4b5 100644 --- a/Doc/library/posix.rst +++ b/Doc/library/posix.rst @@ -37,7 +37,7 @@ Large File Support .. sectionauthor:: Steve Clift <clift@mail.anacapa.net> Several operating systems (including AIX, HP-UX, Irix and Solaris) provide -support for files that are larger than 2 GB from a C programming model where +support for files that are larger than 2 GiB from a C programming model where :c:type:`int` and :c:type:`long` are 32-bit values. This is typically accomplished by defining the relevant size and offset types as 64-bit values. Such files are sometimes referred to as :dfn:`large files`. |