diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-26 12:46:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-26 12:46:44 +0000 |
commit | fc549258a1d9d88eaa87fbd003761d37c50f1845 (patch) | |
tree | 5fb046b2fea8e6a672205325426a8e150109d6f5 /manual | |
parent | 45a89cc6c636d0e68b32e7c5ee43911209d19087 (diff) | |
download | glibc-fc549258a1d9d88eaa87fbd003761d37c50f1845.tar.gz glibc-fc549258a1d9d88eaa87fbd003761d37c50f1845.tar.xz glibc-fc549258a1d9d88eaa87fbd003761d37c50f1845.zip |
(Attribute Meanings): Move a misplaced paragraph.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/filesys.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/filesys.texi b/manual/filesys.texi index d823674d47..5cd7db97fe 100644 --- a/manual/filesys.texi +++ b/manual/filesys.texi @@ -1418,12 +1418,6 @@ writing the file. (This is unrelated to @code{st_blocks}.) @end table @end deftp - Some of the file attributes have special data type names which exist -specifically for those attributes. (They are all aliases for well-known -integer types that you know and love.) These typedef names are defined -in the header file @file{sys/types.h} as well as in @file{sys/stat.h}. -Here is a list of them. - The extensions for the Large File Support (LFS) require even on 32 bits machine types which can handle file sizes up to @math{2^63}. Therefore a new definition of @code{struct stat} is necessary. @@ -1506,6 +1500,12 @@ writing the file. (This is unrelated to @code{st_blocks}.) @end table @end deftp +Some of the file attributes have special data type names which exist +specifically for those attributes. (They are all aliases for well-known +integer types that you know and love.) These typedef names are defined +in the header file @file{sys/types.h} as well as in @file{sys/stat.h}. +Here is a list of them. + @comment sys/types.h @comment POSIX.1 @deftp {Data Type} mode_t |