Index: openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl,v diff -u -N -r1.105 -r1.106 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 28 Jun 2018 14:10:42 -0000 1.105 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 30 Jun 2018 22:04:28 -0000 1.106 @@ -1835,7 +1835,7 @@ } { Invoke the Register service contract operation for the given authority. - @authority_id Id of the authority. + @param authority_id Id of the authority. } { set impl_id [auth::authority::get_element -authority_id $authority_id -element "register_impl_id"] @@ -1904,7 +1904,7 @@ } { Invoke the Register service contract operation for the given authority. - @authority_id Id of the authority. + @param authority_id Id of the authority. } { set impl_id [auth::authority::get_element -authority_id $authority_id -element "user_info_impl_id"]