aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-06-12 10:47:31 +0200
committerAlejandro Colomar <alx@kernel.org>2024-06-13 23:54:51 +0200
commit35df1600cbde161525927b767b6d145a53f41f48 (patch)
treec46ef200fa868b591c47bbb6ebe0ba88f3ecc2a6
parenta660bbdd85ebf434f36df0004e88a1abcc63a804 (diff)
downloadman-pages-35df1600cbde161525927b767b6d145a53f41f48.tar.gz
ioctl.2, ioctl_fsmap.2, FS_IOC_GETFSMAP.2const: ioctl_getfsmap(2) => ioctl_fsmap(2)
This name makes it consistent with the header file <linux/fsmap.h>. Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man/man2/ioctl.22
-rw-r--r--man/man2/ioctl_fsmap.2 (renamed from man/man2/ioctl_getfsmap.2)10
-rw-r--r--man/man2const/FS_IOC_GETFSMAP.2const1
3 files changed, 9 insertions, 4 deletions
diff --git a/man/man2/ioctl.2 b/man/man2/ioctl.2
index 5a19bd4d72..59d973dc85 100644
--- a/man/man2/ioctl.2
+++ b/man/man2/ioctl.2
@@ -217,7 +217,7 @@ for the various architectures.
.BR ioctl_console (2),
.BR ioctl_fat (2),
.BR ioctl_fs (2),
-.BR ioctl_getfsmap (2),
+.BR ioctl_fsmap (2),
.BR ioctl_nsfs (2),
.BR ioctl_tty (2),
.BR ioctl_userfaultfd (2),
diff --git a/man/man2/ioctl_getfsmap.2 b/man/man2/ioctl_fsmap.2
index fa9d918949..d350b7328b 100644
--- a/man/man2/ioctl_getfsmap.2
+++ b/man/man2/ioctl_fsmap.2
@@ -1,9 +1,13 @@
-.\" Copyright (c) 2017, Oracle. All rights reserved.
+.\" Copyright 2017, Oracle. All rights reserved.
.\"
.\" SPDX-License-Identifier: GPL-2.0-or-later
-.TH ioctl_getfsmap 2 (date) "Linux man-pages (unreleased)"
+.\"
+.TH ioctl_fsmap 2 (date) "Linux man-pages (unreleased)"
.SH NAME
-ioctl_getfsmap \- retrieve the physical layout of the filesystem
+ioctl_fsmap,
+FS_IOC_GETFSMAP
+\-
+retrieve the physical layout of the filesystem
.SH LIBRARY
Standard C library
.RI ( libc ", " \-lc )
diff --git a/man/man2const/FS_IOC_GETFSMAP.2const b/man/man2const/FS_IOC_GETFSMAP.2const
new file mode 100644
index 0000000000..f1fc150057
--- /dev/null
+++ b/man/man2const/FS_IOC_GETFSMAP.2const
@@ -0,0 +1 @@
+.so man2/ioctl_fsmap.2