From c04700fb25b17d2f3b21744c4f87704227c1774f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 1 Feb 2015 09:24:28 +0100 Subject: [PATCH] termios.3: SEE ALSO: add reset(1), setterm(1), tput(1) Signed-off-by: Michael Kerrisk --- man3/termios.3 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man3/termios.3 b/man3/termios.3 index 520e2c895..26616f9b8 100644 --- a/man3/termios.3 +++ b/man3/termios.3 @@ -1034,7 +1034,10 @@ behaves like .\" glibc for bsd: duration in us .\" glibc for sunos4: ignore duration .SH SEE ALSO +.BR reset (1), +.BR setterm (1), .BR stty (1), +.BR tput (1), .BR tset (1), .BR console_ioctl (4), .BR tty_ioctl (4),