summaryrefslogtreecommitdiff
path: root/manual/creature.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-13 23:36:45 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-13 23:36:45 +0000
commitcf6960d7ca47b42f2918007b11e27c570bae26ff (patch)
tree75756935f933450555f6ef74c526720ad85c9ed6 /manual/creature.texi
parent2958e6cc5f39ac2487b4fcbc2db48462a34ce23d (diff)
Update.
* iconvdata/Makefile (modules): Add GBBIG5. (distribute): Add gbbig5.c. * iconvdata/gbbig5.c: New file. * iconvdata/gconv-modules: Add entries for GBBIG5 module. 2001-02-13 Philip Blundell <pb@futuretv.com> * manual/crypt.texi: Remove outdated references to crypt add-on. * manual/creature.texi: Improve wording slightly. 2001-02-13 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'manual/creature.texi')
-rw-r--r--manual/creature.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/manual/creature.texi b/manual/creature.texi
index 5247d7192d..c825edd5ae 100644
--- a/manual/creature.texi
+++ b/manual/creature.texi
@@ -131,7 +131,7 @@ Single Unix Specification, @w{version 2}.
@comment X/Open
@defvr Macro _LARGEFILE_SOURCE
If this macro is defined some extra functions are available which
-rectify a few shortcomings in all previous standards. More concrete
+rectify a few shortcomings in all previous standards. Specifically,
the functions @code{fseeko} and @code{ftello} are available. Without
these functions the difference between the @w{ISO C} interface
(@code{fseek}, @code{ftell}) and the low-level POSIX interface
@@ -156,16 +156,16 @@ contain @code{64} to indicate the intention, e.g., @code{off_t}
vs. @code{off64_t} and @code{fseeko} vs. @code{fseeko64}.
This macro was introduced as part of the Large File Support extension
-(LFS). It is a transition interface for the time @w{64 bit} offsets are
-not generally used (see @code{_FILE_OFFSET_BITS}).
+(LFS). It is a transition interface for the period when @w{64 bit}
+offsets are not generally used (see @code{_FILE_OFFSET_BITS}).
@end defvr
@comment (NONE)
@comment X/Open
@defvr Macro _FILE_OFFSET_BITS
This macro determines which file system interface shall be used, one
-replacing the other. While @code{_LARGEFILE64_SOURCE} makes the @w{64
-bit} interface available as an additional interface
+replacing the other. Whereas @code{_LARGEFILE64_SOURCE} makes the @w{64
+bit} interface available as an additional interface,
@code{_FILE_OFFSET_BITS} allows the @w{64 bit} interface to
replace the old interface.
@@ -176,9 +176,9 @@ systems.
If the macro is defined to the value @code{64}, the large file interface
replaces the old interface. I.e., the functions are not made available
-under different names as @code{_LARGEFILE64_SOURCE} does. Instead the
-old function names now reference the new functions, e.g., a call to
-@code{fseeko} now indeed calls @code{fseeko64}.
+under different names (as they are with @code{_LARGEFILE64_SOURCE}).
+Instead the old function names now reference the new functions, e.g., a
+call to @code{fseeko} now indeed calls @code{fseeko64}.
This macro should only be selected if the system provides mechanisms for
handling large files. On @w{64 bit} systems this macro has no effect