]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
add_key.2, request_key.2, keyrings.7: Update Linux documentation pointers
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 11 Sep 2017 03:03:50 +0000 (05:03 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 11 Sep 2017 10:41:58 +0000 (12:41 +0200)
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>
man2/add_key.2
man2/request_key.2
man7/keyrings.7

index 651c149394523957fea0120fa3ca6e39c33ea624..fb003eca39f6ac55438ba04ec300a43c9115875f 100644 (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 ).
index c52a38a8b44c4537249e5a4ae11b6af0beb147c6..b494ca8698778a0b0e9e48d13cd5b3a5a87e8ae1 100644 (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 ).
index 0cb1190e688d97f1551211b231e8b3b18d9cc033..6f2581cb2799fcf000a665418a42c0a1990c2514 100644 (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 ).