diff options
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/open.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man2/open.2 b/man2/open.2 index 8369ab4f9f..e36fcb6243 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -214,8 +214,10 @@ The macro must be defined in order to obtain this definition. Setting the .B _FILE_OFFSET_BITS -feature test macro to 64 is the preferred method of obtaining -this functionality (see +feature test macro to 64 (rather than using +.BR O_LARGEFILE ) +is the preferred method of obtaining +method of accessing large files on 32-bit systems (see .BR feature_test_macros (7)). .TP .B O_NOATIME |
