X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=string.c;h=a6019e30cee2d71f0825e4eae2970b7209d9d74e;hp=2b361aee8372e3fd58bb1aab1523acc98b33926b;hb=5d581fbd46a6d1949bfd876aec63041dc6724eb0;hpb=db0e72763ac5660b01c8c2db75901f4efa2c44cc diff --git a/string.c b/string.c index 2b361aee..a6019e30 100644 --- a/string.c +++ b/string.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007 Andre Noll + * Copyright (C) 2004-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -163,13 +163,13 @@ __must_check __malloc char *para_strcat(char *a, const char *b) } /** - * paraslash's version of dirname() + * Paraslash's version of dirname(). * - * \param name pointer to the full path + * \param name Pointer to the full path. * - * Compute the directory component of \p name + * Compute the directory component of \p name. * - * \return If \p name is \รพ NULL or the empty string, return \p NULL. + * \return If \p name is \p NULL or the empty string, return \p NULL. * Otherwise, Make a copy of \p name and return its directory component. Caller * is responsible to free the result. */