From 49c887daab03075e065c936d8e8ef97ebbc2f3da Mon Sep 17 00:00:00 2001 From: daniceexi Date: Fri, 4 Dec 2009 04:35:06 +0000 Subject: [PATCH] remove the man pages of xcatstart and xcatstop git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4725 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/xcatstart.1.pod | 50 --------------------------- xCAT-client/pods/man1/xcatstop.1.pod | 48 ------------------------- 2 files changed, 98 deletions(-) delete mode 100644 xCAT-client/pods/man1/xcatstart.1.pod delete mode 100644 xCAT-client/pods/man1/xcatstop.1.pod diff --git a/xCAT-client/pods/man1/xcatstart.1.pod b/xCAT-client/pods/man1/xcatstart.1.pod deleted file mode 100644 index 605f6562e..000000000 --- a/xCAT-client/pods/man1/xcatstart.1.pod +++ /dev/null @@ -1,50 +0,0 @@ -=head1 NAME - -B - Starts the xCAT daemon (xcatd) on AIX. - -=head1 SYNOPSIS - - -B [B<-h>|B<--help>] [B<-v>|B<--version>][B<-r>|B<--reload>] - - -=head1 DESCRIPTION - -The xcatstart command starts the xCAT daemon (xcatd) on AIX. If the daemon is already running, it will stop the daemon and restart it. - -=head1 OPTIONS - - -B<-h> Display usage message. - -B<-v> Command Version. - -B<-r> On a Service Node, services will not be restarted. - - - -=head1 RETURN VALUE - -0 The command completed successfully. - -1 An error has occurred. - -=head1 EXAMPLES - -1. To start the xCAT daemon, enter: - -B - - - -=head1 FILES - -/opt/xcat/sbin/xcatstart - - -=head1 SEE ALSO - -L - - - diff --git a/xCAT-client/pods/man1/xcatstop.1.pod b/xCAT-client/pods/man1/xcatstop.1.pod deleted file mode 100644 index af542d49b..000000000 --- a/xCAT-client/pods/man1/xcatstop.1.pod +++ /dev/null @@ -1,48 +0,0 @@ -=head1 NAME - -B - Stops the xCAT daemon (xcatd) on AIX. - -=head1 SYNOPSIS - - -B [B<-h>|B<--help>] [B<-v>|B<--version>] - - -=head1 DESCRIPTION - -The xcatstop command stops the xCAT daemon (xcatd) on AIX. - -=head1 OPTIONS - - -B<-h> Display usage message. - -B<-v> Command Version. - - - -=head1 RETURN VALUE - -0 The command completed successfully. - -1 An error has occurred. - -=head1 EXAMPLES - -1. To stop the xCAT daemon, enter: - -B - - - -=head1 FILES - -/opt/xcat/sbin/xcatstop - - -=head1 SEE ALSO - -L - - -