Random fixes to comments.

This commit is contained in:
Cheer Xiao
2012-12-16 12:23:24 +08:00
parent 28264423a4
commit 09b1eee5d0
5 changed files with 19 additions and 31 deletions

View File

@@ -2,7 +2,7 @@
Functions for executing a program.
Some of the code in this file is based on code from the Glibc
manual, though I the changes performed have been massive.
manual, though the changes performed have been massive.
*/
#include "config.h"
@@ -913,20 +913,8 @@ void exec(parser_t &parser, job_t *j)
/*
FIXME:
When
requesting
that
stdin
be
closed,
we
really
don't
do
anything. How
should
this
be
When requesting that stdin be closed, we
really don't do anything. How should this be
handled?
*/
builtin_stdin = -1;