Rename nptl.texi to threads.texi
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 19 Mar 2013 08:58:03 +0000 (14:28 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 19 Mar 2013 08:58:20 +0000 (14:28 +0530)
The manual and its file names are about interfaces and not the
implementation details.

ChangeLog
manual/Makefile
manual/threads.texi [moved from manual/nptl.texi with 100% similarity]

index f389131..e50ae01 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * manual/nptl.texi: Renamed to ...
+       * manual/threads.texi: ... this.
+       * manual/Makefile (chapters): Update.
+
 2013-03-18  Roland McGrath  <roland@hack.frob.com>
 
        [BZ #14812]
index 10314a9..44c0fd4 100644 (file)
@@ -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
similarity index 100%
rename from manual/nptl.texi
rename to manual/threads.texi