summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Vidal <skvidal@fedoraproject.org>2007-11-08 17:02:10 -0500
committerSeth Vidal <skvidal@fedoraproject.org>2007-11-08 17:02:10 -0500
commit4251f0b2af99a0dd78f71beddaf7b89146e91528 (patch)
tree072fb1022f1bd53e0a57467cefb90101c33d345c
parente419388b8982a16d329ea78624c0af7857845a33 (diff)
downloadthird_party-func-4251f0b2af99a0dd78f71beddaf7b89146e91528.tar.gz
third_party-func-4251f0b2af99a0dd78f71beddaf7b89146e91528.tar.xz
third_party-func-4251f0b2af99a0dd78f71beddaf7b89146e91528.zip
de-confusify the docs for how to call things
-rw-r--r--docs/func.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/func.pod b/docs/func.pod
index 4d78082..7d5684a 100644
--- a/docs/func.pod
+++ b/docs/func.pod
@@ -6,11 +6,11 @@ Func -- Fedora Unified Network Controller.
func "*" list_minons
-func target.example.org call module command [args ...]
+func target.example.org call module method [args ...]
-func "target*.example.org" call module command [args ...]
+func "target*.example.org" call module method [args ...]
-func "webserver1;mailserver2" call module command [args ...]
+func "webserver1;mailserver2" call module method [args ...]
=head1 DESCRIPTION