I noticed that Corinna DocBook-ified the Cygserver documentation, thanks! <http://cygwin.com/cygwin-ug-net/using-cygserver.html>
Also, a change in the DocBook DTD added a <funcprototype> tag to <funcsynopsis>. I made the change to the DocBook embedded in the files in the cygwin/ directory in CVS, but they were overwritten by some real changes. So, could someone doing actual work on the files make that small change? This worked for me (not a pretty result, but it works): for i in $(grep -l '<funcsynopsis>' *); do ex -c "%s;<funcsynopsis>;<funcsynopsis><funcprototype>" -c "%s;</funcsynopsis>;</funcsynopsis></funcprototype>" -c "wq" $i; done -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/