From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Pokorný Date: Mon, 2 Apr 2012 12:08:14 +0200 Subject: [Cluster-devel] [PATCH 2/2] resrules: print_resource_rule doc comment conformance In-Reply-To: <20120402095934.GA18543@redhat.com> References: <20120402095934.GA18543@redhat.com> Message-ID: <20120402100814.GB19756@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Signed-off-by: Jan Pokorn? --- resrules.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/resrules.c b/resrules.c index 581be9e..4fcc4f1 100644 --- a/resrules.c +++ b/resrules.c @@ -556,7 +556,7 @@ 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. */