ioctl_fideduperange.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:15:31 +02:00
parent 0fdaa53806
commit fa1755e4be
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
ioctl_fideduperange \- share some the data of one file with another file
.SH SYNOPSIS
.nf
.RB " /* Definition of " FIDEDUPERANGE " and " FILE_DEDUPE_* " constants */"
.B #include <linux/fs.h>
.BR "#include <linux/fs.h>" " /* Definition of " FIDEDUPERANGE " and
.BR " FILE_DEDUPE_* " constants */"
.B #include <sys/ioctl.h>
.PP
.BI "int ioctl(int " src_fd ", FIDEDUPERANGE, struct file_dedupe_range *" arg );