diff --git a/source/styx2000/extrautil/styxmessage.d b/source/styx2000/extrautil/styxmessage.d index d7bbdb3..e9278b9 100644 --- a/source/styx2000/extrautil/styxmessage.d +++ b/source/styx2000/extrautil/styxmessage.d @@ -2,7 +2,7 @@ /** This module contains a set of various useful functions for more convenient work with 9P / Styx messages. -Note: This module contains helpers for building all types of messages, except stat, wstat and walk, since these messages have a complex structure and must be processed directly in the code that forms them. +Note: This module contains helpers for building all types of messages (and some other stuff), except stat/wstat, since these messages have a complex structure and must be processed directly in the code that forms them. Copyright: LightHouse Software, 2021 License: $(HTTP https://github.com/aquaratixc/ESL-License, Experimental Software License 1.0).