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,8 +22,7 @@
*
***************************************************************************/
/* <DESC>
* An example demonstrating how an application can pass in a custom
* socket to libcurl to use. This example also handles the connect itself.
* Pass in a custom socket for libcurl to use.
* </DESC>
*/
#include <stdio.h>