From 5aed5c683e07fc9191ae3b668d6fe38a5a2dc89a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 5 Apr 2021 13:08:58 +0200 Subject: [PATCH] ioctl_getfsmap.2: Minor tweaks to Alex Colomar's patch Signed-off-by: Michael Kerrisk --- man2/ioctl_getfsmap.2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/man2/ioctl_getfsmap.2 b/man2/ioctl_getfsmap.2 index f87fb5c7a..8feb6843f 100644 --- a/man2/ioctl_getfsmap.2 +++ b/man2/ioctl_getfsmap.2 @@ -25,9 +25,8 @@ ioctl_getfsmap \- retrieve the physical layout of the filesystem .SH SYNOPSIS .nf -.RB " /* Definition of " FS_IOC_GETFSMAP ", " FM?_OF_* ", and " *FMR_OWN_* \ -" constants */" -.B #include +.BR "#include " "/* Definition of " FS_IOC_GETFSMAP , +.BR " FM?_OF_*" ", and " *FMR_OWN_* " constants */" .B #include .PP .BI "int ioctl(int " fd ", FS_IOC_GETFSMAP, struct fsmap_head * " arg );