From f3624d2ccd3abbfd7b9c662295c6d71e38db71c4 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 9 Aug 2008 01:10:42 +0000 Subject: [PATCH] * luci/libs: fixed documentation for broadcast() in luci.ip --- libs/core/luasrc/ip.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/core/luasrc/ip.lua b/libs/core/luasrc/ip.lua index bcb821a46..0cd607c89 100644 --- a/libs/core/luasrc/ip.lua +++ b/libs/core/luasrc/ip.lua @@ -502,7 +502,6 @@ function cidr.mask( self, bits ) end --- Return CIDR containing the broadcast address of this instance. --- @param bits Override prefix length of this instance (optional) -- @return CIDR instance containing the netmask, always nil for IPv6 -- @see network -- @see host -- 2.25.1