From fa90360881afbcf2cd2046f071cb81cb4800dd75 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 28 Mar 2008 11:59:37 +0000 Subject: [PATCH] add manpage git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@921 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/pods/man1/xCATWorld.1.pod | 38 +++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 xCAT-client-2.0/pods/man1/xCATWorld.1.pod diff --git a/xCAT-client-2.0/pods/man1/xCATWorld.1.pod b/xCAT-client-2.0/pods/man1/xCATWorld.1.pod new file mode 100644 index 000000000..d15561d91 --- /dev/null +++ b/xCAT-client-2.0/pods/man1/xCATWorld.1.pod @@ -0,0 +1,38 @@ +=head1 NAME + +B - Sample client program for xCAT. + +=head1 SYNOPSIS + +I + +=head1 DESCRIPTION + +The xCATWorld program gives you a sample client program that interfaces to the /opt/xcat/lib/perl/xCAT_plugin/xCATWorld.pm plugin. +For debugging purposes we have an Environment Variable XCATBYPASS. If export XCATBYPASS=yes, the client will call the plugin without going through the xcat daemon, xcatd. + +=head1 OPTIONS + +0 The command completed successfully. + +1 An error has occurred. + +=head1 EXAMPLES + +1.To run , enter: + +I + + + +=head1 FILES + +/opt/xcat/bin/xCATWorld + + +=head1 NOTES + +This command is part of the xCAT software product. + + +