From 2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 18 Dec 2017 09:21:05 +0100 Subject: package/*/Config.in: fix help text check-package warnings This commit fixes the warnings reported by check-package on the help text of all package Config.in files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. The vast majority of warnings fixed were caused by too long lines. A few warnings were related to spaces being used instead of a tab to indent the help text. Signed-off-by: Thomas Petazzoni --- package/ntp/Config.in | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'package/ntp') diff --git a/package/ntp/Config.in b/package/ntp/Config.in index 8ce9a5b0bb..efd47e1895 100644 --- a/package/ntp/Config.in +++ b/package/ntp/Config.in @@ -30,16 +30,16 @@ config BR2_PACKAGE_NTP_NTP_WAIT depends on BR2_PACKAGE_PERL help ntp-wait waits until the locally running ntpd is in state 4 - (synchronized). This could be useful at boot time, to delay the - boot sequence until after "ntpd -g" has set the time. + (synchronized). This could be useful at boot time, to delay + the boot sequence until after "ntpd -g" has set the time. config BR2_PACKAGE_NTP_NTPD bool "ntpd" default y help ntpd is the time synchronization daemon keeping your local - system date and time in sync and optionally serving time and date - information on the network via the NTP protocol. + system date and time in sync and optionally serving time and + date information on the network via the NTP protocol. config BR2_PACKAGE_NTP_NTPD_ATOM_PPS bool "PPS support" @@ -51,8 +51,8 @@ config BR2_PACKAGE_NTP_NTPD_ATOM_PPS config BR2_PACKAGE_NTP_NTPDATE bool "ntpdate" help - The ntpdate utility program is used to set the local date and time - from an NTP server given as an argument. + The ntpdate utility program is used to set the local date + and time from an NTP server given as an argument. config BR2_PACKAGE_NTP_NTPDC bool "ntpdc" @@ -63,8 +63,9 @@ config BR2_PACKAGE_NTP_NTPDC config BR2_PACKAGE_NTP_NTPQ bool "ntpq" help - The ntpq utility program is used to query NTP servers requesting - information about current state and/or changes in that state. + The ntpq utility program is used to query NTP servers + requesting information about current state and/or changes in + that state. config BR2_PACKAGE_NTP_NTPSNMPD bool "ntpsnmpd" @@ -76,16 +77,16 @@ config BR2_PACKAGE_NTP_NTPSNMPD config BR2_PACKAGE_NTP_NTPTIME bool "ntptime" help - The ntptime utility program is used to read and set kernel time - variables. + The ntptime utility program is used to read and set kernel + time variables. config BR2_PACKAGE_NTP_NTPTRACE bool "ntptrace" depends on BR2_PACKAGE_PERL help - ntptrace is a perl script that uses the ntpq utility program to - follow the chain of NTP servers from a given host back to the - primary time source + ntptrace is a perl script that uses the ntpq utility program + to follow the chain of NTP servers from a given host back to + the primary time source config BR2_PACKAGE_NTP_TICKADJ bool "tickadj" -- cgit v1.2.1