diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml index c9da698e170cc7c42a3e046ee555df14061d6a86..a7d574269c864fb2967024895080e07c5cde5d8e 100644 --- a/tutorial/tutorial.wmml +++ b/tutorial/tutorial.wmml @@ -9185,7 +9185,7 @@ This method lists all available tables. <man_see> Yabu.db->table, Yabu.db->sync, -Yabu.db->purge +Yabu.db->purge, Yabu.db->_values </man_see> @@ -9204,7 +9204,7 @@ This method returns all available tables. <man_see> Yabu.db->table, Yabu.db->sync, -Yabu.db->purge +Yabu.db->purge, Yabu.db->_indices </man_see> @@ -9315,7 +9315,7 @@ This method lists all record names in the table. Yabu.table->set, Yabu.table->get, Yabu.table->delete, -Yabu.table->purge +Yabu.table->purge, Yabu.table->_values </man_see> @@ -9335,7 +9335,7 @@ This method returns all record names in the table. Yabu.table->set, Yabu.table->get, Yabu.table->delete, -Yabu.table->purge +Yabu.table->purge, Yabu.table->_indices </man_see>