diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-10-07 14:21:47 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2005-10-07 14:21:47 +0000 |
commit | cb1208528e75472c2f70cf9afa8453d210b8c823 (patch) | |
tree | 08b51fa7ced9c73b98cc837c7cf4a9600225bc96 /libiberty | |
parent | 0b76f8128d9fcf7f3c1ae0defdd08e464d7b81be (diff) | |
download | gcc-cb1208528e75472c2f70cf9afa8453d210b8c823.zip gcc-cb1208528e75472c2f70cf9afa8453d210b8c823.tar.gz gcc-cb1208528e75472c2f70cf9afa8453d210b8c823.tar.bz2 |
* at-file.texi: Fix typo.
From-SVN: r105088
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/at-file.texi | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 23aae90..d2bda70 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 567fbf5..080d195 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. |