diff --git a/man2/ioctl_fat.2 b/man2/ioctl_fat.2 index 263738dad..8914505c7 100644 --- a/man2/ioctl_fat.2 +++ b/man2/ioctl_fat.2 @@ -34,9 +34,9 @@ ioctl_fat \- manipulating the FAT filesystem .BI "int ioctl(int " fd ", FAT_IOCTL_SET_ATTRIBUTES, uint32_t *" attr ); .BI "int ioctl(int " fd ", FAT_IOCTL_GET_VOLUME_ID, uint32_t *" id ); .BI "int ioctl(int " fd ", VFAT_IOCTL_READDIR_BOTH," -.BI " struct __fat_dirent[2] " entry ); +.BI " struct __fat_dirent " entry [2]); .BI "int ioctl(int " fd ", VFAT_IOCTL_READDIR_SHORT," -.BI " struct __fat_dirent[2] " entry ); +.BI " struct __fat_dirent " entry [2]); .fi .SH DESCRIPTION The