1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00
lvm2/lib/config
M.H. Tsai 3b76e9fd98 config: fix verbose type to int
'verbose' was marked as a boolean option while it
takes integer args - so it has limited usage to 0 or 1,
but we supported 0-4 at least.

Fix it by switching to corrent int type.
(Hopefully noone was trying to use this variable as true/yes/false/no
way - as the would be unsupported/undocumented).
2016-02-11 18:30:39 +01:00
..
config_settings.h config: fix verbose type to int 2016-02-11 18:30:39 +01:00
config.c doc: change fsf address 2016-01-21 12:11:37 +01:00
config.h doc: change fsf address 2016-01-21 12:11:37 +01:00
defaults.h doc: change fsf address 2016-01-21 12:11:37 +01:00