All of lore.kernel.org
 help / color / mirror / Atom feed
* Typo in stat(2)
@ 2020-09-30 12:07 Christoph Kalchreuter
  2020-09-30 12:22 ` Florian Weimer
  0 siblings, 1 reply; 5+ messages in thread
From: Christoph Kalchreuter @ 2020-09-30 12:07 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man

Hello,

I'm under the impression that I found three typing errors in stat(2).

Used distribution: "Ubuntu 18.04.5 LTS"
Also appears in: "https://man7.org/linux/man-pages/man2/stat.2.html"

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 */

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-01  9:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-30 12:07 Typo in stat(2) Christoph Kalchreuter
2020-09-30 12:22 ` Florian Weimer
2020-09-30 19:38   ` Michael Kerrisk (man-pages)
2020-10-01  6:20     ` Christoph Kalchreuter
2020-10-01  9:22       ` Jakub Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.