From: Andre Noll Date: Sat, 29 Dec 2007 20:43:36 +0000 (+0100) Subject: Cosmetics. X-Git-Tag: v0.3.0~18 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=9ae0041ae0dd073657862c4abdf3886a66035ee9;ds=sidebyside Cosmetics. --- diff --git a/string.c b/string.c index 2b361aee..7d8c8707 100644 --- a/string.c +++ b/string.c @@ -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. */