From 5b5d3b12fb3f6ef4875f2fd2b65e99a8b3fdfb91 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Wed, 14 Jul 2021 16:07:16 -0400 Subject: [PATCH] man: improve statoverride description A statoverride file written in the obvious way will produce incorrect results for two independent reasons. Document them. --- man/ostree-commit.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/ostree-commit.xml b/man/ostree-commit.xml index 81af7bf2..e1e3a8b9 100644 --- a/man/ostree-commit.xml +++ b/man/ostree-commit.xml @@ -232,7 +232,9 @@ Boston, MA 02111-1307, USA. ="PATH" - File containing list of modifications to make permissions (file mode, followed by space, followed by file path). + File containing list of modifications to make permissions (file mode in + decimal, followed by space, followed by file path). The specified mode + is ORed with the file's original mode unless preceded by "=".