diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 23aae90067ad8ed460ab66e7c78dbbba9556d184..d2bda7022ed11661cc39d438ee69f49d30f6e9a1 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2005-10-07 Mark Mitchell <mark@codesourcery.com> + + * at-file.texi: Fix typo. + 2005-10-03 Mark Mitchell <mark@codesourcery.com> * at-file.texi: New file. diff --git a/libiberty/at-file.texi b/libiberty/at-file.texi index 567fbf5bcede5e640eddf71a039a28dd269e71f4..080d1951d62df67643aaffa7a5acabf5d756864e 100644 --- a/libiberty/at-file.texi +++ b/libiberty/at-file.texi @@ -11,6 +11,5 @@ Options in @var{file} are separated by whitespace. A whitespace character may be included in an option by surrounding the entire option in either single or double quotes. Any character (including a backslash) may be included by prefixing the character to be included -character with a backslash. The @var{file} may itself contain -additional @@@var{file} options; any such options will be processed -recursively. +with a backslash. The @var{file} may itself contain additional +@@@var{file} options; any such options will be processed recursively.