From 85c54a327d4c05381603eb49792afa5ad5dbe46c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 1 Mar 2003 01:14:31 +0000 Subject: Update. * argp/argp.h: Fix a typo. Reported by H.S.Teoh . * manual/terminal.texi: Fix cfmakeraw() definition from int to void. 2003-02-27 Pat Rankin * posix/regexec.c (proceed_next_node): Cast re_string_get_buffer to char *. (get_subexp): Likewise. 2003-03-01 GOTO Masanori --- manual/terminal.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual') diff --git a/manual/terminal.texi b/manual/terminal.texi index 7a99529..96edcf0 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 -- cgit v1.1