diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-08-23 17:06:44 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-08-23 17:06:44 +0000 |
commit | 5e080929e1d05b2ef3678aa2ae66b7fa308c8045 (patch) | |
tree | aeb693114a30bd546b854796dd4d8a46e7283dae /binutils | |
parent | 8c661d24dc8da60f125f8f14f37729c71bda8adb (diff) | |
download | gdb-5e080929e1d05b2ef3678aa2ae66b7fa308c8045.zip gdb-5e080929e1d05b2ef3678aa2ae66b7fa308c8045.tar.gz gdb-5e080929e1d05b2ef3678aa2ae66b7fa308c8045.tar.bz2 |
Remove the extra space
* doc/binutils.texi: Remove the extra space.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/doc/binutils.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 170fb2f..0805981 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2013-08-23 H.J. Lu <hongjiu.lu@intel.com> + + * doc/binutils.texi: Remove the extra space. + 2013-08-23 Mikael Pettersson <mikpe@it.uu.se> PR binutils/15779 diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 8cca721..9176d9b 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -331,7 +331,7 @@ table if one exists. Too many different systems however assume that symbol tables are always up-to-date, so @sc{gnu} @command{ar} will rebuild the table even with a quick append. -Note - @sc{gnu} @command{ar} treats the command @samp {qs} as a +Note - @sc{gnu} @command{ar} treats the command @samp{qs} as a synonym for @samp{r} - replacing already existing files in the archive and appending new ones at the end. |