diff options
Diffstat (limited to 'manual/conf.texi')
-rw-r--r-- | manual/conf.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/conf.texi b/manual/conf.texi index 86e29a8..529c3ad 100644 --- a/manual/conf.texi +++ b/manual/conf.texi @@ -1623,7 +1623,7 @@ to the application if a source is compiled using the @comment Unix98 @item _CS_LFS_LINTFLAGS The returned string specifies which additional flags must be given to -the the lint tool if a source is compiled using the +the lint tool if a source is compiled using the @code{_LARGEFILE_SOURCE} feature select macro; @pxref{Feature Test Macros}. @comment unistd.h @@ -1651,7 +1651,7 @@ to the application if a source is compiled using the @comment Unix98 @item _CS_LFS64_LINTFLAGS The returned string specifies which additional flags must be given to -the the lint tool if a source is compiled using the +the lint tool if a source is compiled using the @code{_LARGEFILE64_SOURCE} feature select macro; @pxref{Feature Test Macros}. @end table |