More updates to the docs, and fixes to sync things with the docs.

-Erik
This commit is contained in:
Erik Andersen
2000-04-17 16:16:10 +00:00
parent 4fd10fc73b
commit e5b6c7dd9c
17 changed files with 182 additions and 65 deletions

View File

@@ -25,9 +25,7 @@
#include <pwd.h>
static const char whoami_usage[] = "whoami\n\n"
"Print the user name associated with the current effective user id.\n"
"Same as id -un.\n";
"Prints the user name associated with the current effective user id.\n";
extern int whoami_main(int argc, char **argv)
{