aboutsummaryrefslogtreecommitdiff
path: root/example/ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/ioctl.c')
-rw-r--r--example/ioctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/example/ioctl.c b/example/ioctl.c
index 0a4c14d..734765d 100644
--- a/example/ioctl.c
+++ b/example/ioctl.c
@@ -14,11 +14,11 @@
* process (a restricted set of) ioctls. It can be tested with the
* ioctl_client.c program.
*
- * \section section_compile compiling this example
+ * Compile with:
*
- * gcc -Wall ioctl.c `pkg-config fuse3 --cflags --libs` -o ioctl
+ * gcc -Wall ioctl.c `pkg-config fuse3 --cflags --libs` -o ioctl
*
- * \section section_source the complete source
+ * ## Source code ##
* \include ioctl.c
*/