From 274f3063150460a911c2ca0be0de34e81b2b3d48 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Thu, 17 Sep 2020 16:24:21 +0200 Subject: [PATCH] release_notes-20-08.txt: minor style fixes --- doc/release_notes-20-08.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/release_notes-20-08.txt b/doc/release_notes-20-08.txt index 7c843a64c6..a959ff1e6a 100644 --- a/doc/release_notes-20-08.txt +++ b/doc/release_notes-20-08.txt @@ -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 two long-term projects, namely the CBE block encrypter and the profound support of 64-bit ARM devices. -Section [Consistent Block Encrypter] describes the CBE's new *pluggable -crypto* and trust anchor facilities. -Section [Device drivers] goes into detail about the steadily emerging *driver -landscape on 64-bit ARM*. +Section [Consistent Block Encrypter] describes the CBE's new *pluggable crypto* +and trust anchor facilities. +Section [Device drivers] goes into detail about the steadily +emerging *driver landscape on 64-bit ARM*. The GUI stack, restacked @@ -423,8 +423,8 @@ C runtime Serialized VFS access ~~~~~~~~~~~~~~~~~~~~~ -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 +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 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 structures, esp. those of more complex plugins like the network stack in