diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-05-20 19:38:33 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-05-20 19:38:33 +0200 |
commit | 335e8be11b757c6146819271135668b7f58afb81 (patch) | |
tree | 48cd41c301fb246548de89a0c7bdfbaa88a355ab /perl-install/diskdrake/hd_gtk.pm | |
parent | e6d9642e5d5ca504afcebfd7cc7ce5ac44102d2d (diff) | |
download | drakx-335e8be11b757c6146819271135668b7f58afb81.tar drakx-335e8be11b757c6146819271135668b7f58afb81.tar.gz drakx-335e8be11b757c6146819271135668b7f58afb81.tar.bz2 drakx-335e8be11b757c6146819271135668b7f58afb81.tar.xz drakx-335e8be11b757c6146819271135668b7f58afb81.zip |
fix rendering with pod2html
Diffstat (limited to 'perl-install/diskdrake/hd_gtk.pm')
-rw-r--r-- | perl-install/diskdrake/hd_gtk.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index fca2b7196..85d20f8a4 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -23,12 +23,12 @@ my ($w, @notebook, $done_button); =head1 SYNOPSYS -struct { + struct { string name # which is displayed in tab of the notebook bool no_auto # wether the kind can disappear after creation string type # one of { 'hd', 'raid', 'lvm', 'loopback', 'removable', 'nfs', 'smb', 'dmcrypt' } hd | hd_lvm | part_raid[] | part_dmcrypt[] | part_loopback[] | raw_hd[] val - + # widget main_box widget display_box @@ -36,9 +36,9 @@ struct { widget info_box } current_kind -part current_entry + part current_entry -notebook current_kind[] + notebook current_kind[] =cut |