summaryrefslogtreecommitdiff
path: root/manual/filesys.texi
diff options
context:
space:
mode:
authorsandra <sandra>1991-08-28 14:49:23 +0000
committersandra <sandra>1991-08-28 14:49:23 +0000
commitf42b08e8c8e97c65224871fff9b33b5c34631da6 (patch)
tree3e6341926732248ce8aaa630acfad1b67767c1d2 /manual/filesys.texi
parentcb5b42e46d6dd5a1c5530b12281f82819d74ef8b (diff)
Fixed some formatting problems.
Diffstat (limited to 'manual/filesys.texi')
-rw-r--r--manual/filesys.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/filesys.texi b/manual/filesys.texi
index c7cf1eb30c..a7af6ec3c8 100644
--- a/manual/filesys.texi
+++ b/manual/filesys.texi
@@ -146,7 +146,7 @@ These facilities are declared in the header file @file{<dirent.h>}.
@comment dirent.h
@comment POSIX.1
-@deftp {Data Type} {struct dirent}
+@deftp {struct Type} dirent
This is a structure type used to return information about directory
entries. It contains the following members:
@@ -710,7 +710,7 @@ files @file{<sys/types.h>} and @file{<time.h>}.
@comment sys/stat.h
@comment POSIX.1
-@deftp {Data Type} struct stat
+@deftp {struct Type} stat
The @code{stat} structure type is used to return information about the
attributes of a file. It contains at least the following members:
@@ -1449,7 +1449,7 @@ You can also change the timestamps of a file explicitly using the
@comment time.h
@comment POSIX.1
-@deftp {Data Type} {struct utimbuf}
+@deftp {struct Type} utimbuf
The @code{utimbuf} structure is used with the @code{utime} function to
specify new access and modification times for a file. It contains at
least the following members: