diff --git a/man3/termios.3 b/man3/termios.3 index 2cb1fe96c..9ffb2a255 100644 --- a/man3/termios.3 +++ b/man3/termios.3 @@ -44,15 +44,15 @@ termios, tcgetattr, tcsetattr, tcsendbreak, tcdrain, tcflush, tcflow, cfmakeraw, cfgetospeed, cfgetispeed, cfsetispeed, cfsetospeed, cfsetspeed \- get and set terminal attributes, line control, get and set baud rate .SH SYNOPSIS -.ad l -.ft B +.nf #include .br #include .sp .BI "int tcgetattr(int " fd ", struct termios *" termios_p ); .sp -.BI "int tcsetattr(int " fd ", int " optional_actions ", const struct termios *" termios_p ); +.BI "int tcsetattr(int " fd ", int " optional_actions , +.BI " const struct termios *" termios_p ); .sp .BI "int tcsendbreak(int " fd ", int " duration ); .sp @@ -71,8 +71,7 @@ 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 ); -.ft P -.ad b +.fi .SH DESCRIPTION The termios functions describe a general terminal interface that is provided to control asynchronous communications ports.