On Thu, 28 Feb 2002, Duane Clark wrote: > Alex Volkov wrote: > > ... > > So now lets talk about registry > > Okay, go to: > http://www.winehq.com/Docs/wine-user/registry.shtml > > In particular, look at section 4.4.5. Hmm.. looking at that myself, it > says to read the documentation/no-windows document, which doesn't exist! look in documentation/installing.sgml. It ate the no-windows file when they all got converted to sgml, but it is still there. Feel free to use this nasty little sed program to read the sgml. I thought Andreas had put this in <wine>/tools, but I don't see it, so here's another: #!/bin/sh #<wine>/documentation/*.sgml reader (c) 2000- Lawson Whitney # Use, distribute, or change at your own risk. sed -e 's/<[^<>]*>//g' -e 's/</</g' -e 's/>/>/g' $1 |less -ni ________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/web/. _______________________________________________ wine-users mailing list wine-users@winehq.com http://www.winehq.com/mailman/listinfo/wine-users