diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/detect_devices.pm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 232664e73..7eaf18ab6 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -17,7 +17,7 @@ use c; use feature 'state'; -=head2 SYNOPSYS +=head1 SYNOPSYS The B<detect_devices> modules offers a high level API for detecting devices.* It mostly relies on the L<c> modules for gluing libldetect back into the Perl world, and thus @@ -45,7 +45,7 @@ Then the L<list_modules> enables to map modules into categories such as: This enables to detect a category by mapping drivers to categories. -=head2 Listing block devices +=head1 Listing block devices =cut @@ -682,7 +682,7 @@ sub serialPort2text { =back -=head2 Network +=head1 Network =over @@ -890,7 +890,7 @@ sub is_bridge_interface { =back -=head2 Enumerating devices +=head1 Enumerating devices =over @@ -1339,7 +1339,7 @@ sub dmi_detect_memory() { =back -=head2 Test helpers +=head1 Test helpers =over @@ -1747,7 +1747,7 @@ sub suggest_mount_point { =back -=head2 SEE ALSO +=head1 SEE ALSO See L<hardware_detection> for the overall view. |