add_key.2: Change wording regarding storing of big_key payload

This commit is contained in:
Eugene Syromyatnikov 2016-11-15 11:44:14 +03:00 committed by Michael Kerrisk
parent 89bcd51753
commit 94dd02f476
1 changed files with 3 additions and 2 deletions

View File

@ -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).