Branch: Tag:

1995-10-20

1995-10-20 09:57:09 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

committing

Rev: bin/create_testsuite:1.4
Rev: doc/files/file:1.3
Rev: doc/simulated/popen:1.2
Rev: lib/simulate.lpc:1.5
Rev: lib/testsuite.lpc:1.4
Rev: src/BUGS:1.4
Rev: src/README:1.3

1923:   <tt><p>string popen(string <i>cmd</i>);<br/>   </p>   </tt> - <p>This function runs the command cmd as in a shell and returns the output. - See your unix/C manual for details on popen. + <p>This function runs the command cmd as in a shell and returns the + output. See your unix/C manual for details on popen.   </p>   <p/>   </text>
3528:      </doc>   </docgroup> + <docgroup homogen-name='set_close_on_exec' homogen-type='method'> + <method name='set_close_on_exec'> + </method> + <doc placeholder='true'> + <text> + <p><tt>set_close_on_exec</tt> - set / clear the close on exec flag</p> +  + <tt><p>void file-&gt;set_close_on_exec(int <i>onoff</i>);<br/> + </p> + </tt> + <p>This function determines weather this file will be closed when + calling exece. Default is that the file WILL be closed on exec + except for stdin, stdout and stderr.</p> + </text> +  + <group><seealso/><text> + <p><ref to='predef::exece'>builtin/exece</ref></p> + </text></group> +  + </doc> + </docgroup>   <docgroup homogen-name='set_id' homogen-type='method'>   <method name='set_id'>   </method>