merge from gcc

This commit is contained in:
DJ Delorie
2001-10-07 22:42:23 +00:00
parent e6450fe561
commit 99b5813985
23 changed files with 70 additions and 60 deletions

View File

@@ -22,7 +22,7 @@
Uses @code{setenv} or @code{unsetenv} to put @var{string} into
the environment or remove it. If @var{string} is of the form
@samp{name=value} the string is added; if no `=' is present the
@samp{name=value} the string is added; if no @samp{=} is present the
name is unset/removed.
@end deftypefn