diff options
Diffstat (limited to 'upstream/archlinux/man2/request_key.2')
-rw-r--r-- | upstream/archlinux/man2/request_key.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/upstream/archlinux/man2/request_key.2 b/upstream/archlinux/man2/request_key.2 index 58c8b4fe..febeef70 100644 --- a/upstream/archlinux/man2/request_key.2 +++ b/upstream/archlinux/man2/request_key.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH request_key 2 2023-10-31 "Linux man-pages 6.06" +.TH request_key 2 2024-05-02 "Linux man-pages 6.8" .SH NAME request_key \- request a key from the kernel's key management facility .SH LIBRARY @@ -227,7 +227,7 @@ The authorization key is constructed as follows: .RS .IP \[bu] 3 The key type is -.IR """.request_key_auth""" . +.IR \[dq].request_key_auth\[dq] . .IP \[bu] The key's UID and GID are the same as the corresponding filesystem IDs of the requesting process. @@ -263,10 +263,10 @@ This program is supplied with the following command-line arguments: .RS .IP [0] 5 The string -.IR """/sbin/request\-key""" . +.IR \[dq]/sbin/request\-key\[dq] . .IP [1] The string -.I """create""" +.I \[dq]create\[dq] (indicating that a key is to be created). .IP [2] The ID of the key that is to be instantiated. |