open.2: Fix number and formula in description of EOVERFLOW error

Reported-by: Shriramana Sharma <samjnaa@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-09-26 07:30:02 +02:00
parent 1d94912fb7
commit 4e1a4d72f0
1 changed files with 2 additions and 2 deletions

View File

@ -955,8 +955,8 @@ The usual scenario here is that an application compiled
on a 32-bit platform without
.I -D_FILE_OFFSET_BITS=64
tried to open a file whose size exceeds
.I (2<<31)-1
bits;
.I (1<<31)-1
bytes;
see also
.B O_LARGEFILE
above.