Some documentation tweaks/cleanups

Fixes #4773
This commit is contained in:
Roland Bär
2023-02-24 11:20:47 +01:00
committed by Christian Helmuth
parent a4d45921c6
commit 470f07d462
2 changed files with 8 additions and 9 deletions

View File

@ -2,14 +2,13 @@ File terminal is a service that provides a terminal-session interface and
redirects the terminal input and output to a file. redirects the terminal input and output to a file.
! <config> ! <config>
! <policy label_prefix="client1" filename="test.txt" /> ! <policy label_prefix="client1" filename="test.txt"/>
! <policy label_prefix="client2" filename="file.dat" io_buffer_size="4K"/>h ! <policy label_prefix="client2" filename="file.dat" io_buffer_size="4K"/>
! <libc stdout="/dev/log"> ! <libc stdout="/dev/log"/>
! <vfs> ! <vfs>
! <dir name="dev"> <log/> </dir> ! <dir name="dev"> <log/> </dir>
! <fs/> ! <fs/>
! </vfs> ! </vfs>
! </libc>
! </config> ! </config>
To keep things simple, a client can only open one file at the moment. To keep things simple, a client can only open one file at the moment.

View File

@ -22,7 +22,7 @@ component:
! file="/vfs_block.img" block_size="512" writeable="yes"/> ! file="/vfs_block.img" block_size="512" writeable="yes"/>
! </config> ! </config>
! <route> ! <route>
! <service name="File_system" label="backend> ! <service name="File_system" label="backend">
! <child name="fs_provider"/> </service> ! <child name="fs_provider"/> </service>
! <any-service> <parent/> </any-service> ! <any-service> <parent/> </any-service>
! </route> ! </route>