1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:47:44 +00:00

Base: Improve some application man pages

- FontEditor.md
- Magnifier.md
- Presenter.md
- Terminal.md

Where an arrow is indicated by -> turn it into an actual arrow →
(U+2192 Rightwards Arrow). This looks much neater.
Inspired by Notion doing this automatically when you type "->".

I've made various corrections: fixing grammatical errors, removing
unnecessary or adding-in missing spaces. Made the style of references
to menu items more consistent. Generally I've tried to make the pages
read better. Terminal has had more adjustment than the others as its
Settings were recently changed and the man page now reflects this.
This commit is contained in:
Cubic Love 2023-05-07 23:15:08 +01:00 committed by Andreas Kling
parent 09773048b6
commit f5caf363e7
5 changed files with 47 additions and 43 deletions

View file

@ -30,7 +30,7 @@ that can then be provided to the queue. The application might need to wait aroun
write to it. For these reasons, there's a utility API in LibAudio's audio server IPC connection which allows audio
applications to send off a large chunk of samples which get progressively sent in the background.
On the server -> client side, AudioServer has "event" calls that the client receives. These are various mixer state changes (main volume, main mute, client volume).
On the server client side, AudioServer has "event" calls that the client receives. These are various mixer state changes (main volume, main mute, client volume).
### Libraries