summaryrefslogtreecommitdiff
path: root/manual/terminal.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-01 01:14:31 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-01 01:14:31 +0000
commit85c54a327d4c05381603eb49792afa5ad5dbe46c (patch)
tree28d72a81272c492df13480a10fc33ea14dd87e9d /manual/terminal.texi
parenta6861e64bc7f4e16087b7f9713614c1f35e12df7 (diff)
* 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/terminal.texi')
-rw-r--r--manual/terminal.texi2
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