add_key.2, request_key.2, keyrings.7: Update Linux documentation pointers

In 4.13 the release cycle, key management documentation has been
reformatted to ReStructured text and moved to a separate
"keys" directory.

Relevant kernel commits: v4.13-rc1~34^2~27, v4.13-rc1~34^2~25

* man2/add_key.2 (.SH SEE ALSO): Amend pointers to
Documentation/security/keys.txt and Documentation/keys-request-key.txt
with changes introduced in Linux 4.13 (Documentation/keys/core.rst and
Documentation/keys/request-key.rst).
* man2/request_key.2 (.SH SEE ALSO): Likewise.
* man7/keyrings.7 (.SH SEE ALSO): Likewise.

Signed-off-by: Eugene Syromyatnikov <evgsyr@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Eugene Syromyatnikov 2017-09-11 05:03:50 +02:00 committed by Michael Kerrisk
parent 03cd6c1c07
commit db8074da7f
3 changed files with 17 additions and 3 deletions

View File

@ -284,6 +284,12 @@ main(int argc, char *argv[])
.BR user\-session\-keyring (7)
.PP
The kernel source files
.IR Documentation/security/keys/core.rst
and
.IR Documentation/keys/request\-key.rst
(or, before Linux 4.13, in the files
.\" commit b68101a1e8f0263dbc7b8375d2a7c57c6216fb76
.IR Documentation/security/keys.txt
and
.IR Documentation/security/keys\-request\-key.txt .
.\" commit 3db38ed76890565772fcca3279cc8d454ea6176b
.IR Documentation/security/keys\-request\-key.txt ).

View File

@ -561,6 +561,12 @@ main(int argc, char *argv[])
.BR request\-key (8)
.PP
The kernel source files
.IR Documentation/security/keys/core.rst
and
.IR Documentation/keys/request\-key.rst
(or, before Linux 4.13, in the files
.\" commit b68101a1e8f0263dbc7b8375d2a7c57c6216fb76
.IR Documentation/security/keys.txt
and
.IR Documentation/security/keys\-request\-key.txt .
.\" commit 3db38ed76890565772fcca3279cc8d454ea6176b
.IR Documentation/security/keys\-request\-key.txt ).

View File

@ -870,4 +870,6 @@ scripts can use them.
The kernel source files
.IR Documentation/crypto/asymmetric-keys.txt
and under
.IR Documentation/security/keys .
.IR Documentation/security/keys
(or, before Linux 4.13, in the file
.IR Documentation/security/keys.txt ).