* Christoph Kalchreuter: > There are three Letters "e" missing in Section "DESCRIPTION", > Subsection "The stat structure": > > struct timespec st_atim; /* Time of last access */ > struct timespec st_mtim; /* Time of last modification */ > sruct timespec st_ctim; /* Time of last status change */ > > should possibly be: > > struct timespec st_atime; /* Time of last access */ > struct timespec st_mtime; /* Time of last modification */ > sruct timespec st_ctime; /* Time of last status change */ This typo is also present in POSIX, so we cannot change it (like the creat function). Thanks, Florian -- Red Hat GmbH, https://de.redhat.com/ , Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243, Managing Directors: Charles Cachera, Brian Klemm, Laurie Krebs, Michael O'Neill