diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-07-20 13:46:38 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-07-20 13:47:59 +0200 |
| commit | 3c650501b3da883bfd42ed10c744a5104633a312 (patch) | |
| tree | a3ac4e72321ae2191d399990bd0ec88502d2b7ef | |
| parent | 5bee07eb5106b00f15e49dadb09063de80667468 (diff) | |
| download | man-pages-3c650501b3da883bfd42ed10c744a5104633a312.tar.gz | |
ioctl_fat.2, dladdr.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/ioctl_fat.2 | 2 | ||||
| -rw-r--r-- | man3/dladdr.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man2/ioctl_fat.2 b/man2/ioctl_fat.2 index 24bccdd2f0..7b1a3ef4ac 100644 --- a/man2/ioctl_fat.2 +++ b/man2/ioctl_fat.2 @@ -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. diff --git a/man3/dladdr.3 b/man3/dladdr.3 index 2313236ce5..e5c96d231a 100644 --- a/man3/dladdr.3 +++ b/man3/dladdr.3 @@ -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 |
