diff --git a/functions/nis.xml b/functions/nis.xml index 862232f7bc..ce44b3d1ca 100644 --- a/functions/nis.xml +++ b/functions/nis.xml @@ -1,5 +1,5 @@ - + YP/NIS Functions YP/NIS @@ -292,8 +292,6 @@ echo "The next entry after joe has key " . $key - - - + + + yp_all + + Traverse the map and call a function on each entry + + + + Description + + + void yp_all + string domain + string map + string callback + + + + &warn.undocumented.func; + + + + + + + yp_cat + + Return an array containing the entire map + + + + Description + + + array yp_cat + string domain + string map + + + + &warn.undocumented.func; + + +