- fix relative path in proc.5

This commit is contained in:
Ivana Varekova 2008-11-13 14:27:42 +00:00
parent 9611b5e710
commit cbd574bd8f
2 changed files with 21 additions and 1 deletions

14
man-pages-3.13-proc.patch Normal file
View File

@ -0,0 +1,14 @@
diff -up man-pages-3.13/man5/proc.5.pom man-pages-3.13/man5/proc.5
--- man-pages-3.13/man5/proc.5.pom 2008-11-07 17:26:59.000000000 +0100
+++ man-pages-3.13/man5/proc.5 2008-11-13 15:04:41.000000000 +0100
@@ -1322,8 +1322,8 @@ See also
.TP
.I /proc/mtrr
Memory Type Range Registers.
-See
-.I /usr/src/linux/Documentation/mtrr.txt
+See the kernel source file
+.I Documentation/mtrr.txt
for details.
.TP
.I /proc/net

View File

@ -4,7 +4,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: 3.13 Version: 3.13
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE License: GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE
Group: Documentation Group: Documentation
URL: http://www.kernel.org/pub/linux/docs/manpages/ URL: http://www.kernel.org/pub/linux/docs/manpages/
@ -28,6 +28,7 @@ Patch49: man-pages-2.63-getent.patch
Patch50: man-pages-2.63-iconv.patch Patch50: man-pages-2.63-iconv.patch
Patch53: man-pages-2.78-stream.patch Patch53: man-pages-2.78-stream.patch
Patch54: man-pages-2.80-malloc_h.patch Patch54: man-pages-2.80-malloc_h.patch
Patch55: man-pages-3.13-proc.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Autoreq: false Autoreq: false
@ -54,6 +55,7 @@ rmdir man-pages-posix-%{posix_version}-%{posix_release}
%patch50 -p1 %patch50 -p1
%patch53 -p1 %patch53 -p1
%patch54 -p1 %patch54 -p1
%patch55 -p1
### And now remove those we are not going to use: ### And now remove those we are not going to use:
@ -119,6 +121,10 @@ rm -rf $RPM_BUILD_ROOT
%lang(en) %{_mandir}/en/man* %lang(en) %{_mandir}/en/man*
%changelog %changelog
* Thu Nov 13 2008 Ivana Varekova <varekova@redhat.com> - 3.13-2
- fix relative path in proc.5
- not build yet
* Thu Nov 13 2008 Ivana Varekova <varekova@redhat.com> - 3.13-1 * Thu Nov 13 2008 Ivana Varekova <varekova@redhat.com> - 3.13-1
- update to 3.13 - update to 3.13