git: 9front

Download patch

ref: 793bb253c2e168806c054eb67c27d669d3feaf47
parent: 33eddd188563ac3f883a1079f138d8728d3b3e85
author: stanley lieber <stanley.lieber@gmail.com>
date: Fri May 1 08:05:30 EDT 2015

audio(1): fix example

--- a/sys/man/1/audio
+++ b/sys/man/1/audio
@@ -316,7 +316,7 @@
 file as highest-quality MP3.
 .IP
 .EX
-audio/mp3enc -q 0 -b 320
+audio/mp3enc -q 0 -b 320 <foo.wav >foo.mp3
 .EE
 .LP
 Create a fixed 128Kb/s MP3 file from a
--