aboutsummaryrefslogtreecommitdiff
path: root/toys/other/chvt.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/chvt.c')
-rw-r--r--toys/other/chvt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/chvt.c b/toys/other/chvt.c
index 9afb059b..80eeadc4 100644
--- a/toys/other/chvt.c
+++ b/toys/other/chvt.c
@@ -3,8 +3,6 @@
* chvt.c - switch virtual terminals
*
* Copyright (C) 2008 David Anders <danders@amltd.com>
- *
- * Not in SUSv3.
USE_CHVT(NEWTOY(chvt, "<1", TOYFLAG_USR|TOYFLAG_SBIN))