Commit Diff


commit - 59b6f8268c491703499d473918e2a72f55421770
commit + bbf64a33d64e1439e0885e6faedfb006a0616fe9
blob - b7c52a9a06a238cbf790611a2ba65cddc797e2a6
blob + 0b167262dd4fc3c493139b681b43068ed7ce971a
--- README.md
+++ README.md
@@ -5,11 +5,10 @@ built-in, on the contrary: it's quite minimal (a fancy
 that does very little.)  It composes well, or aims to do so, with
 other tools, find(1) in particular.
 
-The main feature is that the process of decoding the audio from the
-files is done in a sandboxed project that runs with `pledge("stdio
-recvfd audio")`.  Oh, by the way, amused targets OpenBSD only: it
-relies its make infrastructure to build, uses various cool stuff
-from its libc and can output only to sndio.
+The main feature is that audio decoding runs in a sandboxed process
+under `pledge("stdio recvfd audio")`.  Oh, by the way, amused targets
+OpenBSD only: it relies its make infrastructure to build, uses
+various cool stuff from its libc and can output only to sndio.
 
 (I *think* it's possible to compile it on other UNIX-like systems
 too by providing shims for some non-portable functions -- hello