[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20201109034447.202151-1-reoshiseki@gmail.com>
Date: Mon, 9 Nov 2020 12:44:47 +0900
From: n01e0 <reoshiseki@...il.com>
To: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Cc: mcgrof@...nel.org, keescook@...omium.org, yzaikin@...gle.com,
n01e0 <noleo@...illabeans.mobi>
Subject: [PATCH] fix typo
From: n01e0 <noleo@...illabeans.mobi>
---
Documentation/admin-guide/sysctl/vm.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/admin-guide/sysctl/vm.rst b/Documentation/admin-guide/sysctl/vm.rst
index f455fa00c00f..9142ecadcad3 100644
--- a/Documentation/admin-guide/sysctl/vm.rst
+++ b/Documentation/admin-guide/sysctl/vm.rst
@@ -876,7 +876,7 @@ unprivileged_userfaultfd
This flag controls whether unprivileged users can use the userfaultfd
system calls. Set this to 1 to allow unprivileged users to use the
userfaultfd system calls, or set this to 0 to restrict userfaultfd to only
-privileged users (with SYS_CAP_PTRACE capability).
+privileged users (with CAP_SYS_PTRACE capability).
The default value is 1.
--
2.25.1
Powered by blists - more mailing lists