This is the mail archive of the gdb-patches@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]

Re: [commit] gdb.texinfo


 > Thanks.  I applied a minor fix as shown:
 >... 

There are many similar discrepancies in the manual

  `info signals'
  `info handle'

should be:

  `info signals [N]'
  `info handle [N]'


  `handle SIGNAL KEYWORDS...'

should be:

  `handle SIGNAL [KEYWORDS...]'

Incidentally `handle SIGINT' asks 

  SIGINT is used by the debugger.
  Are you sure you want to change it? (y or n) 

even though it doesn't appear to change anything

info breakpoints [N]

doesn't describe what [N] does...


-- 
Nick                                           http://www.inet.net.nz/~nickrob


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