diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-04-16 11:58:42 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-04-16 11:58:42 +0000 |
commit | a72b0a277c2877c655aa6f04793dac2bdab7b57d (patch) | |
tree | 3167c6d96030682f05c2acd9be72638ebe2cdaed /lib | |
parent | 31ff77deb3c81ac6f972b05801983ab0108737f7 (diff) |
remove aucat(1) and midicat(1) socket paths from the FILES sections.
Besides being wrong, they are part of sndio internals and don't need
to be exposed in such a high level man page.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libsndio/sndio.7 | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/lib/libsndio/sndio.7 b/lib/libsndio/sndio.7 index 3a7ac25ef63..fd4632d0b84 100644 --- a/lib/libsndio/sndio.7 +++ b/lib/libsndio/sndio.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sndio.7,v 1.2 2009/08/21 16:48:03 ratchov Exp $ +.\" $OpenBSD: sndio.7,v 1.3 2011/04/16 11:58:41 ratchov Exp $ .\" .\" Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 21 2009 $ +.Dd $Mdocdate: April 16 2011 $ .Dt SNDIO 7 .Os .Sh NAME @@ -159,17 +159,11 @@ no MIDI port chooser. Environment variables are ignored by programs with the set-user-ID or set-group-ID bits set. .Sh FILES -.Bl -tag -width "/tmp/aucat-xxx/softaudioNXXX" -compact +.Bl -tag -width "/dev/audioNXXX" -compact .It Pa /dev/audioN Audio devices. .It Pa /dev/rmidiN MIDI ports. -.It Pa /tmp/aucat-xxx/softaudioN -Audio devices provided by -.Xr aucat 1 . -.It Pa /tmp/aucat-xxx/midithruN -MIDI thru boxes provided by -.Xr midicat 1 . .El .Sh SEE ALSO .Xr aucat 1 , |