use bb_fflush_stdout_and_exit instead of exit
[oweals/busybox.git] / coreutils / false.c
index 96b18498a542f6adcc6cff1b6ec6ef49c83f3a92..5cf238409ffff2a994b4ec206cad93af0bb6eb9a 100644 (file)
@@ -2,8 +2,7 @@
 /*
  * Mini false implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen
- * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org>
+ * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,7 +20,8 @@
  *
  */
 
-/* getopt not needed */
+/* BB_AUDIT SUSv3 compliant */
+/* http://www.opengroup.org/onlinepubs/007904975/utilities/false.html */
 
 #include <stdlib.h>
 #include "busybox.h"