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
This commit is contained in:
ligc 2010-02-02 11:54:36 +00:00
parent 728e2b5ea2
commit 254f59e6a8
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ This command is used to register a Perl module or a command to the xCAT notifica
=head1 Parameters
I<filename> is the full path name of the Perl module or command to be registered.
I<filename> is the path name of the Perl module or command to be registered.
I<tablename> is the name of the table that the user is interested in.
=head1 OPTIONS

View File

@ -20,7 +20,7 @@ This command is used to unregistered a Perl module or a command that was watchin
=head1 Parameters
I<filename> is the full path name of the Perl module or command to be registered.
I<filename> is the path name of the Perl module or command to be registered.
=head1 OPTIONS