summaryrefslogtreecommitdiff
path: root/Doc/library/posix.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/posix.rst')
-rw-r--r--Doc/library/posix.rst8
1 files changed, 1 insertions, 7 deletions
diff --git a/Doc/library/posix.rst b/Doc/library/posix.rst
index 07ecb48f43..2074e4503d 100644
--- a/Doc/library/posix.rst
+++ b/Doc/library/posix.rst
@@ -60,17 +60,11 @@ of Irix, but with Solaris 2.6 and 2.7 you need to do something like::
CFLAGS="`getconf LFS_CFLAGS`" OPT="-g -O2 $CFLAGS" \
./configure
-On large-file-capable Linux systems, this might work:
-
-.. % $ <-- bow to font-lock
-
-::
+On large-file-capable Linux systems, this might work::
CFLAGS='-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' OPT="-g -O2 $CFLAGS" \
./configure
-.. % $ <-- bow to font-lock
-
.. _posix-contents: