aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/invalidate_path.c4
-rw-r--r--example/printcap.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/example/invalidate_path.c b/example/invalidate_path.c
index 61ec351..9159b2f 100644
--- a/example/invalidate_path.c
+++ b/example/invalidate_path.c
@@ -19,10 +19,10 @@
*
* ## Compilation ##
*
- * gcc -Wall @file `pkg-config fuse3 --cflags --libs` -o invalidate_path
+ * gcc -Wall invalidate_path.c `pkg-config fuse3 --cflags --libs` -o invalidate_path
*
* ## Source code ##
- * \include @file
+ * \include invalidate_path.c
*/
#define FUSE_USE_VERSION 34
diff --git a/example/printcap.c b/example/printcap.c
index bf058f5..472a597 100644
--- a/example/printcap.c
+++ b/example/printcap.c
@@ -16,7 +16,7 @@
* gcc -Wall printcap.c `pkg-config fuse3 --cflags --libs` -o printcap
*
* ## Source code ##
- * \include @file
+ * \include printcap.c
*/
#define FUSE_USE_VERSION 31