mirror of git://sourceware.org/git/glibc.git
Rename nptl.texi to threads.texi
The manual and its file names are about interfaces and not the implementation details.
This commit is contained in:
parent
6bcae14685
commit
d3cfc668a3
|
|
@ -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>
|
2013-03-18 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
[BZ #14812]
|
[BZ #14812]
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ chapters = $(addsuffix .texi, \
|
||||||
message search pattern io stdio llio filesys \
|
message search pattern io stdio llio filesys \
|
||||||
pipe socket terminal syslog math arith time \
|
pipe socket terminal syslog math arith time \
|
||||||
resource setjmp signal startup process job nss \
|
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))
|
add-chapters = $(wildcard $(foreach d, $(add-ons), ../$d/$d.texi))
|
||||||
appendices = lang.texi header.texi install.texi maint.texi platform.texi \
|
appendices = lang.texi header.texi install.texi maint.texi platform.texi \
|
||||||
contrib.texi
|
contrib.texi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue