putting-the-you-in-cpu icon indicating copy to clipboard operation
putting-the-you-in-cpu copied to clipboard

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

Open sanch7 opened this issue 1 year ago • 3 comments

The missing "A" is probably a typo.

sanch7 avatar Sep 19 '23 05:09 sanch7

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

vercel[bot] avatar Sep 19 '23 05:09 vercel[bot]

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

maniac-en avatar Sep 23 '23 10:09 maniac-en

@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")

CREESTL avatar Oct 29 '23 08:10 CREESTL