diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-30 16:47:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-30 16:47:38 +0000 |
commit | 1cd18a365273455a112a9b3091d3f856e558871d (patch) | |
tree | a08c3cd9ecf4baec35d47b693b055d950db6a449 | |
parent | 024cbee6c4005d79e6fdb7b43aad09d54843b1e2 (diff) |
int cfsetspeed; tron@lyssa.owl.de
-rw-r--r-- | lib/libc/termios/tcsetattr.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/termios/tcsetattr.3 b/lib/libc/termios/tcsetattr.3 index b87cd5eb25e..c6b9a07c5e3 100644 --- a/lib/libc/termios/tcsetattr.3 +++ b/lib/libc/termios/tcsetattr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcsetattr.3,v 1.3 1997/05/30 07:48:35 deraadt Exp $ +.\" $OpenBSD: tcsetattr.3,v 1.4 1997/09/30 16:47:37 deraadt Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -54,7 +54,7 @@ .Fn cfgetospeed "const struct termios *t" .Ft int .Fn cfsetospeed "struct termios *t" "speed_t speed" -.Ft void +.Ft int .Fn cfsetspeed "struct termios *t" "speed_t speed" .Ft void .Fn cfmakeraw "struct termios *t" |