- fix 436398: add information about unimplemented syscalls
This commit is contained in:
parent
deddce5db9
commit
20007c3165
42
man-pages-2.78-stream.patch
Normal file
42
man-pages-2.78-stream.patch
Normal file
@ -0,0 +1,42 @@
|
||||
diff -up man-pages-2.78/man2/getmsg.2.pom man-pages-2.78/man2/getmsg.2
|
||||
--- man-pages-2.78/man2/getmsg.2.pom 2008-03-07 12:03:52.000000000 +0100
|
||||
+++ man-pages-2.78/man2/getmsg.2 2008-03-07 12:04:04.000000000 +0100
|
||||
@@ -0,0 +1 @@
|
||||
+.so man2/unimplemented.2
|
||||
diff -up man-pages-2.78/man2/putmsg.2.pom man-pages-2.78/man2/putmsg.2
|
||||
--- man-pages-2.78/man2/putmsg.2.pom 2008-03-07 12:03:52.000000000 +0100
|
||||
+++ man-pages-2.78/man2/putmsg.2 2008-03-07 12:04:12.000000000 +0100
|
||||
@@ -0,0 +1 @@
|
||||
+.so man2/unimplemented.2
|
||||
diff -up man-pages-2.78/man2/fattch.2.pom man-pages-2.78/man2/fattch.2
|
||||
--- man-pages-2.78/man2/fattch.2.pom 2008-03-07 12:03:52.000000000 +0100
|
||||
+++ man-pages-2.78/man2/fattch.2 2008-03-07 12:03:38.000000000 +0100
|
||||
@@ -0,0 +1 @@
|
||||
+.so man2/unimplemented.2
|
||||
diff -up man-pages-2.78/man2/isastream.2.pom man-pages-2.78/man2/isastream.2
|
||||
--- man-pages-2.78/man2/isastream.2.pom 2008-03-07 12:03:52.000000000 +0100
|
||||
+++ man-pages-2.78/man2/isastream.2 2008-03-07 12:04:08.000000000 +0100
|
||||
@@ -0,0 +1 @@
|
||||
+.so man2/unimplemented.2
|
||||
diff -up man-pages-2.78/man2/fdetach.2.pom man-pages-2.78/man2/fdetach.2
|
||||
--- man-pages-2.78/man2/fdetach.2.pom 2008-03-07 12:03:52.000000000 +0100
|
||||
+++ man-pages-2.78/man2/fdetach.2 2008-03-07 12:04:00.000000000 +0100
|
||||
@@ -0,0 +1 @@
|
||||
+.so man2/unimplemented.2
|
||||
diff -up man-pages-2.78/man2/unimplemented.2.pom man-pages-2.78/man2/unimplemented.2
|
||||
--- man-pages-2.78/man2/unimplemented.2.pom 2008-02-28 10:58:27.000000000 +0100
|
||||
+++ man-pages-2.78/man2/unimplemented.2 2008-03-07 12:08:41.000000000 +0100
|
||||
@@ -26,9 +26,10 @@
|
||||
.\"
|
||||
.TH UNIMPLEMENTED 2 2007-07-05 "Linux" "Linux Programmer's Manual"
|
||||
.SH NAME
|
||||
-afs_syscall, break, ftime, getpmsg, gtty, lock, madvise1, mpx,
|
||||
-multiplexer, prof, profil, putpmsg, security, stty, tuxcall, ulimit,
|
||||
-vserver \- unimplemented system calls
|
||||
+afs_syscall, break, fattach, fdetach, ftime, getmsg, getpmsg, gtty,
|
||||
+isastream, lock, madvise1, mpx, multiplexer, prof, profil, putmsg,
|
||||
+putpmsg, security, stty, tuxcall, ulimit, vserver
|
||||
+\- unimplemented system calls
|
||||
.SH SYNOPSIS
|
||||
Unimplemented system calls.
|
||||
.SH DESCRIPTION
|
@ -1,7 +1,7 @@
|
||||
Summary: Man (manual) pages from the Linux Documentation Project
|
||||
Name: man-pages
|
||||
Version: 2.78
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+, GLP, BSD, MIT, Copyright only, IEEE
|
||||
Group: Documentation
|
||||
URL: http://www.kernel.org/pub/linux/docs/manpages/
|
||||
@ -32,6 +32,7 @@ Patch49: man-pages-2.63-getent.patch
|
||||
Patch50: man-pages-2.63-iconv.patch
|
||||
Patch51: man-pages-2.75-crypt.patch
|
||||
Patch52: man-pages-2.76-prctl.patch
|
||||
Patch53: man-pages-2.78-stream.patch
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Autoreq: false
|
||||
@ -67,6 +68,7 @@ done
|
||||
%patch50 -p1
|
||||
%patch51 -p1
|
||||
%patch52 -p1
|
||||
%patch53 -p1
|
||||
|
||||
### And now remove those we are not going to use:
|
||||
|
||||
@ -177,6 +179,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%lang(en) %{_mandir}/en/man*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 7 2008 Ivana Varekova <varekova@redhat.com> - 2.78-2
|
||||
- fix 436398:
|
||||
add information about unimplemented syscalls
|
||||
|
||||
* Fri Feb 22 2008 Ivana Varekova <varekova@redhat.com> - 2.78-1
|
||||
- update to 2.78
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user