diff --git a/README.adoc b/README.adoc index a76f886..d11da69 100644 --- a/README.adoc +++ b/README.adoc @@ -13099,7 +13099,7 @@ Linux adds has several POSIX extension flags to it. Basic `mmap` example, do the same as link:userland/c/malloc.c[], but with `mmap`. -Example: userland/linux/mmap_anonymous.c[] +Example: link:userland/linux/mmap_anonymous.c[] In POSIX 7 mmap always maps to a file.