Index: doc/require.man.inc =================================================================== diff -u -re5ad7edaed3418723ed31bda80c8639df6b44a7e -r54cdf1847245e3d6245a740808d1d6923fb78997 --- doc/require.man.inc (.../require.man.inc) (revision e5ad7edaed3418723ed31bda80c8639df6b44a7e) +++ doc/require.man.inc (.../require.man.inc) (revision 54cdf1847245e3d6245a740808d1d6923fb78997) @@ -2,9 +2,9 @@ [keywords "call protection"] -[call [arg [vset CMD]] [opt "public | protected | private"] [method require] [const [vset MODIFIER]] [method method] [arg methodName]] +[call [arg [vset CMD]] [method require] [opt "public | protected | private"] [const [vset MODIFIER]] [method method] [arg methodName]] Attempts to register a method definition made available using [cmd ::nsf::method::provide] under -the name [arg methodName] with the object [arg obj] . The registered +the name [arg methodName] with [arg [vset CMD]] . The registered method is subjected to default [term "call protection"] ([const protected]), if not set explicitly.