release_notes-20-08.txt: minor style fixes

This commit is contained in:
Norman Feske 2020-09-17 16:24:21 +02:00 committed by Christian Helmuth
parent c59c266afc
commit 274f306315

View File

@ -34,10 +34,10 @@ like swapping out or updating drivers on the fly without reboot.
Besides these main topics, the current release features the continuation of of Besides these main topics, the current release features the continuation of of
two long-term projects, namely the CBE block encrypter and the profound two long-term projects, namely the CBE block encrypter and the profound
support of 64-bit ARM devices. support of 64-bit ARM devices.
Section [Consistent Block Encrypter] describes the CBE's new *pluggable Section [Consistent Block Encrypter] describes the CBE's new *pluggable crypto*
crypto* and trust anchor facilities. and trust anchor facilities.
Section [Device drivers] goes into detail about the steadily emerging *driver Section [Device drivers] goes into detail about the steadily
landscape on 64-bit ARM*. emerging *driver landscape on 64-bit ARM*.
The GUI stack, restacked The GUI stack, restacked
@ -423,8 +423,8 @@ C runtime
Serialized VFS access Serialized VFS access
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
Unsurprisingly, the VFS is an integral part of the C runtime as _everything is Unsurprisingly, the VFS is an integral part of the C runtime as _everything is_
a file_ in the UNIX philosophy. The basis for the libc VFS is the VFS library _a file_ in the UNIX philosophy. The basis for the libc VFS is the VFS library
and its versatile plugin concept. As the libc (and other users of the library) and its versatile plugin concept. As the libc (and other users of the library)
may employ multiple threads, which could use the VFS, the integrity of data may employ multiple threads, which could use the VFS, the integrity of data
structures, esp. those of more complex plugins like the network stack in structures, esp. those of more complex plugins like the network stack in