From 1cd18a365273455a112a9b3091d3f856e558871d Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 30 Sep 1997 16:47:38 +0000 Subject: int cfsetspeed; tron@lyssa.owl.de --- lib/libc/termios/tcsetattr.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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" -- cgit v1.2.3