From 3c4dfb62a5532af184a1a3adbcfc6e5cfb46f2dc Mon Sep 17 00:00:00 2001 From: Stephan Mueller Date: Sun, 14 Jun 2015 15:01:08 +0200 Subject: [PATCH] socket.2: Update documentation reference for AF_ALG Signed-off-by: Stephan Mueller Signed-off-by: Michael Kerrisk --- man2/socket.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man2/socket.2 b/man2/socket.2 index 38cd84f45..0d5c4f8b9 100644 --- a/man2/socket.2 +++ b/man2/socket.2 @@ -387,8 +387,9 @@ standards use AF_* everywhere. The .B AF_ALG protocol type was added in Linux 2.6.38. -More information on this interface is provided in the kernel source file, -.IR Documentation/crypto/crypto-API-userspace.txt . +More information on this interface is provided with the kernel HTML +documentation at +.IR https://www.kernel.org/doc/htmldocs/crypto-API/User.html . .SH EXAMPLE An example of the use of .BR socket ()