public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-sergiodj-lazier-debuginfo-reading: Minor nit: changing "auto" for "on"
@ 2011-07-13 18:53 sergiodj
  0 siblings, 0 replies; only message in thread
From: sergiodj @ 2011-07-13 18:53 UTC (permalink / raw)
  To: archer-commits

The branch, archer-sergiodj-lazier-debuginfo-reading has been updated
       via  e245dbb839d9b3e3ecb073852b9e072742f2de7a (commit)
      from  f932f5dc20b98db8806486988d2b329b1ebedce5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit e245dbb839d9b3e3ecb073852b9e072742f2de7a
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Wed Jul 13 15:53:31 2011 -0300

    Minor nit: changing "auto" for "on"

-----------------------------------------------------------------------

Summary of changes:
 gdb/doc/gdb.texinfo |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index f532c97..b46e80b 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -14943,14 +14943,14 @@ commands:
 @table @code
 @kindex set auto-solib-add
 @item set auto-solib-add @var{mode}
-If @var{mode} is @code{auto}, symbols from all shared object libraries
+If @var{mode} is @code{on}, symbols from all shared object libraries
 will be loaded automatically when the inferior begins execution, you
 attach to an independently started inferior, or when the dynamic linker
 informs @value{GDBN} that a new library has been loaded.  If @var{mode}
 is @code{off}, symbols must be loaded manually, using the
 @code{sharedlibrary} command.  If @var{mode} is @code{lazy}, then
 @value{GDBN} will lazily load symbols from shared libraries, i.e., it
-will load symbols on-demand.  The default value is @code{auto}.
+will load symbols on-demand.  The default value is @code{on}.
 
 This command is now deprecated.  Use @code{set solib-add} instead.
 


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-13 18:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-13 18:53 [SCM] archer-sergiodj-lazier-debuginfo-reading: Minor nit: changing "auto" for "on" sergiodj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).