Reformattage documentation

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5028 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2002-07-23 13:40:02 +00:00
parent 21d5952b26
commit 30fdb75855
2 changed files with 5 additions and 4 deletions

View File

@ -342,8 +342,7 @@ val fstat : file_descr -> stats
descriptor. *)
(** {6 Seeking, truncating and statistics on large files} *)
(** {6 File operations on large files} *)
module LargeFile :
sig
@ -368,7 +367,8 @@ module LargeFile :
val lstat : string -> stats
val fstat : file_descr -> stats
end
(** This sub-module provides 64-bit variants of the functions
(** File operations on large files.
This sub-module provides 64-bit variants of the functions
{!Unix.lseek} (for positioning a file descriptor),
{!Unix.truncate} and {!Unix.ftruncate} (for changing the size of a file),
and {!Unix.stat}, {!Unix.lstat} and {!Unix.fstat} (for obtaining

View File

@ -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