- Resolves: #588620 Typo in sysconf(3) Manual page
This commit is contained in:
parent
35efc2029b
commit
707deefb41
12
man-pages-3.24-sysconf.patch
Normal file
12
man-pages-3.24-sysconf.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up man-pages-3.24/man3/sysconf.3.pom man-pages-3.24/man3/sysconf.3
|
||||||
|
--- man-pages-3.24/man3/sysconf.3.pom 2010-02-26 05:46:50.000000000 +0100
|
||||||
|
+++ man-pages-3.24/man3/sysconf.3 2010-05-10 10:24:56.000000000 +0200
|
||||||
|
@@ -44,7 +44,7 @@ and testing the value of certain macros.
|
||||||
|
.LP
|
||||||
|
At run time, one can ask for numerical values using the present function
|
||||||
|
.BR sysconf ().
|
||||||
|
-On can ask for numerical values that may depend
|
||||||
|
+One can ask for numerical values that may depend
|
||||||
|
on the file system a file is in using the calls
|
||||||
|
.BR fpathconf (3)
|
||||||
|
and
|
@ -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.24
|
Version: 3.24
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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/
|
||||||
@ -35,6 +35,7 @@ Patch61: man-pages-3.23-iconv.patch
|
|||||||
Patch62: man-pages-3.23-printf.patch
|
Patch62: man-pages-3.23-printf.patch
|
||||||
Patch63: man-pages-3.24-getnameinfo.patch
|
Patch63: man-pages-3.24-getnameinfo.patch
|
||||||
Patch64: man-pages-3.24-atanh.patch
|
Patch64: man-pages-3.24-atanh.patch
|
||||||
|
Patch65: man-pages-3.24-sysconf.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Autoreq: false
|
Autoreq: false
|
||||||
@ -68,6 +69,7 @@ rmdir man-pages-posix-%{posix_version}-%{posix_release}
|
|||||||
%patch62 -p1
|
%patch62 -p1
|
||||||
%patch63 -p1
|
%patch63 -p1
|
||||||
%patch64 -p1
|
%patch64 -p1
|
||||||
|
%patch65 -p1
|
||||||
|
|
||||||
### And now remove those we are not going to use:
|
### And now remove those we are not going to use:
|
||||||
|
|
||||||
@ -138,6 +140,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%lang(en) %{_mandir}/en/man*/*
|
%lang(en) %{_mandir}/en/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 10 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.24-4
|
||||||
|
- Resolves: #588620
|
||||||
|
Typo in sysconf(3) Manual page
|
||||||
|
|
||||||
* Mon May 3 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.24-3
|
* Mon May 3 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.24-3
|
||||||
- fix atanh man-page bug in glibc was fixed so removed the info about it
|
- fix atanh man-page bug in glibc was fixed so removed the info about it
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user