diff --git a/docs/reference/gtk/gtk4-update-icon-cache.xml b/docs/reference/gtk/gtk4-update-icon-cache.xml index 1537963882..769853a57b 100644 --- a/docs/reference/gtk/gtk4-update-icon-cache.xml +++ b/docs/reference/gtk/gtk4-update-icon-cache.xml @@ -58,9 +58,9 @@ GTK can use the cache files created by gtk4-update-icon-cache to avoid a lot of system call and disk seek overhead when the application - starts. Since the format of the cache files allows them to be mmaped - shared between multiple applications, the overall memory consumption is - reduced as well. + starts. Since the format of the cache files allows them to be shared across + multiple processes, for instance using the POSIX mmap() system + call, the overall memory consumption is reduced as well.