doc/release_notes/24-02.txt: fix reference

Paragraphs cannot be used as references. So refer to the compounding
section instead.
This commit is contained in:
Norman Feske 2024-02-29 14:39:31 +01:00
parent 36a52c6886
commit 4025ca8ae1

View File

@ -250,7 +250,7 @@ are executable binaries. This led to improvements of our lx_kit, for example,
we had to replace static C++ constructors by automatically generated functions
for kernel module-initialization calls because C++ constructors are supposed
to be called by the binary and not during library initialization
(Section [Initcall handling without relying on global constructors]).
(Section [Linux-device-driver environment (DDE)]).
Additionally, we took the opportunity of experimenting with a socket C-API
with the ultimate goal to replace the VFS plugins for Linux (vfs_lxip) and
lwIP (vfs_lwip) with a unified version, but this is an ongoing effort.