From 5d553bc5580455cfb89705caf5d3a6ab327880bc Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 13 Dec 2020 19:18:28 +0100 Subject: more --help text tweaks function old new delta packed_usage 33545 33581 +36 Signed-off-by: Denys Vlasenko --- miscutils/adjtimex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miscutils') diff --git a/miscutils/adjtimex.c b/miscutils/adjtimex.c index a9de0f9aa..209d1d560 100644 --- a/miscutils/adjtimex.c +++ b/miscutils/adjtimex.c @@ -22,7 +22,7 @@ //kbuild:lib-$(CONFIG_ADJTIMEX) += adjtimex.o //usage:#define adjtimex_trivial_usage -//usage: "[-q] [-o OFF] [-f FREQ] [-p TCONST] [-t TICK]" +//usage: "[-q] [-o OFS] [-f FREQ] [-p TCONST] [-t TICK]" //usage:#define adjtimex_full_usage "\n\n" //usage: "Read or set kernel time variables. See adjtimex(2)\n" //usage: "\n -q Quiet" -- cgit v1.2.3