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 /otherlibs | |
parent | 21d5952b26751122a4e12cf74de166bc53491294 (diff) |
Reformattage documentation
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5028 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs')
-rw-r--r-- | otherlibs/unix/unix.mli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/unix/unix.mli b/otherlibs/unix/unix.mli index 6369f4e64..c9040695d 100644 --- a/otherlibs/unix/unix.mli +++ b/otherlibs/unix/unix.mli @@ -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 |