git: 9front

Download patch

ref: 938d7516e8dec66dc2b95df4cf44de34880d9726
parent: 1d64b4df9133999885af8ae7be5736ef47f11fbe
author: stanley lieber <stanley.lieber@gmail.com>
date: Thu Dec 26 11:06:37 EST 2013

audio(1): add HISTORY, fix spelling

--- a/sys/man/1/audio
+++ b/sys/man/1/audio
@@ -275,10 +275,10 @@
 .I Mixfs
 is a fileserver serving a single
 .B audio
-file which allows simultanious playback of audio streams. When
+file which allows simultaneous playback of audio streams. When
 run, it binds over
 .B /dev/audio
-and mixes the audio samples that get written to it.
+and mixes the audio samples that are written to it.
 A service name
 .I srvname
 can be given with the
@@ -346,5 +346,7 @@
 .B http://xiph.org/doc/
 .br
 .B http://flac.sourceforge.net/documentation.html
-.SH BUGS
-It's another GNU behemoth, lightly tamed.
+.SH HISTORY
+.I Mixfs
+first appeared in 9front (December, 2013).
+It was written by cinap_lenrek.
--