]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hwclock: add usage() functions heading
authorJ William Piggott <elseifthen@gmx.com>
Sat, 17 Jun 2017 19:32:28 +0000 (15:32 -0400)
committerJ William Piggott <elseifthen@gmx.com>
Tue, 20 Jun 2017 23:50:38 +0000 (19:50 -0400)
commit513bfbefa29d28b086087e2c7b7b13dd37128ae0
tree5541672ea538cc8f843e53fbd40793438d9a7d58
parent7d9a866d1ba65e14d53b4f67bf8488800df5ac7b
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>
Documentation/boilerplate.c
include/c.h
sys-utils/hwclock.c