1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-03 03:59:02 +00:00

Fix a little typo in msrpc.lua.

This commit is contained in:
david
2008-10-21 18:46:02 +00:00
parent e487dac7a3
commit 8e695065b3

View File

@@ -1,7 +1,7 @@
--- Call various MSRPC functions.
-- \n\n
-- By making heavy use of the smb library, this library will call various MSRPC
-- functions. The functions used here can be access over TCP ports 445 and 139,
-- functions. The functions used here can be accessed over TCP ports 445 and 139,
-- with an established session. A NULL session (the default) will work for some
-- functions and operating systems (or configurations), but not for others. \n
--\n