diff --git a/documentation/content/en/books/handbook/wayland/_index.adoc b/documentation/content/en/books/handbook/wayland/_index.adoc
--- a/documentation/content/en/books/handbook/wayland/_index.adoc
+++ b/documentation/content/en/books/handbook/wayland/_index.adoc
@@ -125,7 +125,9 @@
 
 Once the protocol and supporting packages have been installed, a compositor must create the user interface.
 Several compositors will be covered in the following sections.
-All compositors using Wayland will need a runtime directory defined in the environment, which can be achieved with the following command in the bourne shell:
+All compositors using Wayland will need a runtime directory defined in the environment.
+Since FreeBSD 14.1, this is created and defined automatically.
+For previous versions, this is achieved with the following command in the bourne shell:
 
 [source,shell]
 ----