- Resolves: #564528 Man page and "info" information on snprintf incomplete
This commit is contained in:
parent
138d3c3323
commit
45e2b2dbf6
11
man-pages-3.23-printf.patch
Normal file
11
man-pages-3.23-printf.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
diff -up man-pages-3.23/man3/printf.3.pom man-pages-3.23/man3/printf.3
|
||||||
|
--- man-pages-3.23/man3/printf.3.pom 2009-09-30 03:36:53.000000000 +0200
|
||||||
|
+++ man-pages-3.23/man3/printf.3 2010-02-22 11:16:46.000000000 +0100
|
||||||
|
@@ -103,6 +103,7 @@ write at most
|
||||||
|
bytes (including the trailing null byte (\(aq\e0\(aq)) to
|
||||||
|
.IR str .
|
||||||
|
.PP
|
||||||
|
+The trailing null byte won't be added to str, if the string is truncated.
|
||||||
|
The functions
|
||||||
|
.BR vprintf (),
|
||||||
|
.BR vfprintf (),
|
@ -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.23
|
Version: 3.23
|
||||||
Release: 6%{?dist}
|
Release: 7%{?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/
|
||||||
@ -33,6 +33,7 @@ Patch58: man-pages-3.23-proc.patch
|
|||||||
Patch59: man-pages-3.23-ld.so.patch
|
Patch59: man-pages-3.23-ld.so.patch
|
||||||
Patch60: man-pages-3.22-sched_setaffinity.patch
|
Patch60: man-pages-3.22-sched_setaffinity.patch
|
||||||
Patch61: man-pages-3.23-iconv.patch
|
Patch61: man-pages-3.23-iconv.patch
|
||||||
|
Patch62: man-pages-3.23-printf.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Autoreq: false
|
Autoreq: false
|
||||||
@ -64,6 +65,7 @@ rmdir man-pages-posix-%{posix_version}-%{posix_release}
|
|||||||
%patch59 -p1
|
%patch59 -p1
|
||||||
%patch60 -p1
|
%patch60 -p1
|
||||||
%patch61 -p1
|
%patch61 -p1
|
||||||
|
%patch62 -p1
|
||||||
|
|
||||||
### And now remove those we are not going to use:
|
### And now remove those we are not going to use:
|
||||||
|
|
||||||
@ -134,6 +136,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%lang(en) %{_mandir}/en/man*
|
%lang(en) %{_mandir}/en/man*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 22 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.23-7
|
||||||
|
- Resolves: #564528
|
||||||
|
Man page and "info" information on snprintf incomplete
|
||||||
|
|
||||||
* Wed Jan 27 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.23-6
|
* Wed Jan 27 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.23-6
|
||||||
- Resolves: #556199
|
- Resolves: #556199
|
||||||
update iconv.1 man page
|
update iconv.1 man page
|
||||||
|
Loading…
Reference in New Issue
Block a user