diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-06-01 00:00:54 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-06-01 00:01:38 +0200 |
| commit | d7032e66fc0bc441e7a6b0c1704e374f950fb441 (patch) | |
| tree | bcfd1537cfc4e88212ec690dd0de9543a739c1e1 | |
| parent | f0067f73941ea0e512b9018a123472508a0858db (diff) | |
| download | man-pages-d7032e66fc0bc441e7a6b0c1704e374f950fb441.tar.gz | |
statx.2: Fix Linux version
$ git describe --contains 80340fe3
v5.8-rc1~203^2~4
Fixes: 4ca216bacc7d ("statx.2: Document STAT_ATTR_MOUNT_ROOT")
Reported-by: Yang Xu <xuyang2018.jy@fujitsu.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man2/statx.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/statx.2 b/man2/statx.2 index a3d85b13bf..bcc67c8e3b 100644 --- a/man2/statx.2 +++ b/man2/statx.2 @@ -522,7 +522,7 @@ See .BR mmap (2) for more information. .TP -.BR STATX_ATTR_MOUNT_ROOT " (since Linux 5.10)" +.BR STATX_ATTR_MOUNT_ROOT " (since Linux 5.8)" .\" commit 80340fe3605c0e78cfe496c3b3878be828cfdbfe The file is the root of a mount. .SH RETURN VALUE |
