From a71d209b9bf6fdefef1299e81b7b8de1695a0422 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 4 Apr 2021 13:58:43 +0200 Subject: [PATCH] ioctl_fat.2: tfix Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/ioctl_fat.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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