openpty.3: Minor wording fixes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-07-29 10:10:14 +02:00
parent 9e232754c1
commit 980a26282d
1 changed files with 3 additions and 2 deletions

View 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