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

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!usc!sdd.hp.com!cs.utexas.edu!asuvax!ukma!eng.ufl.edu!spp
  3. From: spp@buoy.cis.ufl.edu (Stephen P. Potter)
  4. Subject: Re: man pages
  5. Message-ID: <1992Dec16.124815.1990@eng.ufl.edu>
  6. Sender: news@eng.ufl.edu (Usenet Diskhog System)
  7. Organization: Univ. of Florida CIS Dept.
  8. References: <Dec.15.08.59.36.1992.22495@gnumath.rutgers.edu> <JDELL.92Dec15142118@maggie.mit.edu>
  9. Date: Wed, 16 Dec 92 12:48:15 GMT
  10. Lines: 26
  11.  
  12. In article <JDELL.92Dec15142118@maggie.mit.edu> jdell@maggie.mit.edu (John Ellithorpe) writes:
  13. >On 15 Dec 92 13:59:36 GMT, lukeh@gnumath.rutgers.edu (Luke Higgins) said:
  14. >> What is the format for man page and how can I read them so that they
  15. >> make more sense (or print them out.) Any and all information would be
  16. >> appreciated. Example: I have a file called preps which is a
  17. >> pretty postscript processor and it has a man page, how do I read it
  18. >> so that it looks nice?
  19. >I'm not sure what the question is asking but I'll give a go at it.  If you 
  20. >type: % man <command> you should be getting a plain text output which may or
  21. >may not be formatted already.  The files themselves are in troff/nroff format
  22. >which have man pages macro extensions.
  23. >If you want to print them out, I would suggest something like:
  24. >% man <command> | lpr
  25.  
  26. Or, if you mean you have your own software that you got from FTP or something
  27. and compiled yourself, then you should create your own man directory and add
  28. it to your manpath, something along the lines of:
  29. setenv MANPATH "/usr/man:/local/man:$HOME/myman"
  30. Then, you can follow the steps above.
  31.  
  32. Steve
  33. -- 
  34.     cccc    i   ssss   University of Florida  Computer and Information Sciences
  35.   c           s        Unix Consulting Staff   (904) 392-1183  E309A 
  36.  c        i   ssss     Email: spp@ufl.edu, spp@cis.ufl.edu, 
  37. c        i       s      u4930any@elm.circa.ufl.edu, PRISONER@MAPLE.circa.ufl.edu cccc   i    ssss       PRISONER@ufcc.ufl.edu, Bitnet: PRISONER@ufcc
  38.