From cccab0462a8b403805df18dba33c7d970a068b9c Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Tue, 1 Aug 2006 09:48:26 +0300 Subject: [PATCH] terminal doc: itrm.in.sock == itrm.out.std in the master process. As already documented at handle_trm(). --- src/terminal/itrm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/terminal/itrm.h b/src/terminal/itrm.h index a43e734cc..f2033c1c7 100644 --- a/src/terminal/itrm.h +++ b/src/terminal/itrm.h @@ -31,8 +31,8 @@ struct itrm_in { * same as could be sent to the terminal (via itrm.out.std), * but there are special commands that begin with a null byte. * - * In the master process, @sock is the same as @ctl, but - * nothing actually uses it. */ + * In the master process, @sock is the same as itrm.out.std, + * but nothing actually uses it. */ int sock; /* A file descriptor for controlling the standard input. This