X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=adu.c;h=b3ec80e2377c49e8df37ee2288530212a0e200fa;hb=9e41a10fbee567866d78903b11646d341cfd9882;hp=335cb62f52f395453464ecc057c96531b1243c08;hpb=4bf331e3a69b3a6b9b1872f999d43be292ccd2e9;p=adu.git diff --git a/adu.c b/adu.c index 335cb62..b3ec80e 100644 --- a/adu.c +++ b/adu.c @@ -1,3 +1,4 @@ +/** \file adu.c The main functions used by all modes of operation. */ #include "adu.h" #include /* readdir() */ #include @@ -178,7 +179,7 @@ static struct osl_column_description user_table_cols[] = { * The log function. * * \param ll Loglevel. - * \param fml Usual format string. + * \param fmt Usual format string. * * All XXX_LOG() macros use this function. */