Skip to content

Commit

Permalink
some typos & doc fixes (netdisco#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
inphobia authored Feb 17, 2024
1 parent ad67f9a commit 6a12819
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions lib/SNMP/Info/Layer2/Hirschmann.pm
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ $VERSION = '3.95';

%GLOBALS = (
%SNMP::Info::Layer2::GLOBALS,
'h_serial_number' => 'hmSysGroupTable.hmSysGroupEntry.hmSysGroupSerialNum.1',
'os_version' => 'hmSysVersion.0'
'h_serial_number' => 'hmSysGroupTable.hmSysGroupEntry.hmSysGroupSerialNum.1',
'os_version' => 'hmSysVersion.0',
);

%FUNCS = (
Expand All @@ -61,7 +61,7 @@ $VERSION = '3.95';
);

sub os {
return 'Hirschmann';
return 'hirschmann';
}

sub serial {
Expand Down Expand Up @@ -90,7 +90,7 @@ sub os_ver {
}

sub vendor {
return 'Hirschmann';
return 'hirschmann';
}

sub model {
Expand Down Expand Up @@ -131,7 +131,7 @@ __END__
=head1 NAME
SNMP::Info::Layer2::Hirschamnn - SNMP Interface to L2 Hirschmann Switches
SNMP::Info::Layer2::Hirschmann - SNMP Interface to L2 Hirschmann Switches
=head1 AUTHOR
Expand Down Expand Up @@ -162,17 +162,19 @@ Subclass for Hirschmann L2 devices
=item SNMP::Info::Layer2
=item SNMP::Info::CDP
=back
=head2 Required MIBs
=over
=item F<>
=item F<HMPRIV-MGMT-SNMP-MIB>
=item Inherited Classes' MIBs
=item Inherited Classes
See L<SNMP::Info::Layer2/"Required MIBs"> for its own MIB requirements.
MIBs required by the inherited classes listed above.
=back
Expand Down

0 comments on commit 6a12819

Please sign in to comment.