Kaydet (Commit) 7938fab2 authored tarafından Fred Drake's avatar Fred Drake

Add missing right-parenthesis.

üst 5dfc7aff
...@@ -23,7 +23,7 @@ Return value is \code{(\var{pid}, \var{fd})}. Note that the child ...@@ -23,7 +23,7 @@ Return value is \code{(\var{pid}, \var{fd})}. Note that the child
gets \var{pid} 0, and the \var{fd} is \emph{invalid}. The parent's gets \var{pid} 0, and the \var{fd} is \emph{invalid}. The parent's
return value is the \var{pid} of the child, and \var{fd} is a file return value is the \var{pid} of the child, and \var{fd} is a file
descriptor connected to the child's controlling terminal (and also descriptor connected to the child's controlling terminal (and also
to the child's standard input and output. to the child's standard input and output).
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{openpty}{} \begin{funcdesc}{openpty}{}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment