From: Andre Noll Date: Sun, 2 Sep 2007 14:52:33 +0000 (+0200) Subject: net.c: Fix a typo in the documentation. X-Git-Tag: v0.2.17~19 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=007d547044e1d93ca56fd8a61506578e26ccdcb0 net.c: Fix a typo in the documentation. --- diff --git a/net.c b/net.c index 458f5c8d..cb504f3c 100644 --- a/net.c +++ b/net.c @@ -374,11 +374,11 @@ int init_unix_addr(struct sockaddr_un *u, const char *name) } /** - * prepare, create, and bind and socket for local communication + * Prepare, create, and bind a socket for local communication. * - * \param name the socket pathname - * \param unix_addr pointer to the \p AF_UNIX socket structure - * \param mode the desired mode of the socket + * \param name The socket pathname. + * \param unix_addr Pointer to the \p AF_UNIX socket structure. + * \param mode The desired mode of the socket. * * This functions creates a local socket for sequenced, reliable, * two-way, connection-based byte streams.