diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 00:07:29 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 00:07:29 +0000 |
| commit | 2162b2d2265b5a190e84216b529977d83162f9cc (patch) | |
| tree | ac48fd8c79dd9f0b338762a1129b83587ab3a39f /bin/csh/sem.c | |
| parent | 236bb30377a429eb08bcef5e354d39c7bb40bb92 (diff) | |
Notes
Diffstat (limited to 'bin/csh/sem.c')
| -rw-r--r-- | bin/csh/sem.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/csh/sem.c b/bin/csh/sem.c index 5c7093aac682..8216d5590d2a 100644 --- a/bin/csh/sem.c +++ b/bin/csh/sem.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: sem.c,v 1.2 1994/09/24 02:54:15 davidg Exp $ */ #ifndef lint @@ -438,7 +438,7 @@ execute(t, wanttty, pipein, pipeout) } /* * Fall through for all breaks from switch - * + * * If there will be no more executions of this command, flush all file * descriptors. Places that turn on the F_REPEAT bit are responsible for * doing donefds after the last re-execution @@ -476,7 +476,7 @@ int i; * * I don't know what is best to do. I think that Ambiguous is better * than restructuring the command vector, because the user can get - * unexpected results. In any case, the command vector restructuring + * unexpected results. In any case, the command vector restructuring * code is present and the user can choose it by setting noambiguous */ static Char * |
