From f107fdf1e388ba0f58b4f11939f56b5e0f4f68fa Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 9 Oct 2017 14:03:18 +0200 Subject: fix doble quotes in perldoc --- perl-install/bootloader.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'perl-install/bootloader.pm') diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 42f4f9586..98d9e0a4e 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -392,7 +392,7 @@ nb: =over 4 -=item * $boot_part comes from C "C" line +=item * $boot_part comes from C C line =item * $grub2dev is C @@ -1673,7 +1673,7 @@ sub write_grub_device_map { =item parse_grub_file($grub_file) -Parses things like "C<(hd0,4)/boot/vmlinuz>" +Parses things like C<(hd0,4)/boot/vmlinuz> Returns: ("hd0", 4, "boot/vmlinuz") @@ -1688,7 +1688,7 @@ sub parse_grub_file { =item grub2dev_and_file($grub_file, $grub2dev, $o_block_device) -Takes things like "C<(hd0,4)/boot/vmlinuz>" +Takes things like C<(hd0,4)/boot/vmlinuz> Returns: ("/dev/sda5", "boot/vmlinuz") @@ -1705,7 +1705,7 @@ sub grub2dev_and_file { =item grub2devd($grub_file, $grub2dev, $o_block_device) -Takes things like "C<(hd0,4)/boot/vmlinuz>" +Takes things like C<(hd0,4)/boot/vmlinuz> Returns: "/dev/sda5" @@ -1722,9 +1722,9 @@ Replaces =over 4 -=item * "C" with "C" when "root" or "rootnoverify" is set for the entry +=item * C with C when "root" or "rootnoverify" is set for the entry -=item * "C<(hdX,Y)>" in "C<(hdX,Y)/boot/vmlinuz...>" by appropriate path if possible/needed +=item * C<(hdX,Y)> in C<(hdX,Y)/boot/vmlinuz...> by appropriate path if possible/needed =back -- cgit v1.2.1