From e94de1684364ac234a133f3359a9c9afa4b83b0d Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Mon, 11 Sep 2017 05:04:11 +0200 Subject: [PATCH] proc.5: Update reference to kernel's crypto API documentation DocBook documentation has been removed in commit v4.13-rc1~34^2~21^2~11. Crypto API has been converted to ReStructured format during the Linux 4.10 development cycle (see commits v4.10-rc1~40^2~8 and v4.10-rc1~40^2~7). * man5/proc.5 (.SS Files and directories) <.TP .I /proc/crypto>: Amend the reference to the kernel's crypto API documentation with the new location, effective since Linux 4.10. Signed-off-by: Eugene Syromyatnikov Signed-off-by: Michael Kerrisk --- man5/proc.5 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/man5/proc.5 b/man5/proc.5 index 6847689ff..641d66fae 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -2769,10 +2769,14 @@ A list of the ciphers provided by the kernel crypto API. For details, see the kernel .I "Linux Kernel Crypto API" documentation available under the kernel source directory -.IR Documentation/DocBook . -(That documentation can be built using a command such as +.I Documentation/crypto/ +.\" commit 3b72c814a8e8cd638e1ba0da4dfce501e9dff5af +(or +.I Documentation/DocBook +before 4.10; +the documentation can be built using a command such as .IR "make htmldocs" -in the root directory of the kernel source tree.) +in the root directory of the kernel source tree). .TP .I /proc/cpuinfo This is a collection of CPU and system architecture dependent items,