diff --git a/man2/ioctl_fat.2 b/man2/ioctl_fat.2 index fad5e8348..65aa20242 100644 --- a/man2/ioctl_fat.2 +++ b/man2/ioctl_fat.2 @@ -179,7 +179,7 @@ To keep backward compatibility, a length of 0 for the short filename signals that the end of the directory has been reached. However, the preferred method for detecting the end of the directory is to test the -.BR ioctl () +.BR ioctl (2) return value. If no long filename exists, field .I d_reclen @@ -246,7 +246,7 @@ This API is Linux-specific. .SH EXAMPLE .SS Toggling the archive flag The following program demonstrates the usage of -.BR ioctl () +.BR ioctl (2) to manipulate file attributes. The program reads and displays the archive attribute of a file. After inverting the value of the attribute,