---- .10 ---- Fixed a bug causing usrinfo to fail to compile under FreeBSD 4.x(three headers were not declared: unistd.h, sys/types.h, stdlib.h) ---- .09 ---- Added argument "i"; which, allows a user's uid to be specified instead of a username Updated manpage accordingly Current user is now defaulted if no user is entered ---- .08 ---- Fixed the synopsis[again] Fixed a text formating issue in the source code Added a manpage ---- .07 ---- Fixed segmentation fault caused by running usrinfo with only 1 argument Argument "h" is now argument "d" Added a useful help message('-h') that attempts to define the program's flags Added a header file and removed;combined some functions. The program should run faster now. Organized and cleaned up the code ---- .06 ---- Argument "v" is now separate from the other arguments Help message now correctly displays the usage of usrinfo ---- .05 ---- Changed changes some arguments Fixed displaying topics now works ---- .04 ---- Switched back to original style break argument Added -v argumentl; which, Displays the Version. Switched unix style breaks to default Organized everything into functions for easier maintainence. Added CHANGES log Added NOTES log ---- .03 ---- Added -d argument that displays the prefixes instead of displaying them by default. Changed the break Argument. Removed "how to" ---- .02 ---- Fixed a bug that caused the program to use the first letter of the user name entered as one of the arguments for displaying info about the user. Added a temperary "how to" when the program is started without the correct arguments. ---- .01 ---- Initial Release