parent
5533ba1175
commit
5194a786bd
16
man-pages-4.16-socket.2-AF_ALG.patch
Normal file
16
man-pages-4.16-socket.2-AF_ALG.patch
Normal file
@ -0,0 +1,16 @@
|
||||
diff --git a/man2/socket.2 b/man2/socket.2
|
||||
index 3be1c92..491bc24 100644
|
||||
--- a/man2/socket.2
|
||||
+++ b/man2/socket.2
|
||||
@@ -390,9 +390,8 @@ standards use AF_* everywhere.
|
||||
The
|
||||
.B AF_ALG
|
||||
protocol type was added in Linux 2.6.38.
|
||||
-More information on this interface is provided with the kernel HTML
|
||||
-documentation at
|
||||
-.IR https://www.kernel.org/doc/htmldocs/crypto\-API/User.html .
|
||||
+More information on this interface is provided in the kernel source file
|
||||
+.IR Documentation/crypto/userspace-if.rst .
|
||||
.SH EXAMPLE
|
||||
An example of the use of
|
||||
.BR socket ()
|
@ -7,7 +7,7 @@
|
||||
Summary: Linux kernel and C library user-space interface documentation
|
||||
Name: man-pages
|
||||
Version: 4.16
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE
|
||||
URL: http://www.kernel.org/doc/man-pages/
|
||||
Source: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz
|
||||
@ -38,6 +38,9 @@ Patch0: man-pages-posix-2013-a-pthread_once.patch
|
||||
# https://bugzilla.kernel.org/show_bug.cgi?id=53781
|
||||
Patch21: man-pages-3.42-close.patch
|
||||
|
||||
# resolves: #1679505
|
||||
Patch22: man-pages-4.16-socket.2-AF_ALG.patch
|
||||
|
||||
%description
|
||||
A large collection of manual pages from the Linux Documentation Project (LDP).
|
||||
|
||||
@ -46,6 +49,7 @@ A large collection of manual pages from the Linux Documentation Project (LDP).
|
||||
|
||||
%patch0 -p1
|
||||
%patch21 -p1
|
||||
%patch22 -p1
|
||||
|
||||
# rename posix README so we don't have conflict
|
||||
%{__mv} %{posix_name}/README %{posix_name}/%{posix_name}.README
|
||||
@ -85,6 +89,10 @@ popd
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 26 2019 Nikola Forró <nforro@redhat.com> - 4.16-5
|
||||
- socket.2: fix dead link in AF_ALG note
|
||||
resolves #1679505
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.16-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user