February 23, 2005
Can we *please* have manual pages for Linux ?

dmd/
  bin/
    dmd
    dumpobj
    obj2asm
  man/
    man1/
      dmd.1
      dumpobj.1
      obj2asm.1

As long as they are placed next to "bin", like
above, it will then pick them up automagically.


Would save me from having to just patch them in
every single time... (I've already written them)

http://www.algonet.se/~afb/d/d-manpages/dmd.1
http://www.algonet.se/~afb/d/d-manpages/dumpobj.1
http://www.algonet.se/~afb/d/d-manpages/obj2asm.1

It's a simple text format, if changes are needed ?


Here's a crude rendition of what they look like:

http://www.algonet.se/~afb/d/d-manpages/dmd.1.txt
http://www.algonet.se/~afb/d/d-manpages/dumpobj.1.txt
http://www.algonet.se/~afb/d/d-manpages/obj2asm.1.txt

(but please do not include these .txt, just the .1...)

--anders