From 20a6274d24c0c6a6bd9f22accb2ffe9de28da75d Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 23 Sep 2024 10:39:37 +0100 Subject: [PATCH] Tweak wording in the Unix Pageant man page. I left this clarification out of the previous commit by git mismanagement. Oops. --- doc/man-pageant.but | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/man-pageant.but b/doc/man-pageant.but index 55c15612..3b8cdcec 100644 --- a/doc/man-pageant.but +++ b/doc/man-pageant.but @@ -196,7 +196,8 @@ Pageant. \lcont{ After Pageant prints its environment setup commands, it closes its -standard output, so that the parent process can simply read until it +standard output. So if the parent process has run it in a pipe to +retrieve the environment setup commands, it can simply read until it receives EOF, instead of having to know how many lines of output to expect.