ioctl_fat.2: f

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-08 05:45:32 +10:00
parent 95183c2e0a
commit ab57579b8b
1 changed files with 2 additions and 2 deletions

View File

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