home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / bsd / 4402 < prev    next >
Encoding:
Text File  |  1992-08-18  |  2.7 KB  |  70 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!minyos.xx.rmit.oz.au!s902113
  3. From: s902113@minyos.xx.rmit.oz.au (Luke Mewburn)
  4. Subject: `man' bug, & are patched kernals available?
  5. Organization: RMIT Computer Centre, Melbourne Australia.
  6. Date: Wed, 19 Aug 1992 00:30:59 EST
  7. Message-ID: <1992Aug19.003059.27042@minyos.xx.rmit.oz.au>
  8. Summary: man -a is cactus, kernal queries
  9. Keywords: bug, idea, modification
  10. Lines: 58
  11.  
  12. Whilst debugging my hack of the man sources which allows man to read
  13. compressed manual pages, I discovered a bug in the sources. At first,
  14. I thought that it was the code that I'd changed, but I have tested
  15. the original code, and it exhibits the same thing.
  16.  
  17. What I did was:
  18.  
  19. % man -a intro
  20.  
  21. which lists all of the manuals for `intro'. Now,
  22.  
  23. % man -a intro ls
  24.  
  25. should list all manuals for intro, plus that for ls. I tried other
  26. checks and found that man -a doesn't really like multiple man pages.
  27. Can anyone suggest a fix for this?
  28.  
  29.  
  30. BTW: My code for the compressed manuals just adds lines which are
  31. #ifdef-ed in, so if you want the new version, you have to specify a
  32. -DCOMPRESSED on the command line, otherwise the resultant code would
  33. be the same as the original version.
  34. If the bug can be fixed, I'll release my hack. It's not that
  35. spectacular, and uses child processes to uncompress to a temporary
  36. file any manuals which are compressed. It uses atexit() to cleanup
  37. the temporary files.  There are better solutions, but this works.
  38. Also, I have a simple sh/find/awk script which will compress all of
  39. the manual pages, fixing the links correctly too.
  40.  
  41.  
  42.  
  43. PS: Has anyone got a version of the kernal compiled with the following
  44. features:
  45. - all of the bug-fixes in the buglist by Nate Williams (spel?).
  46. - the symbol definitions still there
  47. - (and preferably) the alpha vt100 pc driver that was released on
  48.   alt.sources recently.
  49.  
  50. If so, I'd like some mail, and maybe we can organise for me to get a
  51. copy of it (maybe one version with all the patches but not the console
  52. driver, and a version with). It's just that I only have 45MB free
  53. before putting the source dist on my partition, so I can extract parts
  54. of the kernal, but I think a full recompile is out :-(
  55.  
  56. Thanx in advance,
  57. Luke.
  58.  
  59. -- 
  60.  
  61. "...(and) We've heard how teen prostitution, pregnancy,        Luke Mewburn
  62. drug use, cults, runaways, suicide and poor hygiene are          s902113@
  63. sweeping this nation. We thought you might like to share          minyos.
  64. with the committee any particular *causes* you might see            xx.
  65. for those latter problems..."                                      rmit.
  66. "  I dunno, Maybe the proliferation of narrow, suffocating          oz.
  67. zealotry masquerading as parenting in this country."                au
  68.               Steve Dallas, 'Bloom County'.
  69.  
  70.