From 254f59e6a8844a84dbcedb0fa4a3e8234d12909c Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 2 Feb 2010 11:54:36 +0000 Subject: [PATCH] relative path support for regnotif and unregnotif git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5116 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/regnotif.1.pod | 2 +- xCAT-client/pods/man1/unregnotif.1.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-client/pods/man1/regnotif.1.pod b/xCAT-client/pods/man1/regnotif.1.pod index 59b33555a..a51db6780 100644 --- a/xCAT-client/pods/man1/regnotif.1.pod +++ b/xCAT-client/pods/man1/regnotif.1.pod @@ -20,7 +20,7 @@ This command is used to register a Perl module or a command to the xCAT notifica =head1 Parameters -I is the full path name of the Perl module or command to be registered. +I is the path name of the Perl module or command to be registered. I is the name of the table that the user is interested in. =head1 OPTIONS diff --git a/xCAT-client/pods/man1/unregnotif.1.pod b/xCAT-client/pods/man1/unregnotif.1.pod index 0803c57d2..e64831d22 100644 --- a/xCAT-client/pods/man1/unregnotif.1.pod +++ b/xCAT-client/pods/man1/unregnotif.1.pod @@ -20,7 +20,7 @@ This command is used to unregistered a Perl module or a command that was watchin =head1 Parameters -I is the full path name of the Perl module or command to be registered. +I is the path name of the Perl module or command to be registered. =head1 OPTIONS