The current description feels unclear to me. It took me a while to find
the sticky(7) manpage, which explains how the sticky bit works on files and
directories. chmod(2) already refers sticky(7) and also gives a good
explanation on how S_ISVTX works.
This change allows for going to sticky(7) from the stat(2) manpage and
the header file.