home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / gnu / utils / bug / 1414 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.5 KB  |  43 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!utmc.utc.COM!kirkwood%UTM301
  3. From: kirkwood%UTM301@utmc.utc.COM (Dan Kirkwood)
  4. Subject: mistake in indent 1.6 info page
  5. Message-ID: <01GO1CBMCW2Q000UXZ@utrcgw.utc.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Wed, 26 Aug 1992 08:12:57 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 30
  12.  
  13. This might clear up a little bit of confusion....
  14. Is this the correct way to send a correction??
  15.  
  16. Dan Kirkwood    United Technologies Microelectronics Center
  17.         e-mail:    kirkwood@utmc.utc.com
  18.                 phone:    (719) 594-8156
  19.         fax:    (719) 594-8032
  20. -------------------------------------------------------------------------------
  21.  
  22.  
  23. *** indent.texinfo      Wed Aug 26 10:11:21 1992
  24. --- indent.texinfo~     Fri Jul  3 13:43:15 1992
  25. ***************
  26. *** 909,915 ****
  27.  
  28.   @kindex -lps
  29.   @kindex --leave-preprocessor-space
  30. ! ANSI C allows white space to be placed on preprocessor command lines
  31.   between the character @samp{#} and the command name.  By default,
  32.   @code{indent} removes this space, but specifying the @samp{-lps} option
  33.   directs @code{indent} to leave this space unmodified.
  34. --- 909,915 ----
  35.  
  36.   @kindex -lps
  37.   @kindex --leave-preprocessor-space
  38. ! ASCII C allows white space to be placed on preprocessor command lines
  39.   between the character @samp{#} and the command name.  By default,
  40.   @code{indent} removes this space, but specifying the @samp{-lps} option
  41.   directs @code{indent} to leave this space unmodified.
  42.  
  43.