ioctl_fat.2: Make clear why is each header exactly needed.

Only the one that provides the prototype doesn't need a comment.

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:42 +02:00 committed by Michael Kerrisk
parent 1852998a68
commit 3a0989120d
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
ioctl_fat \- manipulating the FAT filesystem
.SH SYNOPSIS
.nf
.RB " /* Definition of [" V ] FAT_* " and " ATTR_* " constants */"
.B #include <linux/msdos_fs.h>
.B #include <sys/ioctl.h>
.PP