From 7938fab2855e7e0f16d6591591535f44de13f5fe Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 1 May 2002 03:23:03 +0000 Subject: Add missing right-parenthesis. --- Doc/lib/libpty.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libpty.tex b/Doc/lib/libpty.tex index bf75ef2..2db7503 100644 --- a/Doc/lib/libpty.tex +++ b/Doc/lib/libpty.tex @@ -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 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 -to the child's standard input and output. +to the child's standard input and output). \end{funcdesc} \begin{funcdesc}{openpty}{} -- cgit v0.12