Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
printf("Volume ID %04x-%04x\en", id >> 16, id & 0xFFFF);
.EE
.in
-.SS Reading short file names of a directory
+.SS Reading short filenames of a directory
A file or directory on a FAT filesystem always has a short filename
consisting of up to 8 capital letters, optionally followed by a period
and up to 3 capital letters for the file extension.
STT_OBJECT Symbol is a data object
STT_FUNC Symbol is a code object
STT_SECTION Symbol associated with a section
-STT_FILE Symbol's name is file name
+STT_FILE Symbol's name is filename
STT_COMMON Symbol is a common data object
STT_TLS Symbol is thread-local data object
STT_GNU_IFUNC Symbol is indirect code object