summaryrefslogtreecommitdiffstats
path: root/man7/termio.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/termio.7')
-rw-r--r--man7/termio.722
1 files changed, 11 insertions, 11 deletions
diff --git a/man7/termio.7 b/man7/termio.7
index cc8401aec..2089adb64 100644
--- a/man7/termio.7
+++ b/man7/termio.7
@@ -13,7 +13,7 @@ is the name of the old System V terminal driver interface.
This interface defined a
.I termio
structure used to store terminal settings, and a range of
-.BR ioctl (2)
+.MR ioctl 2
operations to get and set terminal attributes.
.P
The
@@ -24,22 +24,22 @@ version of this interface, under the name
The POSIX.1 data structure differs slightly from the
System V version, and POSIX.1 defined a suite of functions
to replace the various
-.BR ioctl (2)
+.MR ioctl 2
operations that existed in System V.
(This was done because
-.BR ioctl (2)
+.MR ioctl 2
was unstandardized, and its variadic third argument
does not allow argument type checking.)
.P
If you're looking for a page called "termio", then you can probably
find most of the information that you seek in either
-.BR termios (3)
+.MR termios 3
or
-.BR ioctl_tty (2).
+.MR ioctl_tty 2 .
.SH SEE ALSO
-.BR reset (1),
-.BR setterm (1),
-.BR stty (1),
-.BR ioctl_tty (2),
-.BR termios (3),
-.BR tty (4)
+.MR reset 1 ,
+.MR setterm 1 ,
+.MR stty 1 ,
+.MR ioctl_tty 2 ,
+.MR termios 3 ,
+.MR tty 4