diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-01 01:14:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-01 01:14:31 +0000 |
commit | 85c54a327d4c05381603eb49792afa5ad5dbe46c (patch) | |
tree | 28d72a81272c492df13480a10fc33ea14dd87e9d /manual | |
parent | a6861e64bc7f4e16087b7f9713614c1f35e12df7 (diff) | |
download | glibc-85c54a327d4c05381603eb49792afa5ad5dbe46c.tar.gz glibc-85c54a327d4c05381603eb49792afa5ad5dbe46c.tar.xz glibc-85c54a327d4c05381603eb49792afa5ad5dbe46c.zip |
Update. glibc-2.3.2 cvs/glibc-2_3_2
* argp/argp.h: Fix a typo. Reported by H.S.Teoh <hsteoh@quickfur.ath.cx>. * manual/terminal.texi: Fix cfmakeraw() definition from int to void. 2003-02-27 Pat Rankin <rankin@pactechdata.com> * posix/regexec.c (proceed_next_node): Cast re_string_get_buffer to char *. (get_subexp): Likewise. 2003-03-01 GOTO Masanori <gotom@debian.or.jp>
Diffstat (limited to 'manual')
-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 7a9952901c..96edcf0513 100644 --- a/manual/terminal.texi +++ b/manual/terminal.texi @@ -1617,7 +1617,7 @@ uses. @comment termios.h @comment BSD -@deftypefun int cfmakeraw (struct termios *@var{termios-p}) +@deftypefun void cfmakeraw (struct termios *@var{termios-p}) This function provides an easy way to set up @code{*@var{termios-p}} for what has traditionally been called ``raw mode'' in BSD. This uses noncanonical input, and turns off most processing to give an unmodified |