1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 05:09:14 +00:00

Normalize replaceable elements.

This commit is contained in:
david
2008-07-13 06:31:49 +00:00
parent 23904dc47e
commit cfe72800a3
3 changed files with 56 additions and 57 deletions

View File

@@ -386,7 +386,7 @@ $ nmap -sC --script-args user=foo,pass=bar,anonFTP={pass=ftp@foobar.com}
<varlistentry>
<term>
<indexterm><primary><option>--script</option></primary></indexterm>
<option>--script &lt;script-categories|directory|filename|all&gt;</option></term>
<option>--script <replaceable>script-categories</replaceable>|<replaceable>directory</replaceable>|<replaceable>filename</replaceable>|all</option></term>
<listitem>
@@ -3857,7 +3857,7 @@ The mainloop function will work on each runlevel grouping of threads in order.
<para>
The Windows build system requires C module developers to create a
MS Visual Studio Project file for their module
(<filename>&lt;modulename&gt;.vcproj</filename>) inside the
(<filename><replaceable>modulename</replaceable>.vcproj</filename>) inside the
<filename>nselib</filename> subdirectory. On Windows you have to
include the <filename>liblua/</filename> subdirectory as
an additional include path as well as a library search path. In addition