summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
diff options
context:
space:
mode:
authorThierry.Vignaud <thierry.vignaud@gmail.com>2014-05-26 11:30:20 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-05-26 22:01:44 +0200
commit4682e310e69f5c5588a8c94e0cacde87ceed12b8 (patch)
tree4ae785157dd3d387417499ed5c7df98c161b7c6f /perl-install/detect_devices.pm
parente4a19b10331a686461cbbcaecfb1cba5c5342676 (diff)
downloaddrakx-4682e310e69f5c5588a8c94e0cacde87ceed12b8.tar
drakx-4682e310e69f5c5588a8c94e0cacde87ceed12b8.tar.gz
drakx-4682e310e69f5c5588a8c94e0cacde87ceed12b8.tar.bz2
drakx-4682e310e69f5c5588a8c94e0cacde87ceed12b8.tar.xz
drakx-4682e310e69f5c5588a8c94e0cacde87ceed12b8.zip
promote titles
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r--perl-install/detect_devices.pm12
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.