From 0b1dc48225a7784da9ff7f35c218d8da4fde110e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 5 Apr 2021 13:02:23 +0200 Subject: [PATCH] ioctl_fat.2: Minor tweaks to Alex Colomar's patch Signed-off-by: Michael Kerrisk --- man2/ioctl_fat.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/ioctl_fat.2 b/man2/ioctl_fat.2 index 8914505c7..396163e18 100644 --- a/man2/ioctl_fat.2 +++ b/man2/ioctl_fat.2 @@ -26,8 +26,8 @@ ioctl_fat \- manipulating the FAT filesystem .SH SYNOPSIS .nf -.RB " /* Definition of [" V ] FAT_* " and " ATTR_* " constants */" -.B #include +.BR "#include " " /* Definition of [" V ] FAT_* " and" +.BR " ATTR_* " constants */" .B #include .PP .BI "int ioctl(int " fd ", FAT_IOCTL_GET_ATTRIBUTES, uint32_t *" attr );