mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Get rid of <em>/<strong> tags because there is no uniform
way to use them across DocBook and HTML.
This commit is contained in:
parent
d1a4984d8d
commit
da041cb0b3
2 changed files with 4 additions and 4 deletions
|
|
@ -520,7 +520,7 @@ end
|
|||
-- and mutex (<code>nmap.mutex</code>) facilities to coordinate with your
|
||||
-- worker threads. Keep in mind that Nmap is single threaded so there are
|
||||
-- no (memory) issues in synchronization to worry about; however, there
|
||||
-- <em>is</em> resource contention. Your resources are usually network
|
||||
-- is resource contention. Your resources are usually network
|
||||
-- bandwidth, network sockets, etc. Condition variables are also useful if the
|
||||
-- work for any single thread is dynamic. For example, a web server spider
|
||||
-- script with a pool of workers will initially have a single root html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue