Message ID | 20230506033738.16908-1-unixbhaskar@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Documentation: Security: Consistent block output by removing a misfit line | expand |
On Sat, May 06, 2023 at 09:07:38AM +0530, Bhaskar Chowdhury wrote:
> - [root@andromeda root]# cat /proc/key-users
You remove the command line, right? The preceding sentence should be
adjusted too, e.g. "This file lists the tracking data (including
quota information and statistics) ... . Example file contents::".
Thanks.
diff --git a/Documentation/security/keys/core.rst b/Documentation/security/keys/core.rst index 811b905b56bf..0ca5bc591d95 100644 --- a/Documentation/security/keys/core.rst +++ b/Documentation/security/keys/core.rst @@ -314,7 +314,6 @@ about the status of the key service: This file lists the tracking data for each user that has at least one key on the system. Such data includes quota information and statistics:: - [root@andromeda root]# cat /proc/key-users 0: 46 45/45 1/100 13/10000 29: 2 2/2 2/100 40/10000 32: 2 2/2 2/100 40/10000
A simple removal of an unwanted line from the block output to make the output of this block look like others on the page. Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> --- Documentation/security/keys/core.rst | 1 - 1 file changed, 1 deletion(-) -- 2.39.3