fix pod
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 28 Oct 2007 11:50:47 +0000 (11:50 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 28 Oct 2007 11:50:47 +0000 (11:50 +0000)
git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@165 836a5e1a-633d-0410-964b-294494ad4392

lib/CWMP/Response.pm

index 10303b2..353a194 100644 (file)
@@ -66,7 +66,7 @@ sub GetRPCMethods {
        });
 };
 
-=head2 Reboot {
+=head2 Reboot
 
   $response->Reboot( $state );
 
@@ -80,7 +80,7 @@ sub Reboot {
        });
 }
 
-=head2 GetParameterNames {
+=head2 GetParameterNames
 
   $response->GetParameterNames( $state, $ParameterPath, $NextLevel );
 
@@ -101,7 +101,7 @@ sub GetParameterNames {
        });
 }
 
-=head2 GetParameterValues {
+=head2 GetParameterValues
 
   $response->GetParameterValues( $state, $ParameterPath, $NextLevel );