diff options
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 5 | ||||
-rw-r--r-- | linuxthreads/linuxthreads.texi | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 82b805ccfc..e890df90cc 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +1999-01-05 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + + * linuxthreads.texi: Remove pointers from first @node. Move old + @node spec inside comment. + 1998-12-31 Ulrich Drepper <drepper@cygnus.com> * sysdeps/pthread/bits/stdio-lock.h: Define _IO_lock_lock and diff --git a/linuxthreads/linuxthreads.texi b/linuxthreads/linuxthreads.texi index 5bab1a10d9..63657eb8ab 100644 --- a/linuxthreads/linuxthreads.texi +++ b/linuxthreads/linuxthreads.texi @@ -1,4 +1,5 @@ -@node POSIX Threads, , Top, Top +@node POSIX Threads +@c @node POSIX Threads, , Top, Top @chapter POSIX Threads @c %MENU% The standard threads library |