Fix for documentation issues
This commit is contained in:
@ -117,8 +117,8 @@ char uname[80], passwd[80];
|
||||
/**
|
||||
* Add user
|
||||
*
|
||||
* @param username Name of the new user
|
||||
* @param password Password for the new user
|
||||
* @param uname Name of the new user
|
||||
* @param passwd Password for the new user
|
||||
* @return The number of users added
|
||||
*/
|
||||
int
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file telentd.h The telnetd protocol module header file
|
||||
* @file telnetd.h The telnetd protocol module header file
|
||||
*
|
||||
* @verbatim
|
||||
* Revision History
|
||||
|
Reference in New Issue
Block a user