shithub: docs.9front.org

Download patch

ref: 0f368e5cc704a105303b30da2d7bc61a9223c5ab
parent: e869c0105a575f25c0e97dccdacac4a226f24434
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Mon Aug 10 13:39:02 EDT 2020

drawterm: typos

--- a/drawterm.md
+++ b/drawterm.md
@@ -3,8 +3,8 @@
 
 Code: https://code.9front.org/hg/drawterm
 
-For audio to work under Linux without `/dev/dsp` one can use `sndio`.
-Install it without your favorite package manager, run `sndiod`, modify `Make.unix`:
+For audio to work under Linux without `/dev/dsp`, one can use `sndio`.
+Install it with your favorite package manager, run `sndiod`, modify `Make.unix`:
 change `AUDIO=unix` to `AUDIO=sndio` and add `-lsndio` to `LDADD`. Run `make CONF=unix`.
 Sounds should work.