diff --git a/public/execing-processes b/public/execing-processes index f65a863..5e9eb34 100644 --- a/public/execing-processes +++ b/public/execing-processes @@ -98,9 +98,8 @@ we’ll use exec.LookPath to find it (probably

Exec requires arguments in slice form (as apposed to one big string). We’ll give ls a few -common arguments. It has to include the program -name as the first argument. Details see -man 2 execve

+common arguments. Note that the first argument should +be the program name.