[PATCH] keyrings.7: tfix hexadecimal number prefix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In the DESCRIPTION, where the Permissions column of /proc/keys is
explained, the 0x02 value was written as Ox02. In case one cannot spot
the difference: the first character was letter o (U+004F), while it
should be digit zero (U+0030).

It seems the source tree does not contain any other "Ox" instances
except at the beginning of "Oxford".

Signed-off-by: Grzegorz Szymaszek <gszymaszek@xxxxxxxx>
---
 man7/keyrings.7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man7/keyrings.7 b/man7/keyrings.7
index e73bc1652..fd7a5e728 100644
--- a/man7/keyrings.7
+++ b/man7/keyrings.7
@@ -621,7 +621,7 @@ Within each byte, the permission bits are as follows:
 0x01
 .I view
 .TP
-Ox02
+0x02
 .I read
 .TP
 0x04
-- 
2.35.1



[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux