1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Tweak wording in the Unix Pageant man page.

I left this clarification out of the previous commit by git
mismanagement. Oops.
This commit is contained in:
Simon Tatham 2024-09-23 10:39:37 +01:00
parent 10b5c1163c
commit 20a6274d24

View File

@ -196,7 +196,8 @@ Pageant.
\lcont{ \lcont{
After Pageant prints its environment setup commands, it closes its 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 receives EOF, instead of having to know how many lines of output to
expect. expect.