home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / gnu / gdb / bug / 1016 < prev    next >
Encoding:
Text File  |  1992-09-02  |  999 b   |  28 lines

  1. Newsgroups: gnu.gdb.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!occs.cs.oberlin.edu!jimb
  3. From: jimb@occs.cs.oberlin.edu (Jim Blandy)
  4. Subject: very nonfatal error in GDB manual
  5. Message-ID: <9209030104.AA15872@occs.cs.oberlin.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Wed, 2 Sep 1992 17:04:52 GMT
  10. Approved: bug-gdb@prep.ai.mit.edu
  11. Lines: 15
  12.  
  13. The following sentence appears in the node "Messages/Warnings" in the
  14. info files distributed with GDB 4.2 and 4.5:
  15.  
  16.        By default, GDB is cautious, and asks what sometimes seem to be a
  17.     lot of stupid questions to confirm certain commands.
  18.  
  19. The noun clause 'a lot of stupid questions', while referring to many
  20. stupid questions, is singular - 'a lot' is just one lot.  Therefore,
  21. one should use 'seems', not 'seem':
  22.  
  23.        By default, GDB is cautious, and asks what sometimes seems to be a
  24.     lot of stupid questions to confirm certain commands.
  25.  
  26. This error renders the GDB manual practically unusable.  :-)
  27.  
  28.