aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-02-27 11:11:06 +0000
committerNick Clifton <nickc@redhat.com>2008-02-27 11:11:06 +0000
commitb14f9da0aefde1e39bccd5f3daa437d06b4379d3 (patch)
tree6c8811c3c2205fc030c1cd72488b04f151debb21 /binutils
parent20c0b65dabb957af97e0998f3a203d00137a3fd8 (diff)
downloadgdb-b14f9da0aefde1e39bccd5f3daa437d06b4379d3.zip
gdb-b14f9da0aefde1e39bccd5f3daa437d06b4379d3.tar.gz
gdb-b14f9da0aefde1e39bccd5f3daa437d06b4379d3.tar.bz2
oops - omitted from previous delta
Diffstat (limited to 'binutils')
-rw-r--r--binutils/doc/binutils.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 43e7509..723c3a3 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -2098,7 +2098,7 @@ nm(1), readelf(1), and the Info entries for @file{binutils}.
@smallexample
@c man begin SYNOPSIS ranlib
-ranlib [@option{-vV}] @var{archive}
+ranlib [@option{-vVt}] @var{archive}
@c man end
@end smallexample
@@ -2127,6 +2127,9 @@ The @sc{gnu} @command{ranlib} program is another form of @sc{gnu} @command{ar};
@itemx -V
@itemx --version
Show the version number of @command{ranlib}.
+
+@item -t
+Update the timestamp of the symbol map of an archive.
@end table
@c man end