mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +00:00
description, options summary, environment variables, bugs, history, and authors sections. It doesn't have how-to sections, which I would like to have next. This is my first foray into DocBook. I'm using version 4.5 of the DTD. I had to hard-code that number into the document type declaration to get it to build. The command lines I'm using to build are xsltproc --xinclude --output zenmap.1 /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl zenmap.xml xsltproc --xinclude --output zenmap.html /usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl zenmap.xml
Here are the docs for nmap. You would be better off checking the website at http://www.insecure.org/nmap for the latest information. Also if the man page is installed correctly you should be able to 'man nmap'. The man page is more up-to-date than the article. See nmap-manpage.html for an html version of it. -Fyodor