aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2018-01-06 23:00:52 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2018-01-06 23:00:52 +0100
commit6f9c4ef241b2849e39bb184d13f5959ac817ddd5 (patch)
treea560fd0b1477d0ff2cc2036bd6a7678c76b42f14
parent5a618adb979d39764ef1b49ab4c660bed1807725 (diff)
downloadman-pages-6f9c4ef241b2849e39bb184d13f5959ac817ddd5.tar.gz
pty.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/pty.715
1 files changed, 8 insertions, 7 deletions
diff --git a/man7/pty.7 b/man7/pty.7
index 903add412f..d221c41a71 100644
--- a/man7/pty.7
+++ b/man7/pty.7
@@ -132,17 +132,18 @@ each pseudoterminal master until an open succeeds.
The corresponding pseudoterminal slave (substitute "tty"
for "pty" in the name of the master) can then be opened.
.SH FILES
+.TP
.I /dev/ptmx
-(UNIX 98 master clone device)
-.br
+UNIX 98 master clone device
+.TP
.I /dev/pts/*
-(UNIX 98 slave devices)
-.br
+UNIX 98 slave devices
+.TP
.I /dev/pty[p\-za\-e][0\-9a\-f]
-(BSD master devices)
-.br
+BSD master devices
+.TP
.I /dev/tty[p\-za\-e][0\-9a\-f]
-(BSD slave devices)
+BSD slave devices
.SH NOTES
A description of the
.B TIOCPKT