Fixed line too long.

This commit is contained in:
Joel Sherrill
1999-11-23 17:07:33 +00:00
parent 5ab0ad6f2c
commit 95460cc616

View File

@@ -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