aboutsummaryrefslogtreecommitdiff
path: root/toys/false.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/false.c')
-rw-r--r--toys/false.c15
1 files changed, 12 insertions, 3 deletions
diff --git a/toys/false.c b/toys/false.c
index d4345a6d..ac6bf642 100644
--- a/toys/false.c
+++ b/toys/false.c
@@ -1,9 +1,18 @@
-/* vi: set sw=4 ts=4: */
-/*
+/* vi: set sw=4 ts=4:
+ *
* false.c - Return nonzero.
*
+ * Copyright 2007 Rob Landley <rob@landley.net>
+ *
* See http://www.opengroup.org/onlinepubs/009695399/utilities/false.html
- */
+
+
+config FALSE
+ bool "false"
+ default y
+ help
+ Return nonzero.
+*/
#include "toys.h"