From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Pokorný Date: Mon, 2 Apr 2012 13:37:38 +0200 Subject: [Cluster-devel] [PATCH 2c/2] resrules: print_resource_rule doc comment conformance In-Reply-To: <20120402100814.GB19756@redhat.com> References: <20120402095934.GA18543@redhat.com> <20120402100814.GB19756@redhat.com> Message-ID: <20120402113738.GB21558@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit (when changing doc. comment, do it properly) (due to previously misconfigured MUA, sorry for inconvenience) Signed-off-by: Jan Pokorn? --- resrules.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/resrules.c b/resrules.c index 581be9e..353ead4 100644 --- a/resrules.c +++ b/resrules.c @@ -556,9 +556,10 @@ store_childtype(resource_child_t **childp, char *name, int start, /** - Print a resource_t structure to stdout + Print a resource_t structure to specified stream @param rr Resource rule to print. + @param fp Destination stream. */ void print_resource_rule(FILE *fp, resource_rule_t *rr)