]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ioctl_fat.2, dladdr.3: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 20 Jul 2020 11:46:38 +0000 (13:46 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 20 Jul 2020 11:47:59 +0000 (13:47 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/ioctl_fat.2
man3/dladdr.3

index 24bccdd2f0cd006616aa925b08568bc6dc598492..7b1a3ef4acc2fe66d8fa921bb7e1f765608adee3 100644 (file)
@@ -114,7 +114,7 @@ Typically the volume ID is displayed to the user as a group of two
 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.
index 2313236ce556d57c9f133a1cc11950ab5c6e07b3..e5c96d231a6ac8a001f899ad0a43fd1dc37e5313 100644 (file)
@@ -169,7 +169,7 @@ STT_NOTYPE  Symbol type is unspecified
 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