Re: [fpc-pascal] TProcess doc page bugs

2020-07-12 Thread Michael Van Canneyt
On Mon, 13 Jul 2020, Alexey Tor. via fpc-pascal wrote: It's an input pipe stream, which is by definition read-only. Input is read-only?? it's write-only I guess. No, read-only. It's input from the point of view of the *parent process*. Michael.

[fpc-pascal] TProcess doc page bugs

2020-07-12 Thread Alexey Tor. via fpc-pascal
>It's an input pipe stream, which is by definition read-only. Input is read-only?? it's write-only I guess. >It automatically follows you can only read from Output and StdErr streams. Then we need ". from Output/StdErr streams" text there. Cur text is misleading. Alexey

Re: [fpc-pascal] TProcess doc page bugs

2020-07-12 Thread Michael Van Canneyt
On Sun, 12 Jul 2020, Alexey Tor. via fpc-pascal wrote: https://www.freepascal.org/docs-html/current/fcl/process/tprocess.readinputstream.html a) it has 2 sections "Arguments" (mixed with "Func result")- pls make nicer output: "Arguments (variant 1)", "Arguments (variant 2)", "Function

[fpc-pascal] TProcess doc page bugs

2020-07-12 Thread Alexey Tor. via fpc-pascal
https://www.freepascal.org/docs-html/current/fcl/process/tprocess.readinputstream.html a) it has 2 sections "Arguments" (mixed with "Func result")- pls make nicer output: "Arguments (variant 1)", "Arguments (variant 2)", "Function result" b) first variant of func has "public" mark - it's