jayduhon / inferno-os

Automatically exported from code.google.com/p/inferno-os
2 stars 0 forks source link

sh(2) s/exec/run/ #311

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm guessing the reference to sh->exec is meant to be sh->run.

diff -r 01665ab22684 man/2/sh
--- a/man/2/sh  Sat Sep 07 11:32:50 2013 +0100
+++ b/man/2/sh  Sun May 18 03:56:31 2014 +0000
@@ -98,7 +98,7 @@
 .I s
 and returns its result. It catches any exceptions raised by the command.
 Almost as simple is
-.BR exec ,
+.BR run ,
 which runs
 .I argv
 as a command, taking the first word as the command to be

Original issue reported on code.google.com by kristofwycz on 18 May 2014 at 4:08

GoogleCodeExporter commented 9 years ago

Original comment by Charles....@gmail.com on 24 May 2014 at 5:49