diff options
| author | Eugene Syromyatnikov <evgsyr@gmail.com> | 2017-09-11 05:04:11 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-09-11 13:09:18 +0200 |
| commit | e94de1684364ac234a133f3359a9c9afa4b83b0d (patch) | |
| tree | 3b4f08c29ede9732001eb0e047e2c87ffafc91a3 | |
| parent | 6b3ead8f706f04a4d554ccb204494c7bb7044ed4 (diff) | |
| download | man-pages-e94de1684364ac234a133f3359a9c9afa4b83b0d.tar.gz | |
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 <evgsyr@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man5/proc.5 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 6847689ffd..641d66fae3 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, |
