From: Michael Kerrisk Date: Wed, 29 Jul 2020 08:10:14 +0000 (+0200) Subject: openpty.3: Minor wording fixes X-Git-Tag: man-pages-5.08~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=980a26282d16057f3552ced50291bc0575f6cf9b;p=thirdparty%2Fman-pages.git openpty.3: Minor wording fixes Signed-off-by: Michael Kerrisk --- diff --git a/man3/openpty.3 b/man3/openpty.3 index 56c8b4411c..9d3dcc2366 100644 --- a/man3/openpty.3 +++ b/man3/openpty.3 @@ -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