- add note about SUSv3 missing options.

This commit is contained in:
Bernhard Reutner-Fischer 2007-11-16 11:52:42 +00:00
parent 01cd9570c7
commit e8979889b4

View File

@ -16,6 +16,7 @@
*
*----------------------------------------------------------------------
*/
/* BB_AUDIT SUSv3 _NOT_ compliant -- missing options -b, -d, -H, -l, -m, -p, -q, -r, -s, -t, -T, -u; Missing argument 'file'. */
#include "libbb.h"
#include <utmp.h>
@ -71,5 +72,5 @@ int who_main(int argc, char **argv)
}
if (ENABLE_FEATURE_CLEAN_UP)
endutent();
return 0;
return EXIT_SUCCESS;
}