diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/man2/ioctl.2 | 2 | ||||
| -rw-r--r-- | man/man2/ioctl_fsmap.2 (renamed from man/man2/ioctl_getfsmap.2) | 10 | ||||
| -rw-r--r-- | man/man2const/FS_IOC_GETFSMAP.2const | 1 |
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 |
