diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2015-05-01 12:05:30 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2015-05-01 12:05:30 -0400 |
commit | 14ebbcb75be074a917c6c1bb62b7ac38b0db7ec3 (patch) | |
tree | f1f31c59753c1e95f89f9b33832a035696075993 /sys/man/1 | |
parent | 35c9648ee10f187f1b2d0d3f884c40c95874d315 (diff) |
audio(1): fix example
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/audio | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/audio b/sys/man/1/audio index 64344cf91..0faa79b97 100644 --- a/sys/man/1/audio +++ b/sys/man/1/audio @@ -316,7 +316,7 @@ Encode a 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 |