home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / sysadmin / 4971 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.1 KB

  1. Path: sparky!uunet!news.larc.nasa.gov!lll-winken!sowa
  2. From: sowa@amdew.llnl.gov (Erik C. Sowa)
  3. Newsgroups: comp.sys.next.sysadmin
  4. Subject: Re: man -t
  5. Message-ID: <SOWA.92Sep1122743@amdew.llnl.gov>
  6. Date: 1 Sep 92 19:27:42 GMT
  7. References: <BtwqA9.KDt@news.cso.uiuc.edu>
  8. Sender: usenet@lll-winken.LLNL.GOV
  9. Organization: LLNL Chemistry and Materials Science
  10. Lines: 19
  11. Nntp-Posting-Host: amdew.llnl.gov
  12. In-reply-to: pcwood@romulus's message of 1 Sep 92 16:10:55 GMT
  13.  
  14. >>>>> "Paul" == Paul Wood <pcwood@romulus> writes:
  15.  
  16. Paul> When printing man pages with the man -t option, whomever is logged
  17. Paul> into the console gets logged out as postscript gets restarted (I
  18. Paul> believe).  Has anyone else had this problem?  What can be done to
  19. Paul> prevent it?
  20.  
  21. I have the following line in my .cshrc:
  22.  
  23.   alias myman 'tbl \!* | eqn | ptroff -man -t | open'
  24.  
  25. This makes (e.g.)
  26.   myman /usr/local/man/man1/someprogram.1
  27. open a properly typeset man page for someprogram in Preview, which can
  28. be printed if necessary. man -t may be looking for a typesetter; ptroff
  29. rather than troff is the workaround.
  30.  
  31. --
  32. erik sowa (sowa@amdew.llnl.gov)
  33.