summaryrefslogtreecommitdiffstats
path: root/include/c.h
diff options
context:
space:
mode:
authorJ William Piggott2017-06-17 21:32:28 +0200
committerJ William Piggott2017-06-21 01:50:38 +0200
commit513bfbefa29d28b086087e2c7b7b13dd37128ae0 (patch)
tree5541672ea538cc8f843e53fbd40793438d9a7d58 /include/c.h
parenthwclock: update usage() FILE name (diff)
downloadkernel-qcow2-util-linux-513bfbefa29d28b086087e2c7b7b13dd37128ae0.tar.gz
kernel-qcow2-util-linux-513bfbefa29d28b086087e2c7b7b13dd37128ae0.tar.xz
kernel-qcow2-util-linux-513bfbefa29d28b086087e2c7b7b13dd37128ae0.zip
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 <kzak@redhat.com> Signed-off-by: J William Piggott <elseifthen@gmx.com>
Diffstat (limited to 'include/c.h')
-rw-r--r--include/c.h1
1 files changed, 1 insertions, 0 deletions
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")