diff options
Diffstat (limited to 'console-tools/deallocvt.c')
-rw-r--r-- | console-tools/deallocvt.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/console-tools/deallocvt.c b/console-tools/deallocvt.c index 6a1d13d14..b131c0a64 100644 --- a/console-tools/deallocvt.c +++ b/console-tools/deallocvt.c | |||
@@ -10,6 +10,11 @@ | |||
10 | 10 | ||
11 | /* no options, no getopt */ | 11 | /* no options, no getopt */ |
12 | 12 | ||
13 | //usage:#define deallocvt_trivial_usage | ||
14 | //usage: "[N]" | ||
15 | //usage:#define deallocvt_full_usage "\n\n" | ||
16 | //usage: "Deallocate unused virtual terminal /dev/ttyN" | ||
17 | |||
13 | #include "libbb.h" | 18 | #include "libbb.h" |
14 | 19 | ||
15 | /* From <linux/vt.h> */ | 20 | /* From <linux/vt.h> */ |