diff options
Diffstat (limited to '')
-rw-r--r-- | console-tools/fgconsole.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/console-tools/fgconsole.c b/console-tools/fgconsole.c index e2dba4860..54355bee6 100644 --- a/console-tools/fgconsole.c +++ b/console-tools/fgconsole.c | |||
@@ -7,6 +7,11 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | //usage:#define fgconsole_trivial_usage | ||
11 | //usage: "" | ||
12 | //usage:#define fgconsole_full_usage "\n\n" | ||
13 | //usage: "Get active console" | ||
14 | |||
10 | #include "libbb.h" | 15 | #include "libbb.h" |
11 | 16 | ||
12 | /* From <linux/vt.h> */ | 17 | /* From <linux/vt.h> */ |