]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ioctl_fat.2: Minor tweaks to Alex Colomar's patch
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 5 Apr 2021 11:02:23 +0000 (13:02 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 5 Apr 2021 11:05:23 +0000 (13:05 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/ioctl_fat.2

index 8914505c761f33e265619ffd0f4b9e2d4cb249f5..396163e185048a79665d15dcdb3632fa50794210 100644 (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 );