X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=user_list.c;h=63bfdfc259878402f3f70c2a5c62be5d5fa96ce9;hp=eebdfd72c45780bca73028f30f066840a0cf7d05;hb=de9a70360fcd3b5285d280ad1f229f679d453603;hpb=171459022777233fa84ed95606039b941367dc62 diff --git a/user_list.c b/user_list.c index eebdfd72..63bfdfc2 100644 --- a/user_list.c +++ b/user_list.c @@ -1,10 +1,10 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ -/** \file user_list.c user handling for para_server */ +/** \file user_list.c User handling for para_server. */ #include #include @@ -85,12 +85,12 @@ err: } /** - * initialize the list of users allowed to connecto to para_server + * Initialize the list of users allowed to connect to to para_server. * - * \param user_list_file the file containing access information + * \param user_list_file The file containing access information. * - * If this function is called a second time, the contents of the - * previous call are discarded. + * If this function is called for the second time, the contents of the + * previous call are discarded, i.e. the user list is reloaded. */ void init_user_list(char *user_list_file) { @@ -111,12 +111,12 @@ void init_user_list(char *user_list_file) } /** - * lookup user in user_list. + * Lookup a user in the user list. * - * \param name of the user + * \param name The name of the user. * - * \return a pointer to the corresponding user struct if the user was found, - * \p NULL otherwise. + * \return A pointer to the corresponding user struct if the user was found, \p + * NULL otherwise. */ struct user *lookup_user(const char *name) {