From 2e503441edc98dedb6c070be6b526e4264762586 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 4 Jan 2016 15:34:05 +0100 Subject: examples: added descriptions --- docs/examples/multi-app.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docs/examples/multi-app.c') diff --git a/docs/examples/multi-app.c b/docs/examples/multi-app.c index b8258975e..065d48d92 100644 --- a/docs/examples/multi-app.c +++ b/docs/examples/multi-app.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2011, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2016, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -19,7 +19,11 @@ * KIND, either express or implied. * ***************************************************************************/ -/* This is an example application source code using the multi interface. */ +/* + * A basic application source code using the multi interface doing two + * transfers in parallel. */ +* + */ #include #include -- cgit v1.2.3