From 01d5d3669d7a29eab6ae3f8acbdfba218628b9a9 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 19 Nov 2007 18:45:15 +0000 Subject: [PATCH] Added cfsetspeed() to SYNOPSIS. Added text under CONFORMING TO noting that cfsetspeed() is BSD specific. --- man3/termios.3 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man3/termios.3 b/man3/termios.3 index 83b8ffec0..8f778d725 100644 --- a/man3/termios.3 +++ b/man3/termios.3 @@ -71,6 +71,8 @@ get and set terminal attributes, line control, get and set baud rate .BI "int cfsetispeed(struct termios *" termios_p ", speed_t " speed ); .sp .BI "int cfsetospeed(struct termios *" termios_p ", speed_t " speed ); +.sp +.BI "int cfsetspeed(struct termios *" termios_p ", speed_t " speed )" .fi .sp .in -4n @@ -931,7 +933,9 @@ and are specified in POSIX.1-2001. .BR cfmakeraw () -is non-standard, but available on the BSDs. +and +.BR cfsetspeed () +are non-standard, but available on the BSDs. .SH NOTES Unix V7 and several later systems have a list of baud rates where after the fourteen values B0, ..., B9600 one finds the