diff options
author | Asbjørn Sloth Tønnesen <ast@2e8.dk> | 2019-07-23 20:00:16 +0000 |
---|---|---|
committer | Asbjørn Sloth Tønnesen <ast@2e8.dk> | 2019-07-23 20:00:16 +0000 |
commit | e4ef81a73657434575c7ceca81c7245ac8629b06 (patch) | |
tree | 8635c9272f1d3a5cc2cae4e0af42acba2dcdb19a /README.rst | |
parent | 9edfd0002bea4d591cb363be536c652ef3f16079 (diff) | |
download | lua-inet-e4ef81a73657434575c7ceca81c7245ac8629b06.tar.gz lua-inet-e4ef81a73657434575c7ceca81c7245ac8629b06.tar.xz lua-inet-e4ef81a73657434575c7ceca81c7245ac8629b06.zip |
README: minor fixes
Signed-off-by: Asbjørn Sloth Tønnesen <ast@2e8.dk>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -243,7 +243,7 @@ Build an IP address mask with the netmask of ``foo``. ``foo:hostmask()`` -~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~ Build an IP address mask with the netmask of ``foo``. @@ -489,6 +489,7 @@ Is the network contained or equal to a network in the set? Empties the set. :: + foo:flush() -- returns true foo:list() -- returns {} |