From cd6d0def2ff518a628efb4de43c5f1be732bb286 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 25 Sep 2017 12:22:28 +0200 Subject: [PATCH] copy_file_range.2: wfix: s/COPY/COPY_FILE_RANGE/ in .TH line Signed-off-by: Michael Kerrisk --- man2/copy_file_range.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/copy_file_range.2 b/man2/copy_file_range.2 index 134289e18..c0f1af4b4 100644 --- a/man2/copy_file_range.2 +++ b/man2/copy_file_range.2 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH COPY 2 2017-09-15 "Linux" "Linux Programmer's Manual" +.TH COPY_FILE_RANGE 2 2017-09-15 "Linux" "Linux Programmer's Manual" .SH NAME copy_file_range \- Copy a range of data from one file to another .SH SYNOPSIS