examples: update descriptions

Make them not say "this is an example showing..." and instead just say
what the example shows.

Closes #9960
This commit is contained in:
Daniel Stenberg 2022-11-22 10:57:55 +01:00
parent af22c2a546
commit c1cdc08cbb
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
34 changed files with 34 additions and 35 deletions

View file

@ -22,7 +22,7 @@
*
***************************************************************************/
/* <DESC>
* A multi-threaded example that uses pthreads to fetch several files at once
* A multi-threaded program using pthreads to fetch several files at once
* </DESC>
*/