From 94dd02f476e495b94aa99ffe8ee8a2b9b7ac74ec Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Tue, 15 Nov 2016 11:44:14 +0300 Subject: [PATCH] add_key.2: Change wording regarding storing of big_key payload --- man2/add_key.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man2/add_key.2 b/man2/add_key.2 index b3abb4973..31fa919d8 100644 --- a/man2/add_key.2 +++ b/man2/add_key.2 @@ -132,8 +132,9 @@ contains a ':' that is preceded by other characters. This key type is similar to .IR """user""" , but may hold a payload of up to 1 MiB. -If the key payload is large, -then it may be stored in swap space rather than kernel memory. +If the key payload is large enough, +then it may be stored in tmpfs (which can be swapped out) rather than kernel +memory. .PP For further details on these key types, see .BR keyrings (7).