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

3-how-to-run-a-program.mdx Fix Typo #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sanch7
Copy link

@sanch7 sanch7 commented Sep 19, 2023

The missing "A" is probably a typo.

@vercel
Copy link

vercel bot commented Sep 19, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
putting-the-you-in-cpu ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 19, 2023 5:50am

@maniac-en
Copy link

I've a similar speculation about this one! @kognise

@CREESTL
Copy link

CREESTL commented Oct 29, 2023

@sanch7

Above the code example it literally says

It just so happens that binfmt_script is one of those places that assumes argv[0] is the program name. It always removes argv[0], and then adds the following to the start of argv:

So the "A" from the argv is removed because it's assumed to be the name of the program (even if it's not, so this is the "wonky thing")

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

Successfully merging this pull request may close these issues.

None yet

3 participants