cluster: STABLE32 - resrules: print_resource_rule doc comment conformance

Ryan McCabe rmccabe at fedoraproject.org
Tue May 1 19:10:32 UTC 2012


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=17fbc520ac69a3b9eb4f33a738cdf6e0b11e4e22
Commit:        17fbc520ac69a3b9eb4f33a738cdf6e0b11e4e22
Parent:        215dd94070707fdb421197bfe625fb9d531ecbec
Author:        Jan Pokorný <jpokorny at redhat.com>
AuthorDate:    Mon Apr 2 13:37:38 2012 +0200
Committer:     Ryan McCabe <rmccabe at redhat.com>
CommitterDate: Tue May 1 15:10:05 2012 -0400

resrules: print_resource_rule doc comment conformance

(when changing doc. comment, do it properly)
(due to previously misconfigured MUA, sorry for inconvenience)

Signed-off-by: Jan Pokorný <jpokorny at redhat.com>
Signed-off-by: Ryan McCabe <rmccabe at redhat.com>
---
 rgmanager/src/daemons/resrules.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/rgmanager/src/daemons/resrules.c b/rgmanager/src/daemons/resrules.c
index 581be9e..353ead4 100644
--- a/rgmanager/src/daemons/resrules.c
+++ b/rgmanager/src/daemons/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)


More information about the cluster-commits mailing list