summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/files.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 21:56:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 21:56:45 +0000
commitd2bfbaf2b170c77c8331dd2e080e765d6430081e (patch)
tree308f51506c95a12e1faf43f5bfef36a13748f587 /doc/posix_users/files.t
parentChanged name of document generated. (diff)
downloadrtems-d2bfbaf2b170c77c8331dd2e080e765d6430081e.tar.bz2
Fixed spacing.
Diffstat (limited to 'doc/posix_users/files.t')
-rw-r--r--doc/posix_users/files.t10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/posix_users/files.t b/doc/posix_users/files.t
index d4e4b1ec7a..0a935296ce 100644
--- a/doc/posix_users/files.t
+++ b/doc/posix_users/files.t
@@ -251,10 +251,10 @@ The routine is implemented in Cygnus newlib.
#include <dirent.h>
int scandir(
- const char *dir,
+ const char *dir,
struct dirent ***namelist,
- int (*select)(const struct dirent *),
- int (*compar)(const struct dirent **, const struct dirent **)
+ int (*select)(const struct dirent *),
+ int (*compar)(const struct dirent **, const struct dirent **)
);
@end example
@end ifset
@@ -1420,7 +1420,7 @@ NONE
#include <sys/stat.h>
int fstat(
- int fildes,
+ int fildes,
struct stat *buf
);
@end example
@@ -1497,7 +1497,7 @@ link, then the information returned in @code{buf} refers
to the link itself. This is in contrast to @code{fstat()}
which follows the link.
-The @code{lstat()} routine is defined by BSD 4.3 and SVR4
+The @code{lstat()} routine is defined by BSD 4.3 and SVR4
and not included in POSIX 1003.1b-1996.
@c