From e956b7d3bdf4aaacb83889e641c7f17b4b702862 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 23 Aug 2013 14:20:34 +0000 Subject: PR binutils/15779 * doc/binutils.texi (ranlib -D): Correct description. --- binutils/doc/binutils.texi | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'binutils/doc') diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index da110c5d4a4..6176c821758 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2477,8 +2477,10 @@ Operate in @emph{deterministic} mode. The symbol map archive member's header will show zero for the UID, GID, and timestamp. When this option is used, multiple runs will produce identical output files. -This is the default unless @file{binutils} was configured with -@option{--enable-deterministic-archives}. +If @file{binutils} was configured with +@option{--enable-deterministic-archives}, then this mode is on by +default. It can be disabled with the @samp{-U} option, described +below. @item -t Update the timestamp of the symbol map of an archive. @@ -2490,8 +2492,10 @@ Do @emph{not} operate in @emph{deterministic} mode. This is the inverse of the @samp{-D} option, above: the archive index will get actual UID, GID, timestamp, and file mode values. -This is the default unless @file{binutils} was configured with -@option{--enable-deterministic-archives}. +If @file{binutils} was configured @emph{without} +@option{--enable-deterministic-archives}, then this mode is on by +default. + @end table @c man end -- cgit v1.2.1