ioctl_fat.2: Minor tweaks to Alex Colomar's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-04-05 13:02:23 +02:00
parent a71d209b9b
commit 0b1dc48225
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@
ioctl_fat \- manipulating the FAT filesystem
.SH SYNOPSIS
.nf
.RB " /* Definition of [" V ] FAT_* " and " ATTR_* " constants */"
.B #include <linux/msdos_fs.h>
.BR "#include <linux/msdos_fs.h>" " /* Definition of [" V ] FAT_* " and"
.BR " ATTR_* " constants */"
.B #include <sys/ioctl.h>
.PP
.BI "int ioctl(int " fd ", FAT_IOCTL_GET_ATTRIBUTES, uint32_t *" attr );