Changeset 95460cc in rtems for doc/posix_users/files.t


Ignore:
Timestamp:
11/23/99 17:07:33 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ccf00b6a
Parents:
5ab0ad6
Message:

Fixed line too long.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/posix_users/files.t

    r5ab0ad6 r95460cc  
    254254  const char       *dir,
    255255  struct dirent ***namelist,
    256   int            (*select)(const struct dirent *),
    257   int            (*compar)(const struct dirent **, const struct dirent **)
     256  int  (*select)(const struct dirent *),
     257  int  (*compar)(const struct dirent **, const struct dirent **)
    258258);
    259259@end example
Note: See TracChangeset for help on using the changeset viewer.