- add the description clone2 syscall to clone.2 man page
- add multiplexer.2 man page
This commit is contained in:
parent
498c101ab4
commit
2e207cabbe
@ -1,3 +1,4 @@
|
|||||||
man-pages-extralocale.tar.bz2
|
man-pages-extralocale.tar.bz2
|
||||||
man2.tar.gz
|
man2.tar.gz
|
||||||
man-pages-2.39.tar.bz2
|
man-pages-2.39.tar.bz2
|
||||||
|
man2_sys2.tar.gz
|
||||||
|
11
man-pages-2.39-unimplemented.patch
Normal file
11
man-pages-2.39-unimplemented.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- man-pages-2.39/man2/unimplemented.2.pom 2006-08-24 12:53:50.000000000 +0200
|
||||||
|
+++ man-pages-2.39/man2/unimplemented.2 2006-08-24 12:57:56.000000000 +0200
|
||||||
|
@@ -26,7 +26,7 @@
|
||||||
|
.\"
|
||||||
|
.TH UNIMPLEMENTED 2 2003-02-28 "Linux 2.4" "Linux Programmer's Manual"
|
||||||
|
.SH NAME
|
||||||
|
-afs_syscall, break, ftime, getpmsg, gtty, lock, mpx, prof, profil,
|
||||||
|
+afs_syscall, break, ftime, getpmsg, gtty, lock, mpx, multiplexer, prof, profil,
|
||||||
|
putpmsg, security, stty, ulimit \- unimplemented system calls
|
||||||
|
.SH SYNOPSIS
|
||||||
|
Unimplemented system calls.
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Man (manual) pages from the Linux Documentation Project.
|
Summary: Man (manual) pages from the Linux Documentation Project.
|
||||||
Name: man-pages
|
Name: man-pages
|
||||||
Version: 2.39
|
Version: 2.39
|
||||||
Release: 4
|
Release: 5
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.bz2
|
||||||
@ -36,6 +36,8 @@ Patch31: man-pages-2.34-write.patch
|
|||||||
Patch32: man-pages-2.34-wait16.patch
|
Patch32: man-pages-2.34-wait16.patch
|
||||||
Patch33: man-pages-2.39-typo.patch
|
Patch33: man-pages-2.39-typo.patch
|
||||||
Patch34: man-pages-2.39-puned.patch
|
Patch34: man-pages-2.39-puned.patch
|
||||||
|
Patch35: man-pages-2.39-clone.patch
|
||||||
|
Patch36: man-pages-2.39-unimplemented.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Autoreq: false
|
Autoreq: false
|
||||||
@ -79,6 +81,8 @@ tar xzf %{SOURCE11}
|
|||||||
%patch32 -p1
|
%patch32 -p1
|
||||||
%patch33 -p1
|
%patch33 -p1
|
||||||
%patch34 -p1
|
%patch34 -p1
|
||||||
|
%patch35 -p1
|
||||||
|
%patch36 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -178,6 +182,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/en/man*
|
%{_mandir}/en/man*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 28 2006 Ivana Varekova <varekova@redhat.com> 2.39-5
|
||||||
|
- add the description clone2 syscall to clone.2 man page
|
||||||
|
- add multiplexer.2 man page
|
||||||
|
|
||||||
* Wed Aug 23 2006 Ivana Varekova <varekova@redhat.com> 2.39-4
|
* Wed Aug 23 2006 Ivana Varekova <varekova@redhat.com> 2.39-4
|
||||||
- add (get/set)_robust_list.2 man pages
|
- add (get/set)_robust_list.2 man pages
|
||||||
- add add_key.2, keyctl.2, request_key.2 man pages
|
- add add_key.2, keyctl.2, request_key.2 man pages
|
||||||
|
1
sources
1
sources
@ -1,3 +1,4 @@
|
|||||||
57f2e0500d177e05647990eae439a8ee man-pages-extralocale.tar.bz2
|
57f2e0500d177e05647990eae439a8ee man-pages-extralocale.tar.bz2
|
||||||
af09d031dcee66929510e078d00066f2 man2.tar.gz
|
af09d031dcee66929510e078d00066f2 man2.tar.gz
|
||||||
94f69eed6a1cf2268e7e645cfbcdce9f man-pages-2.39.tar.bz2
|
94f69eed6a1cf2268e7e645cfbcdce9f man-pages-2.39.tar.bz2
|
||||||
|
4305783c7b01f852d1c8a2cd21f3eefa man2_sys2.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user