]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 f389131cab53a744ea4fd95ead375e9e1dfc29e7..e50ae01898359a5e2b0321169f9d2939b0398096 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 10314a9624c2a287a5a834b0a0bd0d306f9eeb10..44c0fd4f6850eef287384b5802ffc59e652772ba 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