From c436f71fa0b43d7045cd9b39ba8b0212a1e55cd5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 12 Mar 2020 09:20:50 +0100 Subject: [PATCH] statx.2: Minor tweaks to Eric Bigger's patch Signed-off-by: Michael Kerrisk --- man2/statx.2 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/man2/statx.2 b/man2/statx.2 index d015ee73d..9b1bb2cbf 100644 --- a/man2/statx.2 +++ b/man2/statx.2 @@ -462,10 +462,12 @@ See .B STATX_ATTR_ENCRYPTED A key is required for the file to be encrypted by the filesystem. .TP -.B STATX_ATTR_VERITY -Since Linux 5.5: the file has fs-verity enabled. It cannot be written to, and -all reads from it will be verified against a cryptographic hash that covers the -entire file, e.g. via a Merkle tree. +.BR STATX_ATTR_VERITY " (since Linux 5.5)" +.\" commit 3ad2522c64cff1f5aebb987b00683268f0cc7c29 +The file has fs-verity enabled. +It cannot be written to, and all reads from it will be verified +against a cryptographic hash that covers the +entire file (e.g., via a Merkle tree). .SH RETURN VALUE On success, zero is returned. On error, \-1 is returned, and