diff options
-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. |