This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug cli/17332] New: typos in gdb/doc/gdbtexinfo.tex, @node Aliases


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]