public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug cli/17332] New: typos in gdb/doc/gdbtexinfo.tex, @node Aliases
@ 2014-08-30 17:15 dilyan.palauzov at aegee dot org
  2022-03-01 23:49 ` [Bug cli/17332] " tromey at sourceware dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dilyan.palauzov at aegee dot org @ 2014-08-30 17:15 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=17332

            Bug ID: 17332
           Summary: typos in gdb/doc/gdbtexinfo.tex, @node Aliases
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: cli
          Assignee: unassigned at sourceware dot org
          Reporter: dilyan.palauzov at aegee dot org

In gdb/doc/gdb.texinfo, @node Aliases, @section "Creating new spellings of
existing commands" is written:

line
23934
23935 @smallexample
23936 (gdb) alias -a set print elms = set print elements
23937 (gdb) alias -a show print elms = show print elements
23938 (gdb) set p elms 20
23939 (gdb) show p elms
23940 Limit on string chars or array elements to print is 200.
23941 @end smallexample
23942 

This is an obvious typo: if you set twenty, the limit is not two hundred.

Please either use twice 20 or twice 200 on lines 23938 and 23940.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug cli/17332] typos in gdb/doc/gdbtexinfo.tex, @node Aliases
  2014-08-30 17:15 [Bug cli/17332] New: typos in gdb/doc/gdbtexinfo.tex, @node Aliases dilyan.palauzov at aegee dot org
@ 2022-03-01 23:49 ` tromey at sourceware dot org
  2022-03-01 23:53 ` cvs-commit at gcc dot gnu.org
  2022-03-01 23:55 ` tromey at sourceware dot org
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at sourceware dot org @ 2022-03-01 23:49 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=17332

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |tromey at sourceware dot org
                 CC|                            |tromey at sourceware dot org

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
Still there after 8 years :}

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug cli/17332] typos in gdb/doc/gdbtexinfo.tex, @node Aliases
  2014-08-30 17:15 [Bug cli/17332] New: typos in gdb/doc/gdbtexinfo.tex, @node Aliases dilyan.palauzov at aegee dot org
  2022-03-01 23:49 ` [Bug cli/17332] " tromey at sourceware dot org
@ 2022-03-01 23:53 ` cvs-commit at gcc dot gnu.org
  2022-03-01 23:55 ` tromey at sourceware dot org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-03-01 23:53 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=17332

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=17dccf103190198e985169b4f4e0e210e6b3a5aa

commit 17dccf103190198e985169b4f4e0e210e6b3a5aa
Author: Tom Tromey <tom@tromey.com>
Date:   Tue Mar 1 16:50:39 2022 -0700

    Fix typo in the "alias" example

    PR cli/17332, filed around 8 years ago, points out a typo in the docs
    -- in one example, the command and its output are obviously out of
    sync.  This patch fixes it.  I'm checking this in as obvious.

    Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=17332

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug cli/17332] typos in gdb/doc/gdbtexinfo.tex, @node Aliases
  2014-08-30 17:15 [Bug cli/17332] New: typos in gdb/doc/gdbtexinfo.tex, @node Aliases dilyan.palauzov at aegee dot org
  2022-03-01 23:49 ` [Bug cli/17332] " tromey at sourceware dot org
  2022-03-01 23:53 ` cvs-commit at gcc dot gnu.org
@ 2022-03-01 23:55 ` tromey at sourceware dot org
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at sourceware dot org @ 2022-03-01 23:55 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=17332

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Target Milestone|---                         |12.1
             Status|NEW                         |RESOLVED

--- Comment #3 from Tom Tromey <tromey at sourceware dot org> ---
Fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-01 23:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-30 17:15 [Bug cli/17332] New: typos in gdb/doc/gdbtexinfo.tex, @node Aliases dilyan.palauzov at aegee dot org
2022-03-01 23:49 ` [Bug cli/17332] " tromey at sourceware dot org
2022-03-01 23:53 ` cvs-commit at gcc dot gnu.org
2022-03-01 23:55 ` tromey at sourceware dot org

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).