]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pty.7: Relocate a paragraph to NOTES
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 29 Jul 2020 06:42:49 +0000 (08:42 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 29 Jul 2020 09:17:11 +0000 (11:17 +0200)
The paragraph noting applications that use pseudoterminals is better
placed in NOTES than in the DESCRTIPTION.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/pty.7

index d221c41a7195e6f15ad0453e067f25e817bf22f7..f321b9395d6307d5b8c83d85d3d91e11a1d865eb 100644 (file)
@@ -33,6 +33,7 @@ One end of the channel is called the
 .IR master ;
 the other end is called the
 .IR slave .
+.PP
 The slave end of the pseudoterminal provides an interface
 that behaves exactly like a classical terminal.
 A process that expects to be connected to a terminal,
@@ -48,16 +49,6 @@ that is connected to the slave.
 Conversely, anything that is written to the slave end of the
 pseudoterminal can be read by the process that is connected to
 the master end.
-Pseudoterminals are used by applications such as network login services
-.RB ( ssh "(1), " rlogin "(1), " telnet (1)),
-terminal emulators such as
-.BR xterm (1),
-.BR script (1),
-.BR screen (1),
-.BR tmux (1),
-.BR unbuffer (1),
-and
-.BR expect (1).
 .PP
 Data flow between master and slave is handled asynchronously,
 much like data flow with a physical terminal.
@@ -145,6 +136,17 @@ BSD master devices
 .I /dev/tty[p\-za\-e][0\-9a\-f]
 BSD slave devices
 .SH NOTES
+Pseudoterminals are used by applications such as network login services
+.RB ( ssh "(1), " rlogin "(1), " telnet (1)),
+terminal emulators such as
+.BR xterm (1),
+.BR script (1),
+.BR screen (1),
+.BR tmux (1),
+.BR unbuffer (1),
+and
+.BR expect (1).
+.PP
 A description of the
 .B TIOCPKT
 .BR ioctl (2),