Fix for documentation issues

This commit is contained in:
Mark Riddoch
2013-07-22 17:29:42 +02:00
parent 3407dff210
commit 64c15fd4fb
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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