ioctl_getfsmap.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:08:58 +02:00
parent 2ef3cedaf4
commit 5aed5c683e
1 changed files with 2 additions and 3 deletions

View File

@ -25,9 +25,8 @@
ioctl_getfsmap \- retrieve the physical layout of the filesystem ioctl_getfsmap \- retrieve the physical layout of the filesystem
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.RB " /* Definition of " FS_IOC_GETFSMAP ", " FM?_OF_* ", and " *FMR_OWN_* \ .BR "#include <linux/fsmap.h> " "/* Definition of " FS_IOC_GETFSMAP ,
" constants */" .BR " FM?_OF_*" ", and " *FMR_OWN_* " constants */"
.B #include <linux/fsmap.h>
.B #include <sys/ioctl.h> .B #include <sys/ioctl.h>
.PP .PP
.BI "int ioctl(int " fd ", FS_IOC_GETFSMAP, struct fsmap_head * " arg ); .BI "int ioctl(int " fd ", FS_IOC_GETFSMAP, struct fsmap_head * " arg );