summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2000-06-17 14:28:36 +0000
committerDamien Doligez <damien.doligez-inria.fr>2000-06-17 14:28:36 +0000
commit58d366e78af4b3e099a73bd1b80dcdb94b738dce (patch)
treeeca3a1936a1466686fa4baaf87b639d9281c2be0 /otherlibs/unix
parent560a52cfe7f305a94a63a3d7ee2faaeccadab141 (diff)
doc change PR#142
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3207 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/unix')
-rw-r--r--otherlibs/unix/unix.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/unix.mli b/otherlibs/unix/unix.mli
index e6bea01de..ee9f779fa 100644
--- a/otherlibs/unix/unix.mli
+++ b/otherlibs/unix/unix.mli
@@ -283,7 +283,7 @@ type stats =
st_perm : file_perm; (* Access rights *)
st_nlink : int; (* Number of links *)
st_uid : int; (* User id of the owner *)
- st_gid : int; (* Group id of the owner *)
+ st_gid : int; (* Group ID of the file's group *)
st_rdev : int; (* Device minor number *)
st_size : int; (* Size in bytes *)
st_atime : float; (* Last access time *)