diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-24 10:17:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-24 10:17:23 +0000 |
commit | 440d13e289b6716dd5105d7209107da6821ce1b4 (patch) | |
tree | 43cd287039bc51e7ad1cf3150724a46090d2e6f4 /manual/install.texi | |
parent | d74e76f9f6b05428358a6248ac506dc38c323c7e (diff) | |
download | glibc-440d13e289b6716dd5105d7209107da6821ce1b4.tar glibc-440d13e289b6716dd5105d7209107da6821ce1b4.tar.gz glibc-440d13e289b6716dd5105d7209107da6821ce1b4.tar.bz2 glibc-440d13e289b6716dd5105d7209107da6821ce1b4.zip |
Update.
1999-01-24 Ulrich Drepper <drepper@cygnus.com>
* ctype/ctype.c (toupper): Correct variable names from lat change.
(tolower): Likewise.
Diffstat (limited to 'manual/install.texi')
-rw-r--r-- | manual/install.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/install.texi b/manual/install.texi index 0bc0be3ef3..694c1d69fa 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -251,10 +251,10 @@ One auxiliary program, @file{/usr/libexec/pt_chown}, is installed setuid sets the permissions on a pseudoterminal so it can be used by the calling process. This means programs like @code{xterm} and @code{screen} do not have to be setuid to get a pty. (There may be -other reasons why they need privileges.) If you are using a 2.1 Linux -kernel with the @code{devptsfs} or @code{devfs} filesystems providing -pty slaves, you don't need this program; otherwise you do. The source -for @file{pt_chown} is in @file{login/programs/pt_chown.c}. +other reasons why they need privileges.) If you are using a 2.1 or +newer Linux kernel with the @code{devptsfs} or @code{devfs} filesystems +providing pty slaves, you don't need this program; otherwise you do. +The source for @file{pt_chown} is in @file{login/programs/pt_chown.c}. @node Tools for Compilation @appendixsec Recommended Tools for Compilation |