diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2002-07-23 13:40:02 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2002-07-23 13:40:02 +0000 |
commit | 30fdb7585514c6557ad38b87f8bfe079c322edc4 (patch) | |
tree | 64497c6150136e3dfe675622de353c32d00177f9 /stdlib | |
parent | 21d5952b26751122a4e12cf74de166bc53491294 (diff) |
Reformattage documentation
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5028 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/pervasives.mli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/pervasives.mli b/stdlib/pervasives.mli index c2034c7dc..37866563f 100644 --- a/stdlib/pervasives.mli +++ b/stdlib/pervasives.mli @@ -744,7 +744,8 @@ module LargeFile : val pos_in : in_channel -> int64 val in_channel_length : in_channel -> int64 end -(** This sub-module provides 64-bit variants of the channel functions +(** Operations on large files. + This sub-module provides 64-bit variants of the channel functions that manipulate file positions and file sizes. By representing positions and sizes by 64-bit integers (type [int64]) instead of regular integers (type [int]), these alternate functions allow |