From dfc58c637b4e7fe48c28c73cd53eb62611b9309a Mon Sep 17 00:00:00 2001 From: David Teigland Date: Fri, 12 May 2017 09:55:16 -0500 Subject: [PATCH] config: keep description lines under 80 As far as possible, it's nice to keep the config description lines from going over 80 columns. --- lib/config/config_settings.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h index 3b0eebbc4..40b64abdd 100644 --- a/lib/config/config_settings.h +++ b/lib/config/config_settings.h @@ -469,8 +469,9 @@ cfg(allocation_mirror_logs_require_separate_pvs_CFG, "mirror_logs_require_separa cfg(allocation_raid_stripe_all_devices_CFG, "raid_stripe_all_devices", allocation_CFG_SECTION, CFG_DEFAULT_COMMENTED, CFG_TYPE_BOOL, DEFAULT_ALLOCATION_STRIPE_ALL_DEVICES, vsn(2, 2, 162), NULL, 0, NULL, "Stripe across all PVs when RAID stripes are not specified.\n" - "If enabled, all PVs in the VG or on the command line are used for raid0/4/5/6/10\n" - "when the command does not specify the number of stripes to use.\n" + "If enabled, all PVs in the VG or on the command line are used for\n" + "raid0/4/5/6/10 when the command does not specify the number of\n" + "stripes to use.\n" "This was the default behaviour until release 2.02.162.\n") cfg(allocation_cache_pool_metadata_require_separate_pvs_CFG, "cache_pool_metadata_require_separate_pvs", allocation_CFG_SECTION, CFG_PROFILABLE | CFG_PROFILABLE_METADATA, CFG_TYPE_BOOL, DEFAULT_CACHE_POOL_METADATA_REQUIRE_SEPARATE_PVS, vsn(2, 2, 106), NULL, 0, NULL, @@ -934,7 +935,7 @@ cfg(global_use_lvmetad_CFG, "use_lvmetad", global_CFG_SECTION, 0, CFG_TYPE_BOOL, "devices/global_filter.\n") cfg(global_lvmetad_update_wait_time_CFG, "lvmetad_update_wait_time", global_CFG_SECTION, CFG_DEFAULT_COMMENTED, CFG_TYPE_INT, DEFAULT_LVMETAD_UPDATE_WAIT_TIME, vsn(2, 2, 151), NULL, 0, NULL, - "The number of seconds a command will wait for lvmetad update to finish.\n" + "Number of seconds a command will wait for lvmetad update to finish.\n" "After waiting for this period, a command will not use lvmetad, and\n" "will revert to disk scanning.\n")