net.c: Fix a typo in the documentation.
authorAndre Noll <maan@systemlinux.org>
Sun, 2 Sep 2007 14:52:33 +0000 (16:52 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 2 Sep 2007 14:52:33 +0000 (16:52 +0200)
net.c

diff --git a/net.c b/net.c
index 458f5c8da356345fc5e0f18ece9d2b89a0957565..cb504f3cce860f26eb8dd53d6c3c0a1d33424f24 100644 (file)
--- 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.
  *
  * This functions creates a local socket for sequenced, reliable,
  * two-way, connection-based byte streams.