From 172c20d6868b9ec31c7dc20907664e1dbe3a1132 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 01 2019 19:03:39 +0000 Subject: import man-pages-3.53-5.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0923c66 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +SOURCES/man-pages-3.53.tar.xz +SOURCES/man-pages-additional-20140211.tar.xz +SOURCES/man-pages-posix-2003-a.tar.xz diff --git a/.man-pages.metadata b/.man-pages.metadata new file mode 100644 index 0000000..1f6acf1 --- /dev/null +++ b/.man-pages.metadata @@ -0,0 +1,3 @@ +e15941069cbdf8e0140c1a86f0158695181e97dc SOURCES/man-pages-3.53.tar.xz +c5b3852c40b4b6a66a5e974c3d6bf6adbcfe0198 SOURCES/man-pages-additional-20140211.tar.xz +b9c65a46e2061a1b2d4ee7bcc3e46603517b1f42 SOURCES/man-pages-posix-2003-a.tar.xz diff --git a/SOURCES/man-pages-3.32-host.patch b/SOURCES/man-pages-3.32-host.patch new file mode 100644 index 0000000..0035f54 --- /dev/null +++ b/SOURCES/man-pages-3.32-host.patch @@ -0,0 +1,32 @@ +diff -up man-pages-3.32/man5/host.conf.5.pom man-pages-3.32/man5/host.conf.5 +--- man-pages-3.32/man5/host.conf.5.pom 2010-12-03 08:02:02.000000000 +0100 ++++ man-pages-3.32/man5/host.conf.5 2011-04-22 15:40:45.000000000 +0200 +@@ -33,15 +33,9 @@ contains configuration information speci + It should contain one configuration keyword per line, followed by + appropriate configuration information. + The keywords recognized are +-.IR order ", " trim ", " multi ", " nospoof ", " spoof ", and " reorder . ++.IR trim ", " multi ", " nospoof ", " spoof ", and " reorder . + These keywords are described below. + .TP +-.I order +-This keyword specifies how host lookups are to be performed. +-It should be followed by one or more lookup methods, separated by commas. +-Valid methods are +-.IR bind ", " hosts ", and " nis . +-.TP + .I trim + This keyword may be listed more than once. + Each time it should be +@@ -141,11 +135,6 @@ override the behavior which is configure + If set this variable points to a file that should be read instead of + .IR /etc/host.conf . + .TP +-.B RESOLV_SERV_ORDER +-Overrides the +-.I order +-command. +-.TP + .B RESOLV_SPOOF_CHECK + Overrides the + .IR nospoof ", " spoofalert " and " spoof diff --git a/SOURCES/man-pages-3.42-close.patch b/SOURCES/man-pages-3.42-close.patch new file mode 100644 index 0000000..aea1b8a --- /dev/null +++ b/SOURCES/man-pages-3.42-close.patch @@ -0,0 +1,17 @@ +diff -ur man-pages-3.42.orig/man2/close.2 man-pages-3.42/man2/close.2 +--- man-pages-3.42.orig/man2/close.2 2012-08-14 00:39:35.000000000 +0200 ++++ man-pages-3.42/man2/close.2 2012-09-13 19:16:38.136978496 +0200 +@@ -114,6 +114,13 @@ + Since a file descriptor may be reused, + there are some obscure race conditions + that may cause unintended side effects. ++.PP ++When dealing with sockets, you have to be sure that there is no ++.BR recv (2) ++still blocking on it on another thread, otherwise it might block forever, ++since no more messages will be send via the socket. Be sure to use ++.BR shutdown (2) ++to shut down all parts the connection before closing the socket. + .\" Date: Tue, 4 Sep 2007 13:57:35 +0200 + .\" From: Fredrik Noring + .\" One such race involves signals and ERESTARTSYS. If a file descriptor diff --git a/SOURCES/man-pages-3.42-connect.patch b/SOURCES/man-pages-3.42-connect.patch new file mode 100644 index 0000000..4b07c13 --- /dev/null +++ b/SOURCES/man-pages-3.42-connect.patch @@ -0,0 +1,20 @@ +diff -ur man-pages-3.42.orig/man2/connect.2 man-pages-3.42/man2/connect.2 +--- man-pages-3.42.orig/man2/connect.2 2012-08-14 00:39:35.000000000 +0200 ++++ man-pages-3.42/man2/connect.2 2012-09-18 16:21:40.502613484 +0200 +@@ -152,14 +152,8 @@ + .I sa_family + field. + .TP +-.B EAGAIN +-No more free local ports or insufficient entries in the routing cache. +-For +-.B AF_INET +-see the description of +-.I /proc/sys/net/ipv4/ip_local_port_range +-.BR ip (7) +-for information on how to increase the number of local ports. ++.B EADDRNOTAVAIL ++Non-existent interface was requested or the requested address was not local. + .TP + .B EALREADY + The socket is nonblocking and a previous connection attempt has not yet diff --git a/SOURCES/man-pages-3.43-tcp-congestion.patch b/SOURCES/man-pages-3.43-tcp-congestion.patch new file mode 100644 index 0000000..ca9f6b3 --- /dev/null +++ b/SOURCES/man-pages-3.43-tcp-congestion.patch @@ -0,0 +1,62 @@ +diff -up man-pages-3.45/man7/tcp.7.orig man-pages-3.45/man7/tcp.7 +--- man-pages-3.45/man7/tcp.7.orig 2012-12-20 18:17:29.000000000 +0100 ++++ man-pages-3.45/man7/tcp.7 2012-12-21 15:31:18.526858856 +0100 +@@ -867,6 +867,58 @@ socket options are valid on TCP sockets. + For more information see + .BR ip (7). + .TP ++.BR TCP_CONGESTION " (since Linux 2.6.13)" ++Get or set the congestion-control algorithm for this socket. ++The ++.I optval ++argument is a pointer to a character-string buffer. ++ ++For ++.BR getsockopt () ++.I *optlen ++specifies the amount of space available in the buffer pointed to by ++.IR optval , ++which should be at least 16 bytes (defined by the kernel-internal constant ++.BR TCP_CA_NAME_MAX ). ++On return, the buffer pointed to by ++.I optval ++is set to a null-terminated string containing the name of the ++congestion-control algorithm for this socket, and ++.I *optlen ++is set to the minimum of its original value and ++.BR TCP_CA_NAME_MAX . ++If the value passed in ++.I *optlen ++is too small, then the string returned in ++.I *optval ++is silently truncated, and no terminating null byte is added. ++If an empty string is returned, then the socket is using the default ++congestion-control algorithm, determined as described under ++.I tcp_congestion_control ++above. ++ ++For ++.BR setsockopt () ++.I optlen ++specifies the length of the congestion-control algorithm name ++contained in the buffer pointed to by ++.IR optval ; ++this length need not include any terminating null byte. ++The algorithm "reno" is always permitted; ++other algorithms may be available, depending on kernel configuration. ++Possible errors from ++.BR setsockopt () ++include: ++algorithm not found/available ++.RB ( ENOENT ); ++setting this algorithm requires the ++.B CAP_NET_ADMIN ++capability ++.RB ( EPERM ); ++and failure getting kernel module ++.RB ( EBUSY ). ++.I ++.TP + .BR TCP_CORK " (since Linux 2.2)" + .\" precisely: since 2.1.127 + If set, don't send out partial frames. diff --git a/SOURCES/man-pages-3.53-nscd.conf.patch b/SOURCES/man-pages-3.53-nscd.conf.patch new file mode 100644 index 0000000..80dbba7 --- /dev/null +++ b/SOURCES/man-pages-3.53-nscd.conf.patch @@ -0,0 +1,17 @@ +diff -up man-pages-3.53/man5/nscd.conf.5.orig man-pages-3.53/man5/nscd.conf.5 +--- man-pages-3.53/man5/nscd.conf.5.orig 2013-07-31 08:45:56.000000000 +0200 ++++ man-pages-3.53/man5/nscd.conf.5 2014-02-11 11:45:36.911286496 +0100 +@@ -229,6 +229,13 @@ This option is valid only for services + and + .IR group . + .RE ++.SH NOTES ++The default values stated in this manual page originate ++from the source code of ++.BR nscd (8) ++and are used if not overriden in the configuration file. ++The default values used in the configuration file of ++your distribution might differ. + .SH SEE ALSO + .BR nscd (8) + .\" .SH AUTHOR diff --git a/SOURCES/man-pages-3.53-proc.patch b/SOURCES/man-pages-3.53-proc.patch new file mode 100644 index 0000000..1cc5d64 --- /dev/null +++ b/SOURCES/man-pages-3.53-proc.patch @@ -0,0 +1,104 @@ +diff -up man-pages-3.53/man5/proc.5.orig man-pages-3.53/man5/proc.5 +--- man-pages-3.53/man5/proc.5.orig 2013-07-31 08:45:56.000000000 +0200 ++++ man-pages-3.53/man5/proc.5 2013-08-02 13:00:55.062278000 +0200 +@@ -59,7 +59,7 @@ + .\" to see what information could be imported from that file + .\" into this file. + .\" +-.TH PROC 5 2013-06-27 "Linux" "Linux Programmer's Manual" ++.TH PROC 5 2013-08-01 "Linux" "Linux Programmer's Manual" + .SH NAME + proc \- process information pseudo-file system + .SH DESCRIPTION +@@ -350,9 +350,88 @@ file access mode and file status flags ( + .BR open (2)). + + The files in this directory are readable only by the owner of the process. +-.\" FIXME document /proc/[pid]/io +-.\" .TP +-.\" .IR /proc/[pid]/io " (since kernel 2.6.20)" ++.TP ++.IR /proc/[pid]/io " (since kernel 2.6.20)" ++.\" commit 7c3ab7381e79dfc7db14a67c6f4f3285664e1ec2 ++This file contains I/O statistics for the process, for example: ++.in +4n ++.nf ++ ++.RB "#" " cat /proc/3828/io" ++rchar: 323934931 ++wchar: 323929600 ++syscr: 632687 ++syscw: 632675 ++read_bytes: 0 ++write_bytes: 323932160 ++cancelled_write_bytes: 0 ++.fi ++.in ++ ++The fields are as follows: ++.RS ++.TP ++.IR rchar ": characters read" ++The number of bytes which this task has caused to be read from storage. ++This is simply the sum of bytes which this process passed to ++.BR read (2) ++and similar system calls. ++It includes things such as terminal I/O and ++is unaffected by whether or not actual ++physical disk I/O was required (the read might have been satisfied from ++pagecache). ++.TP ++.IR wchar ": characters written" ++The number of bytes which this task has caused, or shall cause to be written ++to disk. ++Similar caveats apply here as with ++.IR rchar . ++.TP ++.IR syscr ": read syscalls" ++Attempt to count the number of read I/O operations\(emthat is, ++system calls such as ++.BR read (2) ++and ++.BR pread (2). ++.TP ++.IR syscw ": write syscalls" ++Attempt to count the number of write I/O operations\(emthat is, ++system calls such as ++.BR write (2) ++and ++.BR pwrite (2). ++.TP ++.IR read_bytes ": bytes read" ++Attempt to count the number of bytes which this process really did cause to ++be fetched from the storage layer. ++This is accurate for block-backed filesystems. ++.TP ++.IR write_bytes ": bytes written" ++Attempt to count the number of bytes which this process caused to be sent to ++the storage layer. ++.TP ++.IR cancelled_write_bytes : ++The big inaccuracy here is truncate. ++If a process writes 1MB to a file and then deletes the file, ++it will in fact perform no writeout. ++But it will have been accounted as having caused 1MB of write. ++In other words: this field represents the number of bytes which this process ++caused to not happen, by truncating pagecache. ++A task can cause "negative" I/O too. ++If this task truncates some dirty pagecache, ++some I/O which another task has been accounted for ++(in its ++.IR write_bytes ) ++will not be happening. ++.RE ++.IP ++.IR Note : ++In the current implementation, things are a bit racy on 32-bit systems: ++if process A reads process B's ++.I /proc/[pid]/io ++while process B is updating one of these 64-bit counters, ++process A could see an intermediate result. ++.RE + .TP + .IR /proc/[pid]/limits " (since kernel 2.6.24)" + This file displays the soft limit, hard limit, and units of measurement diff --git a/SOURCES/man-pages-posix-2003-awk.patch b/SOURCES/man-pages-posix-2003-awk.patch new file mode 100644 index 0000000..8cc6f55 --- /dev/null +++ b/SOURCES/man-pages-posix-2003-awk.patch @@ -0,0 +1,12 @@ +diff -ur man-pages-3.42.orig/man-pages-posix-2003-a/man1p/awk.1p man-pages-3.42/man-pages-posix-2003-a/man1p/awk.1p +--- man-pages-3.42.orig/man-pages-posix-2003-a/man1p/awk.1p 2008-06-05 11:22:12.000000000 +0200 ++++ man-pages-3.42/man-pages-posix-2003-a/man1p/awk.1p 2012-09-11 10:53:09.542957878 +0200 +@@ -2197,7 +2197,7 @@ + .LP + The \fIawk\fP program specified in the command line is most easily + specified within single-quotes (for example, +-'\fIprogram\fP') for applications using \fIsh\fP, because \fIawk\fP ++\fI'program'\fP) for applications using \fIsh\fP, because \fIawk\fP + programs commonly contain + characters that are special to the shell, including double-quotes. + In the cases where an \fIawk\fP program contains single-quote diff --git a/SOURCES/man-pages-posix-2003-man.patch b/SOURCES/man-pages-posix-2003-man.patch new file mode 100644 index 0000000..8e6cf5a --- /dev/null +++ b/SOURCES/man-pages-posix-2003-man.patch @@ -0,0 +1,15 @@ +diff -ur man-pages-3.42.orig/man-pages-posix-2003-a/man1p/man.1p man-pages-3.42/man-pages-posix-2003-a/man1p/man.1p +--- man-pages-3.42.orig/man-pages-posix-2003-a/man1p/man.1p 2008-06-05 11:22:12.000000000 +0200 ++++ man-pages-3.42/man-pages-posix-2003-a/man1p/man.1p 2012-09-11 10:55:29.899852315 +0200 +@@ -44,10 +44,7 @@ + .RS + .nf + +-\fBgrep -Ei ' +-\fP\fIname +-name\fP\fB... +-'\fP \fIsummary-database\fP ++\fBgrep -Ei '\fP\fIname name\fP\fB...' \fP \fIsummary-database\fP + .fi + .RE + .LP diff --git a/SOURCES/man-pages-posix-2003-printf.patch b/SOURCES/man-pages-posix-2003-printf.patch new file mode 100644 index 0000000..56f5dd8 --- /dev/null +++ b/SOURCES/man-pages-posix-2003-printf.patch @@ -0,0 +1,13 @@ +diff -ur man-pages-3.42.orig/man-pages-posix-2003-a/man1p/printf.1p man-pages-3.42/man-pages-posix-2003-a/man1p/printf.1p +--- man-pages-3.42.orig/man-pages-posix-2003-a/man1p/printf.1p 2008-06-05 11:22:12.000000000 +0200 ++++ man-pages-3.42/man-pages-posix-2003-a/man1p/printf.1p 2012-09-11 10:56:23.003676775 +0200 +@@ -144,7 +144,8 @@ + numeric value specified by the octal number + .LP + .IP " *" 3 +-\fB'\\c'\fP, which shall not be written and shall cause \fIprintf\fP ++sequence \fB'\\c'\fP ++which shall not be written and shall cause \fIprintf\fP + to ignore any remaining characters in the string + operand containing it, any remaining string operands, and any additional + characters in the \fIformat\fP operand diff --git a/SOURCES/man-pages-posix-2003-readlink3p.patch b/SOURCES/man-pages-posix-2003-readlink3p.patch new file mode 100644 index 0000000..e350c81 --- /dev/null +++ b/SOURCES/man-pages-posix-2003-readlink3p.patch @@ -0,0 +1,12 @@ +diff -ur man-pages-3.42.orig/man-pages-posix-2003-a/man3p/readlink.3p man-pages-3.42/man-pages-posix-2003-a/man3p/readlink.3p +--- man-pages-3.42.orig/man-pages-posix-2003-a/man3p/readlink.3p 2008-06-05 11:22:12.000000000 +0200 ++++ man-pages-3.42/man-pages-posix-2003-a/man3p/readlink.3p 2012-09-11 10:57:03.913771772 +0200 +@@ -96,7 +96,7 @@ + .sp + + char buf[1024]; +-ssizet_t len; ++ssize_t len; + \&... + if ((len = readlink("/modules/pass1", buf, sizeof(buf)-1)) != -1) + buf[len] = '\\0'; diff --git a/SPECS/man-pages.spec b/SPECS/man-pages.spec new file mode 100644 index 0000000..2233057 --- /dev/null +++ b/SPECS/man-pages.spec @@ -0,0 +1,1120 @@ +%global posix_version 2003 +%global posix_release a +%global posix_name man-pages-posix-%{posix_version}-%{posix_release} +%global additional_version 20140211 +%global additional_name man-pages-additional-%{additional_version} + +Summary: Man (manual) pages from the Linux Documentation Project +Name: man-pages +Version: 3.53 +Release: 5%{?dist} +License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE +Group: Documentation +URL: http://www.kernel.org/doc/man-pages/ +Source: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz +# POSIX man pages +Source1: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/%{posix_name}.tar.xz +# additional man-pages, the source tarball is fedora only +Source2: %{additional_name}.tar.xz + +## Patches ## + +# POSIX man pages +Patch00: man-pages-posix-2003-awk.patch +Patch01: man-pages-posix-2003-man.patch +Patch02: man-pages-posix-2003-printf.patch +# resolves: #723578 +Patch03: man-pages-posix-2003-readlink3p.patch + +# Regular man pages +# resolves: #698149 +Patch20: man-pages-3.32-host.patch +# resolves: #650985 +Patch21: man-pages-3.42-close.patch +# resolves: #392431 +Patch22: man-pages-3.42-connect.patch +# resolves: #771540 +Patch23: man-pages-3.43-tcp-congestion.patch +# resolves: #990049 +Patch24: man-pages-3.53-proc.patch +# resolves: #1058101 +Patch25: man-pages-3.53-nscd.conf.patch + + +Autoreq: false +BuildArch: noarch +# resolves: #655961 +Conflicts: quota < 3.17-14 + +%description +A large collection of man pages (documentation) from the Linux +Documentation Project (LDP). + +%prep +%setup -q -a 1 -a 2 + +%patch00 -p1 +%patch01 -p1 +%patch02 -p1 +%patch03 -p1 + +%patch20 -p1 +%patch21 -p1 +%patch22 -p1 +%patch23 -p1 +%patch24 -p1 +%patch25 -p1 + +## Remove man pages we are not going to use ## + +# part of libattr-devel +rm man2/{,f,l}{get,list,remove,set}xattr.2 + +# problem with db x db4 (#198597) - man pages are obsolete +rm man3/{db,btree,dbopen,hash,mpool,recno}.3 + +# deprecated +rm man2/pciconfig_{write,read,iobase}.2 + +# we are not using SystemV anymore (#1062906) +rm man7/boot.7 + +# we do not have sccs (#203302) +rm %{posix_name}/man1p/{admin,delta,get,prs,rmdel,sact,sccs,unget,val,what}.1p + + +%build +# nothing to build + +%install +%{__mv} %{posix_name}/man?p . +%{__cp} -r %{additional_name}/man* . +instdir=$RPM_BUILD_ROOT%{_mandir} +for sec in 0p 1 1p 2 3 3p 4 5 6 7 8; do + %{__mkdir} -p $instdir{,/en}/man$sec + for f in man$sec/*.$sec; do + case $f in + man$sec/'*'.$sec) + # this dir is empty + continue + ;; + man7/iso_8859-*.7) + enc=ISO-8859-15 + LANG=en iconv -f $enc -t utf-8 $f | \ + %{__sed} -e '1s/coding: *[^ ]* /coding: UTF-8 /' > $instdir/$f + ;; + man7/koi8-*.7 | man7/armscii-8.7 | man7/cp1251.7) + enc=${f#man7/} + enc=${enc%.7} + LANG=en iconv -f $enc -t utf-8 $f | \ + %{__sed} -e '1s/coding: *[^ ]* /coding: UTF-8 /' > $instdir/$f + ;; + *) + LANG=en iconv -f latin1 -t utf-8 -o $instdir/en/$f $f + LANG=en iconv -f utf-8 -t ascii//translit -o $instdir/$f $instdir/en/$f + cmp -s $instdir/$f $instdir/en/$f && %{__rm} $instdir/en/$f + ;; + esac + done +done + +cd %{posix_name} +%{__mv} Changes %{posix_name}.Changes +%{__mv} README %{posix_name}.README +cd .. + +%files +%doc README man-pages-%{version}.Announce Changes %{posix_name}/POSIX-COPYRIGHT %{posix_name}/%{posix_name}.{README,Announce,Changes} +%{_mandir}/man*/* +%lang(en) %{_mandir}/en/man*/* + +%changelog +* Tue Feb 11 2014 Peter Schiffer - 3.53-5 +- resolves: #1058101 + added note about default values to the nscd.conf(5) man page +- resolves: #1059829 + added three pthread_mutex* man pages from POSIX.1-2008 +- resolves: #1062906 + removed boot(7) man page + +* Fri Dec 27 2013 Daniel Mach - 3.53-4 +- Mass rebuild 2013-12-27 + +* Wed Dec 4 2013 Peter Schiffer - 3.53-3 +- resolves: #1031706 + removed pt_chown(5) man page + +* Tue Aug 13 2013 Peter Schiffer - 3.53-2 +- resolves: #990049 + documented /proc/[pid]/io file on the proc(5) man page + +* Wed Jul 31 2013 Peter Schiffer - 3.53-1 +- resolves: #990459 + updated to 3.53 + +* Mon Jul 22 2013 Peter Schiffer - 3.52-1 +- resolves: #981385 + updated to 3.52 +- fixed broken sentence on the futex(7) man page +- resolves: #885740 + documented O_PATH flag on the open(2) man page + +* Tue Apr 23 2013 Peter Schiffer - 3.51-1 +- resolves: #921911 + updated to 3.51 + +* Thu Mar 7 2013 Peter Schiffer - 3.48-1 +- resolves: #918417 + updated to 3.48 + +* Tue Feb 12 2013 Peter Schiffer - 3.47-1 +- resolves: #910268 + updated to 3.47 + +* Fri Feb 1 2013 Peter Schiffer - 3.46-2 +- related: #858703 + moved killpgrp(8) man page to the amanda-client package + +* Mon Jan 28 2013 Peter Schiffer - 3.46-1 +- resolves: #904950 + updated to 3.46 + +* Wed Jan 16 2013 Peter Schiffer - 3.45-2 +- dropped some outdated patches, few patches updated + +* Fri Dec 21 2012 Peter Schiffer - 3.45-1 +- resolves: #889446 + updated to 3.45 + +* Wed Nov 21 2012 Peter Schiffer - 3.44-1 +- resolves: #874650 + updated to 3.44 + +* Thu Oct 25 2012 Peter Schiffer - 3.43-1 +- resolves: #866874 + updated to 3.43 +- added description of the TCP_CONGESTION on the tcp(7) man page +- added description of the IP_MULTICAST_ALL on the ip(7) man page +- updated additional man pages + +* Wed Sep 19 2012 Peter Schiffer - 3.42-1 +- resolves: #847941 + update to 3.42 +- updated additional man pages +- cleaned patches +- cleaned .spec file, fixed minor encoding issue +- resolves: #837090 + updated example on inet(3) man page - use fprintf(stderr,..) instead of perror +- resolves: #751429 + included initgroups database in the nsswitch.conf(5) man page +- removed the sccs-related man pages (#203302) +- added description of single-request-reopen to the resolv.conf(5) man page (#717770) +- added missing EIDRM error code description to the shmop(2) man page (#800256) +- added documentation of several source-specific multicast socket options to the ip(7) man page (#804003) +- improved explanation about calling listen or connect on the ip(7) man page (#787567) +- added information about incorrect use of getdents(2) call to the man page (#809490) +- removed man-pages-3.22-sched_setaffinity.patch because the problem it describes was fixed in the kernel. see #533811 for more info +- documented why to use shutdown() before close() when dealing with sockets on close(2) man page (#650985) +- updated description of /proc/sys/fs/file-nr file in proc(5) man page (#497197) +- updated zdump(8) man page to match current zdump usage (#517309) +- fixed one incorrect error code on connect(2) man page (#392431) +- fixed typo in sysconf(3) man page (#202092) +- removed additional uuname(1) man page - was moved to the uucp package (#858642) +- removed obsolete additional userisdnctl(8) man page + +* Thu Jul 19 2012 Fedora Release Engineering - 3.41-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu May 17 2012 Peter Schiffer - 3.41-1 +- resolves: #820901 + update to 3.41 + +* Fri Apr 27 2012 Peter Schiffer - 3.40-2 +- related: #797857 + fixed broken source file + +* Fri Apr 27 2012 Peter Schiffer - 3.40-1 +- resolves: #797857 + update to 3.40 + +* Fri Jan 13 2012 Fedora Release Engineering - 3.35-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Fri Nov 11 2011 Peter Schiffer - 3.35-1 +- resolves: #751620 + update to 3.35 +- resolves: #723578 + typo in readlink(3p) + +* Fri May 27 2011 Ivana Hutarova Varekova - 3.32-14 +- resolves: #705888 + the man page for proc is missing an explanation for /proc/[pid]/cgroup + +* Fri Apr 22 2011 Ivana Hutarova Varekova - 3.32-13 +- resolves: #698149 + Remove documentation for "order" keyword in /etc/host.conf manpage + +* Fri Apr 22 2011 Ivana Hutarova Varekova - 3.32-12 +- resolves: #680214 + manpage for fallocate(2) is wrong + +* Fri Mar 25 2011 Ivana Hutarova Varekova - 3.32-11 +- resolves: #681781 + snprintf man page is wrong + +* Wed Mar 9 2011 Ivana Hutarova Varekova - 3.32-10 +- resolves: #675544 + perfmonctl(2) typo manpage fix + +* Thu Feb 24 2011 Ivana Hutarova Varekova - 3.32-9 +- resolves: #679899 + add scopev4 to gai.conf man page + +* Tue Feb 08 2011 Fedora Release Engineering - 3.32-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Jan 31 2011 Ivana Hutarova Varekova - 3.31-7 +- resolves: #673586 + fix the sed pages parsing + +* Thu Jan 27 2011 Ivana Hutarova Varekova - 3.31-6 +- resolves: #652869 + fix the necessary buffer limit in the man page for readdir_r + +* Thu Jan 27 2011 Ivana Hutarova Varekova - 3.31-5 +- resolves: #672348 + problems with the encoding of characters set man-pages + thanks Denis Barbier for a patch + +* Tue Jan 25 2011 Ivana Hutarova Varekova - 3.31-4 +- resolves: #672377 + fix man-pages-2.48-passwd.patch remove trailing dots + +* Tue Jan 25 2011 Ivana Hutarova Varekova - 3.31-3 +- resolves: #652870 + fix strtol man-page + +* Mon Jan 3 2011 Ivana Hutarova Varekova - 3.31-2 +- update to 3.32 + +* Wed Nov 24 2010 Ivana Hutarova Varekova - 3.31-2 +- resolves: #655961 + add the conflict tag + +* Fri Nov 19 2010 Ivana Hutarova Varekova - 3.31-1 +- update to 3.31 + +* Thu Nov 18 2010 Ivana Hutarova Varekova - 3.30-3 +- resolves: #647269 + PR_SET_SECCOMP and _exit, documentation bug + +* Thu Nov 11 2010 Ivana Hutarova Varekova - 3.30-2 +- Resolves: #650257 + fix open.2 O_EXCL description + +* Fri Nov 5 2010 Ivana Hutarova Varekova - 3.30-1 +- update to 3.30 + +* Mon Oct 25 2010 Ivana Hutarova Varekova - 3.29-1 +- update 3.29 + several bug fixes + +* Wed Oct 6 2010 Ivana Hutarova Varekova - 3.28-3 +- don't remove numa_maps, now the man page is not in numactl +- don't remove getipnodeby{name,addr}.3 and freehostent.3 + they are not more part of glibc-devel +- fix typo in gai_{error,suspend,cancel} pages + +* Wed Oct 6 2010 Ivana Hutarova Varekova - 3.28-2 +- add quotactl.2 to man-pages (the package was removed from quota - #640590) + +* Wed Oct 6 2010 Ivana Hutarova Varekova - 3.28-1 +- update to 3.28 +- move all additional man-pages to one source + (man-pages-additional-20101006.tar.bz2) +- remove additional man-pages without the info about license + +* Thu Sep 23 2010 Ivana Hutarova Varekova - 3.27-3 +- Resolves: #634626 + remove link to non-existing man page + +* Thu Sep 23 2010 Ivana Hutarova Varekova - 3.27-2 +- Resolves: #635869 + remove the link to removed man page + +* Thu Sep 23 2010 Ivana Hutarova Varekova - 3.27-1 +- Update to 3.27 +- remove obsolete patch + +* Wed Sep 8 2010 Ivana Hutarova Varekova - 3.26-1 +- Update to 3.26 +- Resolves: 624399 (rresvport man entry misleading) + +* Thu Jul 1 2010 Ivana Hutarova Varekova - 3.25-1 +- Update to 3.25 + +* Thu Jun 24 2010 Ivana Hutarova Varekova - 3.24-7 +- resolves: #606038 + filesystems.5 makes no mention of ext4 + +* Fri Jun 4 2010 Ivana Hutarova Varekova - 3.24-6 +- Resolves: #596666 + Man page for mmap64 is confusing + +* Mon May 31 2010 Ivana Hutarova Varekova - 3.24-5 +- Resolves: #597429 + remove the duplicate info about error output (recv(2) man page) + +* Mon May 10 2010 Ivana Hutarova Varekova - 3.24-4 +- Resolves: #588620 + Typo in sysconf(3) Manual page + +* Mon May 3 2010 Ivana Hutarova Varekova - 3.24-3 +- fix atanh man-page bug in glibc was fixed so removed the info about it + +* Fri Mar 19 2010 Ivana Hutarova Varekova - 3.24-2 +- Resolves: #570703 + fix getnameinfo prototype + +* Tue Mar 2 2010 Ivana Hutarova Varekova - 3.24-1 +- update to 3.24 + Resolves: #569451 + +* Mon Feb 22 2010 Ivana Hutarova Varekova - 3.23-7 +- Resolves: #564528 + Man page and "info" information on snprintf incomplete + +* Wed Jan 27 2010 Ivana Hutarova Varekova - 3.23-6 +- Resolves: #556199 + update iconv.1 man page + +* Tue Jan 26 2010 Ivana Hutarova Varekova - 3.23-5 +- Resolves: #557971 + remove unnecessary man-pages from man-pages_syscalls and man-pages_add + +* Thu Dec 3 2009 Ivana Hutarova Varekova - 3.23-4 +- fix typo in sched_setaffinity(2) patch + +* Wed Dec 2 2009 Ivana Hutarova Varekova - 3.23-3 +- fix sched_setaffinity(2) page - add an EXAMPLE and new NOTES + +* Wed Nov 18 2009 Ivana Varekova - 3.23-2 +- fix ld.so man-page (#532629) + +* Mon Oct 5 2009 Ivana Varekova - 3.23-1 +- update to 3.23 +- fix proc description + +* Wed Sep 16 2009 Ivana Varekova - 3.22-6 +- fix nsswitch.conf(5) man page + +* Mon Sep 14 2009 Ivana Varekova - 3.22-5 +- fix strcpy.3 man page +- remove statfc64 man page from syscalls tarball + +* Tue Aug 11 2009 Ivana Varekova - 3.22-4 +- fix gai.conf an page (#515347) + +* Mon Jul 27 2009 Ivana Varekova - 3.22-3 +- update to 3.22 + +* Sat Jul 25 2009 Fedora Release Engineering - 3.21-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Jul 17 2009 Ivana Varekova - 3.21-2 +- fix major.3 man page + +* Tue Apr 21 2009 Ivana Varekova - 3.21-1 +- update to 3.21 + +* Tue Mar 31 2009 Ivana Varekova - 3.20-1 +- update to 3.20 + +* Tue Mar 10 2009 Ivana Varekova - 3.19-1 +- update to 3.19 + +* Wed Feb 25 2009 Fedora Release Engineering - 3.16-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Fri Jan 16 2009 Ivana Varekova - 3.16-1 +- update to 3.16 + +* Mon Dec 8 2008 Ivana Varekova - 3.15-1 +- update to 3.15 + +* Thu Nov 13 2008 Ivana Varekova - 3.13-2 +- fix relative path in proc.5 +- not build yet + +* Thu Nov 13 2008 Ivana Varekova - 3.13-1 +- update to 3.13 + +* Mon Sep 15 2008 Ivana Varekova - 3.09-2 +- remove numa_maps.5 man page (part of numactl) + +* Fri Sep 12 2008 Ivana Varekova - 3.09-1 +- update to 3.09 + +* Thu Aug 14 2008 Ivana Varekova - 3.07-1 +- update to 3.07 +- remove ncsa_auth.8 (#458498) + +* Thu Aug 7 2008 Tom "spot" Callaway - 3.04-2 +- fix license tag + +* Tue Jul 22 2008 Ivana Varekova - 3.04-1 +- update to 3.04 +- remove mmap, sched_setaffinity, crypt and prctl patches +- remove -f from rm commands +- remove unnecessary/bogus rm commands + +* Wed Jun 18 2008 Ivana Varekova - 3.00-1 +- update to 3.00 +- source files changes + +* Wed Jun 11 2008 Ivana Varekova - 2.80-2 +- reformulate the malloc_hook patch + +* Tue Jun 10 2008 Ivana Varekova - 2.80-1 +- update to 2.80 +- Resolves: #450187 + deprecate malloc_hook(3) man page + +* Fri Mar 7 2008 Ivana Varekova - 2.78-2 +- fix 436398: + add information about unimplemented syscalls + +* Fri Feb 22 2008 Ivana Varekova - 2.78-1 +- update to 2.78 + +* Tue Jan 29 2008 Ivana Varekova - 2.76-1 +- update to 2.76 +- add new option to prctl man page + +* Fri Jan 11 2008 Ivana Varekova - 2.75-2 +- update crypt.3 man page + +* Fri Jan 11 2008 Ivana Varekova - 2.75-1 +- update to 2.75 +- remove fs page patch + +* Mon Dec 17 2007 Ivana Varekova - 2.73-1 +- update to 2.73 + +* Tue Dec 4 2007 Ivana Varekova - 2.69-1 +- update to 2.69 + +* Thu Nov 22 2007 Ivana Varekova - 2.68-1 +- update to 2.68 + +* Mon Oct 22 2007 Ivana Varekova - 2.67-1 +- update to 2.67 + +* Tue Oct 9 2007 Ivana Varekova - 2.66-1 +- update to 2.66 +- add proc man-page patch + +* Tue Sep 18 2007 Ivana Varekova - 2.65-1 +- update to 2.65 + +* Tue Aug 14 2007 Ivana Varekova - 2.64-1 +- update to 2.64 +- remove obsolete patch + +* Tue Aug 7 2007 Ivana Varekova - 2.63-3 +- add iconv patch (245040) + thanks to Josef Kubin + +* Fri Jul 20 2007 Ivana Varekova - 2.63-2 +- Resolves: #248655 + add getent patch (thanks Ville Skyttä) + +* Fri Jul 20 2007 Ivana Varekova - 2.63-1 +- update to 2.63 + +* Tue Jun 26 2007 Ivana Varekova - 2.55-3 +- remove ncsa_auth.8 + +* Mon Jun 11 2007 Stepan Kasal - 2.55-2 +- Add man-suid-bins.tar.bz2 and uuname.1 to document suid binaries + (submitted through bug #196352). +- Add man-pages-2.51-sched_setaffinity.patch, fixing the prototypes. +- Remove sccs-related man pages. +- Add man-pages-2.55-syscalls-2.6.9.patch, updating syscalls.2 to kernel + version 2.6.9. +- Add man-pages-2.55-clone2.patch; s/clone2/__&/, clone2 is not exported. +- Add man-pages-2.55-signal.patch; SIGRTMIN is not constant. + +* Mon Jun 11 2007 Ivana Varekova - 2.55-1 +- update to 2.55 + +* Mon Jun 4 2007 Stepan Kasal - 2.51-4 +- Simplify the build and install phases; pages are now recoded during the + install. +- Move the "rm" commands from build to prep. +- Add man-pages-2.51-epoll_pwait.patch to fix a circular link. + +* Mon Jun 4 2007 Stepan Kasal - 2.51-3 +- Add man-pages-2.51-nscd-conf.patch, fixes #204596 +- Fix typos, man-pages-2.51-typos.patch + +* Thu May 31 2007 Ivana Varekova 2.51-2 +- remove mount page patch +- fix mmap patch + +* Wed May 30 2007 Ivana Varekova 2.51-1 +- update to 2.51 + +* Mon May 21 2007 Ivana Varekova 2.49-1 +- update to 2.49 + +* Fri May 11 2007 Ivana Varekova 2.48-1 +- update to 2.48 + +* Mon Apr 30 2007 Ivana Varekova 2.46-1 +- update to 2.46 + +* Wed Apr 11 2007 Ivana Varekova 2.44-1 +- update to 2.44 + +* Mon Apr 2 2007 Steve Dickson 2.43-12 +- Remove the rpcinfo man page (#228894). + +* Fri Mar 16 2007 Ivana Varekova 2.43-11 +- Resolves: 230899 + Error in the man-pages.spec file: incorrect encoding convertation + +* Mon Mar 12 2007 Ivana Varekova 2.43-10 +- change the default buildroot + +* Mon Mar 12 2007 Ivana Varekova 2.43-9 +- add lang macro + +* Tue Feb 27 2007 Ivana Varekova 2.43-8 +- fix 229870 - bug in fadvise(2) +- fix 229204 - bug in passwd(5) + +* Thu Feb 15 2007 Ivana Varekova 2.43-7 +- fix rand.3 man page (#228662) + thanks Mark Summerfield + +* Tue Feb 13 2007 Ivana Varekova 2.43-6 +- Resolves: 227260 + fix iso-8859 (koi8-r) man pages + +* Mon Jan 29 2007 Ivana Varekova 2.43-4 +- fix rt_sigprocmask.2 (#219074) +- remove pciconfig_{read,write,iobase}.2 (#219827) +- fix swapon.2 (#222493) + +* Fri Jan 12 2007 Ivana Varekova 2.43-3 +- fix mmap2 man page +- spec file cleanup + +* Fri Dec 8 2006 Ivana Varekova 2.43-2 +- remove old/wrong patches +- fix tgkill/tkill man pages inconsistency + +* Fri Dec 1 2006 Ivana Varekova 2.43-1 +- update to 2.43 +- fix mount.2 man page (#211608) + +* Fri Oct 20 2006 Ivana Varekova 2.41-2 +- fix mmap(2) man page + +* Fri Oct 20 2006 Ivana Varekova 2.41-1 +- update to 2.41 + +* Mon Oct 2 2006 Ivana Varekova 2.39-6 +- add getunwind.2, kexec_load.2, move_pages.2, perfmonctl.2, + spu_create.2, spufs.2, spu_run.2 and vserver.2 man pages + +* Mon Aug 28 2006 Ivana Varekova 2.39-5 +- add the description clone2 syscall to clone.2 man page +- add multiplexer.2 man page + +* Wed Aug 23 2006 Ivana Varekova 2.39-4 +- add (get/set)_robust_list.2 man pages +- add add_key.2, keyctl.2, request_key.2 man pages + (removed from keyutils-libs-devel package) +- add tux.2 man page + (removed from tux package) + +* Mon Aug 14 2006 Marcela Maslanova 2.39-3 +- fix same bug better + +* Wed Aug 09 2006 Marcela Maslanova 2.39-2 +- fix(#200681) typo + +* Wed Aug 09 2006 Marcela Maslanova 2.39-1 +- new version 2.39 + +* Thu Jul 20 2006 Marcela Maslanova 2.36-2 +- fix (#198903) + +* Fri Jul 14 2006 Ivana Varekova 2.36-1 +- add nscd_conf options (nscd_conf.patch) +- added {create,query}_module.2, get_kernel_syms.2 man-pages +- added nscd, getrlimit, libaio and write patch +- remove sigprocmask patch +- update to 2.36 + +* Thu Jul 13 2006 Marcela Maslanova 2.34-3 +- fix small typo (#198663) + +* Wed Jul 12 2006 Ivana Varekova 2.34-2 +- remove btree, dbopen, hash, mpool and recno man-pages + (#198597) + +* Thu Jun 29 2006 Ivana Varekova 2.34-1 +- update to 2.34 +- add inet patch (#189147) + +* Fri May 26 2006 Ivana Varekova 2.32-2 +- add nss.5 man page (#192142) +- add the man-pages directories (#192998) + +* Mon May 15 2006 Ivana Varekova 2.32-1 +- update to 2.32 +- add gai.conf.5 man page (#191656) + +* Tue Apr 18 2006 Ivana Varekova 2.29-1 +- update to 2.29 +- fix sigprocmask(2) man page (#189121) + +* Thu Mar 16 2006 Ivana Varekova 2.25-2 +- fix MALLOC_CHECK_ description (#185502) + +* Tue Mar 14 2006 Ivana Varekova 2.25-1 +- update to 2.25 +- remove mbind and set_mempolicy files +- fix dbopen man page (#185310) + +* Mon Jan 16 2006 Ivana Varekova 2.21-1 +- update to 2.21 +- add the description of reload-count option (nscd.conf + man page - bug 177368) + +* Fri Jan 6 2006 Ivana Varekova 2.20-1 +- update to 2.20 + +* Tue Dec 13 2005 Ivana Varekova 2.16-2 +- fix bug 174628 - mmap(2) CAN return mappings at location 0 + +* Fri Dec 09 2005 Jesse Keating +- rebuilt + +* Thu Dec 8 2005 Ivana Varekova 2.16-1 +- update to 2.16 + +* Thu Nov 10 2005 Ivana Varekova 2.13-1 +- update to 2.13 + +* Mon Oct 10 2005 Ivana Varekova 2.08-1 +- update to 2.08 + +* Thu Sep 29 2005 Ivana Varekova 2.07-7 +- fix typo in nsswitch.conf man page (bug 169309) + +* Thu Sep 29 2005 Ivana Varekova 2.07-6 +- man pages updated for new audit system (added missing man-pages +of some syscalls) (see bug 159225) + +* Tue Sep 13 2005 Ivana Varekova 2.07-5 +- change termcap SEE ALSO part - bug 168131 + +* Mon Sep 12 2005 Ivana Varekova 2.07-3 +- fix socket.7 man page - fix information about SO_RCVLOWAT option + (bug 163120) + +* Tue Aug 23 2005 Ivana Varekova 2.07-2 +- add sln.8 man page (bug 10601) + +* Mon Aug 8 2005 Ivana Varekova 2.07-1 +- update to 2.07 + +* Mon Jul 04 2005 Jiri Ryska 2.05-1 +- update to 2.05 +- atanh(3) fix +- issue(5) fix +- ldd(1) fix +- removed man1p/{compress,uncompress,renice}.1p + +* Mon Apr 4 2005 Jiri Ryska 1.67-7 +- io_setup() and io_destroy() pages now refers to header file +- fixed types for struct shmid_ds in shmget(2) and shmctl(2) +- fixed pages for readv(2) and writev(2) + +* Mon Mar 7 2005 Jindrich Novy 1.67-6 +- unify fs.5 patches together to get rid of the bogus + fs.5.orig.gz shipped among man5 pages +- bump release to 6 to avoid conflicts with RHEL4/FC3 man-pages + +* Wed Aug 25 2004 Adrian Havill 1.67-3 +- make resolver clearer and less bind-focused (#126696) + +* Fri Aug 20 2004 Adrian Havill 1.67-2 +- updated to latest +- getrpcent/setrpcent typo (#73836) +- add new resolver.5 page (#126557) +- add SHM_HUGETLB option to shmget (#128837) + +* Tue Jun 15 2004 Elliot Lee +- rebuilt + +* Fri Apr 16 2004 Adrian Havill 1.66-3 +- fixed minor typo (#118169) + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Wed Feb 11 2004 Adrian Havill 1.66-1 +- update to 1.66 +- add posix section processing for sections 0p, 1p, 3p (#114584) + +* Mon Dec 15 2003 Adrian Havill 1.64-2 +- update to 1.64 +- convert iso-8859-1 en locale pages to UTF-8 for fc2 (#108991) + +* Wed Sep 24 2003 Adrian Havill 1.60-4.1 +- bump n-v-r + +* Wed Sep 24 2003 Adrian Havill 1.60-4 +- transliterated ALL pages with latin-1 characters that would be + displayed as either a fallback from a ascii-superset locale or + from the POSIX locale into ascii (according to glibc transliteration + data for locale "en"). pages with non-ascii are moved into the "en" + locale. (#103214) + +* Thu Aug 28 2003 Adrian Havill 1.60-2 +- transliterated Lichtmaier's first name for the sake of iconv (#103214) + +* Thu Aug 28 2003 Adrian Havill 1.60-1.1 +- bumped n-v-r + +* Thu Aug 28 2003 Adrian Havill 1.60-1 +- bumped version, removed no longer needed patches +- added #define for re_comp() and re_exec() (#79703) +- fixed typo in Era format specifier (#80025) +- fixed ftell info for fopen with mode "a+" (#81359) +- fixed prototype for shmget() (#86258) +- fixed spelling in wait.2 (#86450) +- obsoleted _init and _fini in dlopen() (#88408) +- fixed and merged double ext3 descriptions (#103198) +- issue to refer to mingetty (#86248) +- synced man page with actual ld params (#97176) + +* Fri Aug 01 2003 Elliot Lee 1.58-2 +- Remove libattr conflicts + +* Wed Jul 30 2003 Adrian Havill 1.58-1 +- Bumped version (which also solves n-v-r conflict with RHEL) + +* Fri Jul 11 2003 Ernie Petrides +- Modify mlock.2, mlockall.2, and shmctl.2 for change to locking + permission semantics made in kernel's linux-2.4.21-mlock.patch. + +* Tue Apr 29 2003 Ernie Petrides +- Modify semop.2 for new semtimedop(2) and add semtimedop.2 link. + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Wed Dec 11 2002 Tim Powers 1.53-2 +- rebuild + +* Tue Aug 27 2002 Trond Eivind Glomsrød 1.53-1 +- 1.53 +- Fix #71750, #72754 + +* Thu Jul 25 2002 Trond Eivind Glomsrød 1.52-2 +- Fix reference in rpcgen(1) - #69740 + +* Wed Jul 24 2002 Trond Eivind Glomsrød 1.52-1 +- 1.52 + +* Thu Jul 18 2002 Trond Eivind Glomsrød 1.51-5 +- Fix #63547 + +* Tue Jul 9 2002 Trond Eivind Glomsrød 1.51-4 +- Mentium mem=nopentium in bootparam(7) - #60487 + +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Wed Jun 12 2002 Trond Eivind Glomsrød 1.51-2 +- Fix to iconv(1) - #66441 + +* Tue Jun 11 2002 Trond Eivind Glomsrød 1.51-1 +- 1.51 + +* Thu Jun 6 2002 Trond Eivind Glomsrød 1.50-1 +- 1.50 + +* Wed May 29 2002 Trond Eivind Glomsrød 1.48-4 +- Bump + +* Thu May 23 2002 Trond Eivind Glomsrød 1.48-3 +- Ret value of iconv(3) was wrong (#65375) + +* Thu Apr 4 2002 Trond Eivind Glomsrød 1.48-2 +- Remove getipnodebyname, getipnodebyname, freehostent - they were + only briefly part of a glibc devel version (#62646) + +* Wed Mar 13 2002 Trond Eivind Glomsrød 1.48-1 +- 1.48 + +* Thu Feb 21 2002 Trond Eivind Glomsrød 1.47-2 +- Rebuild + +* Tue Jan 15 2002 Trond Eivind Glomsrød 1.47-1 +- 1.47 + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Thu Dec 6 2001 Trond Eivind Glomsrød 1.44-2 +- Add entry on ext3 in fs.5 (#55945) + +* Tue Dec 4 2001 Trond Eivind Glomsrød 1.44-1 +- 1.44 +- No patches required anymore - get rid of them. + +* Thu Nov 15 2001 Trond Eivind Glomsrød 1.43-2 +- Fix docs for setresuid/setresgid (#56038) + +* Thu Nov 8 2001 Trond Eivind Glomsrød 1.43-1 +- 1.43 + +* Tue Oct 23 2001 Trond Eivind Glomsrød 1.42-1 +- 1.42 + +* Mon Oct 15 2001 Trond Eivind Glomsrød 1.41-1 +- 1.41 +- Remove bug section in llseek.2, which claimed ext2 don't support + files bigger than 2 GB (#54569) + +* Tue Sep 25 2001 Trond Eivind Glomsrød 1.40-1 +- 1.40. Remove now included patches. + +* Tue Sep 4 2001 Trond Eivind Glomsrød 1.39-2 +- New strptime.3, from the ftp site. Matches glibc better. +- Fix missing .br in netdevices.7 (#53091) + +* Tue Aug 7 2001 Trond Eivind Glomsrød +- 1.39 +- Drop obsolete patches + +* Tue Jul 24 2001 Trond Eivind Glomsrød +- s/NSF/NFS/ in initrd.4 - (#48322) + +* Mon Jul 2 2001 Trond Eivind Glomsrød +- regcomp and friends support collating elements now (#46939) + +* Thu Jun 21 2001 Trond Eivind Glomsrød +- 1.38 + +* Fri Jun 8 2001 Trond Eivind Glomsrød +- 1.37 + +* Thu Jun 7 2001 Trond Eivind Glomsrød +- Remove capset(2) - part of libcap (#43828) + +* Fri Jun 1 2001 Trond Eivind Glomsrød +- Remove diff.1 - let diffutils include it instead +- Remove capget.2 - it's included in libcap +- Keep resolv.conf.5 - it's useful on systems without bind packages +- Fix bootparam.7 (patch from Tim Waugh (twaugh@redhat.com) + +* Tue May 22 2001 Trond Eivind Glomsrød +- 1.36 +- drop some old patches, redo others + +* Thu May 17 2001 Trond Eivind Glomsrød +- Work around bug in groff for latin1.7 (#41118) + +* Wed Apr 4 2001 Trond Eivind Glomsrød +- use MS_SYNCHRONOUS instead of MS_SYNC in mount(2) (#34665) + +* Tue Apr 3 2001 Trond Eivind Glomsrød +- roff fixes to multiple man pages + +* Mon Apr 2 2001 Trond Eivind Glomsrød +- correct the URL for unicode in the charset manpage (#34291) +- roff fixes +- redo iconv patch, so we don't get a .orig from patch because of + a two line offset + +* Fri Mar 30 2001 Trond Eivind Glomsrød +- remove resolv.conf (bind-utils) and infnan (obsolete - #34171) + +* Wed Mar 28 2001 Trond Eivind Glomsrød +- resurrect getnetent(3) + +* Sun Mar 25 2001 Trond Eivind Glomsrød +- 1.35, obsoletes patch for strsep +- move rpcinfo to section 8 (#33114) + +* Fri Mar 9 2001 Trond Eivind Glomsrød +- Include man-pages on locales (#29713) + +* Tue Feb 13 2001 Trond Eivind Glomsrød +- fix return value of strsep(3) call (#24789) + +* Mon Jan 15 2001 Trond Eivind Glomsrød +- 1.34 + +* Fri Dec 15 2000 Trond Eivind Glomsrød +- 1.33 +- obsolete some old, now included patches +- remove netman-cvs, it's now older than the mainstream + +* Tue Nov 21 2000 Trond Eivind Glomsrød +- Identify two of the macros in stat(2) as GNU, not POSIX. (#21169) + +* Wed Nov 08 2000 Trond Eivind Glomsrød +- don't delete the man pages for dlopen() and friends, + they are no longer part of another package +- include man pages for ld* + +* Tue Oct 24 2000 Trond Eivind Glomsrød +- remove const from iconv function prototype (#19486) + +* Tue Aug 29 2000 Trond Eivind Glomsrød +- reference wctype(3) instead of non-existing ctype(3) + from regex(7) (#17037) +- 1.31 + +* Sun Aug 27 2000 Trond Eivind Glomsrød +- remove lilo man pages (now included in package) + (#16984) + +* Fri Aug 04 2000 Trond Eivind Glomsrød +- fixed bad header specification (#15364) +- removed obsolete patches from package +- updated the rest + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Mon Jun 19 2000 Matt Wilson +- defattr before docs in filelist + +* Sat Jun 17 2000 Trond Eivind Glomsrød +- updated to 1.30 + +* Tue Jun 06 2000 Trond Eivind Glomsrød +- use %%{_tmppath} + +* Wed May 31 2000 Trond Eivind Glomsrød +- remove resolv.conf(5) - part of bind-utils + +* Tue May 30 2000 Trond Eivind Glomsrød +- Remove resolver, dlclose, dlerror, dlopen, dlsym as these + are included in other packages. + +* Tue May 30 2000 Trond Eivind Glomsrød +- use %%{_mandir) instead of /usr/man +- verify and fix bug in mmap man page (#7382) +- verify and fix missing data in recvfrom man page (#1736) +- verify and fix missing data in putw man page (#10104) +- fixed sendfile(2) man page (#5599) +- fixed tzset man page (#11623) + +* Mon May 15 2000 Trond Eivind Glomsrød +- updated to 1.29 +- split off other languages into separate RPMS + +* Thu Mar 16 2000 Florian La Roche +- do not use group "man" + +* Fri Mar 03 2000 Cristian Gafton +- don't apply the netman-cvs man pages anymore, as they seem to be really + out of date + +* Sat Feb 05 2000 Cristian Gafton +- put back man3/resolver.3 + +* Fri Feb 04 2000 Cristian Gafton +- remove non-man pages (#7814) + +* Fri Feb 4 2000 Matt Wilson +- exclude dir.1 and vdir.1 (these are in the fileutils package) + +* Thu Feb 03 2000 Cristian Gafton +- version 1.28 + +* Fri Nov 05 1999 Michael K. Johnson +- Fixed SIGILL, SIGQUIT in signals.7 + +* Wed Oct 06 1999 Cristian Gafton +- fix man page for getcwd + +* Wed Sep 22 1999 Cristian Gafton +- added man pages for set/getcontext + +* Tue Sep 14 1999 Bill Nottingham +- remove some bad man pages + +* Mon Sep 13 1999 Preston Brown +- czech, german, spanish, russian man pages + +* Thu Sep 09 1999 Cristian Gafton +- version 1.26 +- add french man pages +- add italian man pages + +* Fri Jul 23 1999 Jeff Johnson +- update to 1.25. + +* Fri Apr 16 1999 Cristian Gafton +- fiox man page fro ftw + +* Mon Apr 05 1999 Cristian Gafton +- spellnig fixse + +* Tue Mar 30 1999 Bill Nottingham +- updated to 1.23 + +* Thu Mar 25 1999 Cristian Gafton +- added kernel net manpages + +* Mon Mar 22 1999 Erik Troan +- updated printf man page +- added rpcgen man page + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 6) + +* Thu Mar 18 1999 Cristian Gafton +- leave the lilo man pages alone (oops) + +* Fri Feb 12 1999 Michael Maher +- fixed bug #413 + +* Mon Jan 18 1999 Cristian Gafton +- remove lilo man pages too +- got rebuilt for 6.0 + +* Tue Sep 08 1998 Cristian Gafton +- version 1.21 + +* Sat Jun 20 1998 Jeff Johnson +- updated to 1.20 + +* Wed May 06 1998 Cristian Gafton +- get rid of the modutils man pages +- updated to 1.19 + +* Fri Apr 24 1998 Prospector System +- translations modified for de, fr, tr + +* Wed Apr 08 1998 Erik Troan +- updated to 1.18 + +* Sun Oct 19 1997 Erik Troan +- updated to 1.17 +- moved build root to /var + +* Thu Jul 31 1997 Erik Troan +- made a noarch package