From e83cbfdcc9f5671cab0b1dae5cb81b956d0ab5ce Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 13 Jan 2012 23:59:12 +0100 Subject: [PATCH 1/1] audioc: Improve documentation of main(). --- audioc.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/audioc.c b/audioc.c index 0c0eea47..09b21ba9 100644 --- a/audioc.c +++ b/audioc.c @@ -271,10 +271,11 @@ static char *configfile_exists(void) * \param argc Usual argument count. * \param argv Usual argument vector. * - * It creates a temporary local socket in order to communicate with para_audiod. - * Authentication consists in sending a ucred buffer that contains the user id. + * It connects to the "well-known" local socket to communicate with + * para_audiod. Authentication is performed by sending a ucred buffer + * containing the user id to the local socket. * - * Any output received through the local socket is sent to stdout. + * Any data received from the socket is written to stdout. * * \return EXIT_SUCCESS or EXIT_FAILURE. * -- 2.39.2