Index: openacs-4/packages/xowf/tcl/iprange-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/Attic/iprange-procs.tcl,v diff -u -N -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/xowf/tcl/iprange-procs.tcl 12 Sep 2022 13:47:09 -0000 1.1.2.3 +++ openacs-4/packages/xowf/tcl/iprange-procs.tcl 12 Sep 2022 14:11:03 -0000 1.1.2.4 @@ -11,11 +11,12 @@ } namespace eval ::xowf { - # - # Class representing a range of IPs to be used to enforce access - # control. - # nx::Class create IpRange { + # + # Class representing a range of IPs to be used to enforce access + # control. + # + :property {allowed ""} :property {disallowed ""} :property {title ""}