From 411c320ef6ab6e8d1950f791d82c0e5e5d8060c7 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Thu, 20 Jun 2013 08:21:08 -0700 Subject: [PATCH] rebuild --- public/execing-processes | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.