diff options
author | Nick Clifton <nickc@redhat.com> | 2010-10-29 08:47:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-10-29 08:47:02 +0000 |
commit | e58bcb8f099ec42b3c905480629d1a49dd38b03f (patch) | |
tree | 9a2d7d0bdc54bfc07183836db568c4af1ce2b70b /binutils/doc | |
parent | 2e7d562eb6929881e221ea01a0ff3481aa23960d (diff) | |
download | binutils-gdb-e58bcb8f099ec42b3c905480629d1a49dd38b03f.tar.gz |
PR binutils/12058
* ar.c (usage): Revert previous change. Describe how 's' can be
used as a command letter.
* doc/binutils.texi (ar cmdline): Describe how 's' can be used as
a command letter.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 82c3a675fc0..26d690760c0 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -345,6 +345,13 @@ output for each file inserted, along with one of the letters @samp{a} or @samp{r} to indicate whether the file was appended (no old member deleted) or replaced. +@item s +@cindex ranlib +Add an index to the archive, or update it if it already exists. Note +this command is an exception to the rule that there can only be one +command letter, as it is possible to use it as either a command or a +modifier. In either case it does the same thing. + @item t @cindex contents of archive Display a @emph{table} listing the contents of @var{archive}, or those |