From 4682e310e69f5c5588a8c94e0cacde87ceed12b8 Mon Sep 17 00:00:00 2001
From: "Thierry.Vignaud" <thierry.vignaud@gmail.com>
Date: Mon, 26 May 2014 11:30:20 +0200
Subject: promote titles

---
 perl-install/detect_devices.pm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

(limited to 'perl-install')

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.
 
-- 
cgit v1.2.1