diff options
-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" |