From ee2c53f129ac14e4221157b738147c416247a383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Wei=C3=9F?= Date: Fri, 9 Sep 2011 18:57:20 +0200 Subject: doc: Improve MetadataQuery documentation Clarify that the names_by_groups() and names_by_profiles() query routines both expect a list as their argument. --- doc/server/plugins/grouping/metadata.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/server/plugins/grouping/metadata.txt b/doc/server/plugins/grouping/metadata.txt index 43cc6a2d7..fc8605115 100644 --- a/doc/server/plugins/grouping/metadata.txt +++ b/doc/server/plugins/grouping/metadata.txt @@ -281,9 +281,9 @@ This class provides query routines for the servers Metadata. +==============================+================================================+===================+ | by_name(client) | Get ClientMetadata object for 'client' | ClientMetadata | +------------------------------+------------------------------------------------+-------------------+ -| names_by_groups(group) | | | +| names_by_groups(groups) | All client names in the list of 'groups' | List | +------------------------------+------------------------------------------------+-------------------+ -| names_by_profiles(profile) | All clients names in 'profile' | List | +| names_by_profiles(profiles) | All client names in the list of 'profiles' | List | +------------------------------+------------------------------------------------+-------------------+ | all_clients() | All known client hostnames | List | +------------------------------+------------------------------------------------+-------------------+ -- cgit v1.2.3-1-g7c22