summaryrefslogtreecommitdiffstats
path: root/doc/posix_users
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 17:07:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 17:07:33 +0000
commit95460cc616a04c6595c9c4118e20a9bf74017cfa (patch)
tree9da4429e20dc2243af8eaf13d73fced73252a528 /doc/posix_users
parentNew file. (diff)
downloadrtems-95460cc616a04c6595c9c4118e20a9bf74017cfa.tar.bz2
Fixed line too long.
Diffstat (limited to 'doc/posix_users')
-rw-r--r--doc/posix_users/files.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix_users/files.t b/doc/posix_users/files.t
index 0a935296ce..16018bb647 100644
--- a/doc/posix_users/files.t
+++ b/doc/posix_users/files.t
@@ -253,8 +253,8 @@ The routine is implemented in Cygnus newlib.
int scandir(
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