Skip to content

Commit

Permalink
Reformattage documentation
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5028 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
xavierleroy committed Jul 23, 2002
1 parent 21d5952 commit 30fdb75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions otherlibs/unix/unix.mli
Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion stdlib/pervasives.mli
Expand Up @@ -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
Expand Down

0 comments on commit 30fdb75

Please sign in to comment.