ioctl_iflags.2: Fix misordering of sections

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-09-06 18:03:13 +02:00
parent 21f685fd8f
commit 1172adfab5
1 changed files with 2 additions and 2 deletions

View File

@ -190,6 +190,8 @@ Exceptions include
which is not inheritable, and
.BR FS_DIRSYNC_FL ,
which is inherited only by subdirectories.
.SH CONFORMING TO
Inode flags are a nonstandard Linux extension.
.SH NOTES
In order to change the inode flags of a file using the
.BR FS_IOC_SETFLAGS
@ -198,8 +200,6 @@ the effective user ID of the caller must match the owner of the file,
or the caller must have the
.BR CAP_FOWNER
capability.
.SH CONFORMING TO
Inode flags are a nonstandard Linux extension.
.SH SEE ALSO
.BR chattr (1),
.BR lsattr (1),