diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-24 03:55:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-24 03:55:14 +0000 |
commit | d52b6462c98a2287666c700060c1fea27d2a2905 (patch) | |
tree | 69aab59de18908c989ffad9b0fad213f233b3e4c /manual/terminal.texi | |
parent | bcad2c29c215f768944e268333ee7bdc6103c546 (diff) | |
download | glibc-d52b6462c98a2287666c700060c1fea27d2a2905.tar.gz glibc-d52b6462c98a2287666c700060c1fea27d2a2905.tar.xz glibc-d52b6462c98a2287666c700060c1fea27d2a2905.zip |
Update.
* manual/Makefile (chapters): Add syslog. * manual/syslog.texi: New file. * manual/math.texi: Fix references. * manual/terminal.texi: Likewise. Patch by Bryan Henderson <bryanh@giraffe-data.com>. 2000-04-18 Jakub Jelinek <jakub@redhat.com> * posix/sys/wait.h: Define __WAIT_STATUS and the like either if stdlib.h was not included or __USE_XOPEN not defined. 2000-04-23 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'manual/terminal.texi')
-rw-r--r-- | manual/terminal.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/terminal.texi b/manual/terminal.texi index d43b37f7ed..866b0feb77 100644 --- a/manual/terminal.texi +++ b/manual/terminal.texi @@ -1,4 +1,4 @@ -@node Low-Level Terminal Interface, Mathematics, Sockets, Top +@node Low-Level Terminal Interface, Syslog, Sockets, Top @c %MENU% How to change the characteristics of a terminal device @chapter Low-Level Terminal Interface |