ioctl_fat.2: tfix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-04-04 13:58:43 +02:00 committed by Michael Kerrisk
parent 3a0989120d
commit a71d209b9b
1 changed files with 2 additions and 2 deletions

View File

@ -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