diff options
Diffstat (limited to 'example/ioctl_client.c')
-rw-r--r-- | example/ioctl_client.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/example/ioctl_client.c b/example/ioctl_client.c index 83ede65..a58a897 100644 --- a/example/ioctl_client.c +++ b/example/ioctl_client.c @@ -10,15 +10,14 @@ */ /** @file - * @tableofcontents * * This program tests the ioctl.c example file systsem. * - * \section section_compile compiling this example + * Compile with: * - * gcc -Wall ioctl_client.c -o ioctl_client + * gcc -Wall ioctl_client.c -o ioctl_client * - * \section section_source the complete source + * ## Source code ## * \include ioctl_client.c */ |