From eebdcb80a88337aaa5bebfa72739d144dc23f939 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 13 Dec 2016 12:14:11 +0100 Subject: [PATCH] add_key.2: Reorder list of key tpes (pace keyrings first) Reported-by: David Howells Signed-off-by: Michael Kerrisk --- man2/add_key.2 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/man2/add_key.2 b/man2/add_key.2 index c8794496a..863812069 100644 --- a/man2/add_key.2 +++ b/man2/add_key.2 @@ -96,13 +96,6 @@ argument to .BR add_key () are the following: .TP -.IR """user""" -This is a general purpose key type whose payload may be read and updated -by user-space applications. -The key is kept entirely within kernel memory. -The payload for keys of this type is a blob of arbitrary data -of up to 32,767 bytes. -.TP .I """keyring""" Keyrings are special key types that may contain links to sequences of other keys of any type. @@ -112,6 +105,13 @@ should be specified, and .I plen should be zero. .TP +.IR """user""" +This is a general purpose key type whose payload may be read and updated +by user-space applications. +The key is kept entirely within kernel memory. +The payload for keys of this type is a blob of arbitrary data +of up to 32,767 bytes. +.TP .IR """logon""" " (since Linux 3.3)" .\" commit 9f6ed2ca257fa8650b876377833e6f14e272848b This key type is essentially the same as