summaryrefslogtreecommitdiffstats
path: root/man2/ioctl_ficlonerange.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/ioctl_ficlonerange.2')
-rw-r--r--man2/ioctl_ficlonerange.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/ioctl_ficlonerange.2 b/man2/ioctl_ficlonerange.2
index 63a430dd4..73865758a 100644
--- a/man2/ioctl_ficlonerange.2
+++ b/man2/ioctl_ficlonerange.2
@@ -19,7 +19,7 @@ Standard C library
.SH DESCRIPTION
If a filesystem supports files sharing physical storage between multiple
files ("reflink"), this
-.BR ioctl (2)
+.MR ioctl 2
operation can be used to make some of the data in the
.I src_fd
file appear in the
@@ -122,8 +122,8 @@ and
and were private to Btrfs.
.SH NOTES
Because a copy-on-write operation requires the allocation of new storage, the
-.BR fallocate (2)
+.MR fallocate 2
operation may unshare shared blocks to guarantee that subsequent writes will
not fail because of lack of disk space.
.SH SEE ALSO
-.BR ioctl (2)
+.MR ioctl 2