home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / question / 14709 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.8 KB  |  45 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!stanford.edu!snorkelwacker.mit.edu!bloom-picayune.mit.edu!news.mit.edu!jdell
  3. From: jdell@maggie.mit.edu (John Ellithorpe)
  4. Subject: Re: man pages
  5. In-Reply-To: lukeh@gnumath.rutgers.edu's message of 15 Dec 92 13:59:36 GMT
  6. Message-ID: <JDELL.92Dec15142118@maggie.mit.edu>
  7. Sender: news@athena.mit.edu (News system)
  8. Nntp-Posting-Host: maggie.mit.edu
  9. Organization: Massachusetts Institute of Technology
  10. References: <Dec.15.08.59.36.1992.22495@gnumath.rutgers.edu>
  11. Date: Tue, 15 Dec 1992 19:21:18 GMT
  12. Lines: 31
  13.  
  14. On 15 Dec 92 13:59:36 GMT, lukeh@gnumath.rutgers.edu (Luke Higgins) said:
  15.  
  16.  
  17. > What is the format for man page and how can I read them so that they
  18. > make more sense (or print them out.) Any and all information would be
  19. > appreciated. Example: I have a file called preps which is a
  20. > pretty postscript processor and it has a man page, how do I read it
  21. > so that it looks nice?
  22.  
  23. I'm not sure what the question is asking but I'll give a go at it.  If you 
  24. type: % man <command> you should be getting a plain text output which may or
  25. may not be formatted already.  The files themselves are in troff/nroff format
  26. which have man pages macro extensions.
  27.  
  28. If you want to print them out, I would suggest something like:
  29.  
  30. % man <command> | lpr
  31.  
  32. or something like that.
  33.  
  34. Hope that was some help.
  35.  
  36. John
  37. --
  38.  
  39. ===============================================================================
  40. John Ellithorpe                           | Internet: jdell@maggie.mit.edu
  41. Dept. of Physics, Rm 26-349               | Phone   : (617) 253-3074  Office
  42. Massachusetts Institute of Technology     |           (617) 253-3072  Lab
  43. Cambridge, MA  02139                      |           (617) 236-4910  Home
  44. ===============================================================================
  45.