Index: examples/io/cat.c
===================================================================
--- examples/io/cat.c	(revision 3a1cf0d89b0a0fbe660930944b99571fe047ae9b)
+++ examples/io/cat.c	(revision 22ddadea18425bfa5c6025a0d5f3cdca5dbb5e49)
@@ -1,2 +1,9 @@
+/*
+This is a simple "cat" example that uses io_uring in IORING_SETUP_IOPOLL mode.
+It demonstrates the bare minimum needed to use io_uring in polling mode.
+It uses liburing for simplicity.
+*/
+
+
 #ifndef _GNU_SOURCE
 #define _GNU_SOURCE
