Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tiny Error in doc #1495

Closed
luyaok opened this issue May 16, 2019 · 2 comments
Closed

Tiny Error in doc #1495

luyaok opened this issue May 16, 2019 · 2 comments
Assignees

Comments

@luyaok
Copy link

luyaok commented May 16, 2019

Link to article:
https://docs.microsoft.com/en-us/windows/desktop/ProcThread/creating-a-child-process-with-redirected-input-and-output

Problem:
This sentence

Therefore, before creating the child process, the parent process uses the SetHandleInformation function to ensure that the write handle for the child process's standard input and the read handle for the child process's standard input cannot be inherited.

Seems to be

Therefore, before creating the child process, the parent process uses the SetHandleInformation function to ensure that the write handle for the child process's standard input and the read handle for the child process's standard output cannot be inherited.

@ryanmajidi
Copy link
Collaborator

@drewbatgit Can you please take a look at this?

@drewbatgit
Copy link
Collaborator

Thanks for reporting this issue. The text has been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants