From 513bfbefa29d28b086087e2c7b7b13dd37128ae0 Mon Sep 17 00:00:00 2001 From: J William Piggott Date: Sat, 17 Jun 2017 15:32:28 -0400 Subject: hwclock: add usage() functions heading Make a functions heading, similar to the existing options heading. * include/c.h: define USAGE_FUNCTIONS * Documentation/boilerplate.c: add USAGE_FUNCTIONS * sys-utils/hwclock.c add functions header to usage() Reviewed-by: Karel Zak Signed-off-by: J William Piggott --- include/c.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/c.h') diff --git a/include/c.h b/include/c.h index a5162b964..b9369c1a8 100644 --- a/include/c.h +++ b/include/c.h @@ -317,6 +317,7 @@ static inline int xusleep(useconds_t usec) */ #define USAGE_HEADER _("\nUsage:\n") #define USAGE_OPTIONS _("\nOptions:\n") +#define USAGE_FUNCTIONS _("\nFunctions:\n") #define USAGE_SEPARATOR "\n" #define USAGE_HELP _(" -h, --help display this help and exit\n") #define USAGE_VERSION _(" -V, --version output version information and exit\n") -- cgit v1.2.3-55-g7522