summaryrefslogtreecommitdiffstats
path: root/man2/ioctl_fslabel.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/ioctl_fslabel.2')
-rw-r--r--man2/ioctl_fslabel.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/ioctl_fslabel.2 b/man2/ioctl_fslabel.2
index 885a43c..7fcde80 100644
--- a/man2/ioctl_fslabel.2
+++ b/man2/ioctl_fslabel.2
@@ -1,7 +1,7 @@
.\" Copyright (c) 2018, Red Hat, Inc. All rights reserved.
.\"
.\" SPDX-License-Identifier: GPL-2.0-or-later
-.TH ioctl_fslabel 2 2023-03-30 "Linux man-pages 6.05.01"
+.TH ioctl_fslabel 2 2023-10-31 "Linux man-pages 6.7"
.SH NAME
ioctl_fslabel \- get or set a filesystem label
.SH LIBRARY
@@ -11,7 +11,7 @@ Standard C library
.nf
.BR "#include <linux/fs.h>" " /* Definition of " *FSLABEL* " constants */"
.B #include <sys/ioctl.h>
-.PP
+.P
.BI "int ioctl(int " fd ", FS_IOC_GETFSLABEL, char " label [FSLABEL_MAX]);
.BI "int ioctl(int " fd ", FS_IOC_SETFSLABEL, char " label [FSLABEL_MAX]);
.fi
@@ -50,7 +50,7 @@ The calling process does not have sufficient permissions to set the label.
Linux.
.SH HISTORY
Linux 4.18.
-.PP
+.P
They were previously known as
.B BTRFS_IOC_GET_FSLABEL
and