From: Siddhesh Poyarekar Date: Tue, 19 Mar 2013 08:58:03 +0000 (+0530) Subject: Rename nptl.texi to threads.texi X-Git-Tag: glibc-2.18~503 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3cfc668a3988168ccd9342e46cd884da511367b;p=thirdparty%2Fglibc.git Rename nptl.texi to threads.texi The manual and its file names are about interfaces and not the implementation details. --- diff --git a/ChangeLog b/ChangeLog index f389131cab5..e50ae018983 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-03-19 Siddhesh Poyarekar + + * manual/nptl.texi: Renamed to ... + * manual/threads.texi: ... this. + * manual/Makefile (chapters): Update. + 2013-03-18 Roland McGrath [BZ #14812] diff --git a/manual/Makefile b/manual/Makefile index 10314a9624c..44c0fd4f685 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -42,7 +42,7 @@ chapters = $(addsuffix .texi, \ message search pattern io stdio llio filesys \ pipe socket terminal syslog math arith time \ resource setjmp signal startup process job nss \ - users sysinfo conf crypt debug nptl) + users sysinfo conf crypt debug threads) add-chapters = $(wildcard $(foreach d, $(add-ons), ../$d/$d.texi)) appendices = lang.texi header.texi install.texi maint.texi platform.texi \ contrib.texi diff --git a/manual/nptl.texi b/manual/threads.texi similarity index 100% rename from manual/nptl.texi rename to manual/threads.texi