summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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