]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
openpty.3: Minor wording fixes
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 29 Jul 2020 08:10:14 +0000 (10:10 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 29 Jul 2020 09:17:11 +0000 (11:17 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/openpty.3

index 56c8b4411c8b55c2339f0829dc0e3385bee39e92..9d3dcc2366ca3bfbe823a030dcd13dd3763f2470 100644 (file)
@@ -77,6 +77,7 @@ is not NULL, the window size of the slave will be set to the values in
 The
 .BR login_tty ()
 function prepares for a login on the terminal
+referred to by the file descriptor
 .I fd
 (which may be a real terminal device, or the slave of a pseudoterminal as
 returned by
@@ -97,8 +98,8 @@ function combines
 and
 .BR login_tty ()
 to create a new process operating in a pseudoterminal.
-The file
-descriptor of the master side of the pseudoterminal is returned in
+A file descriptor referring to
+master side of the pseudoterminal is returned in
 .IR amaster .
 If
 .I name