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

index 82c7fdc28d74a252c7617c2e18395ee95bbba7fa..20bc3796036b16434297b33cdb6abac51ac1707b 100644 (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 );