diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2013-07-04 21:49:11 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2013-07-04 21:49:11 +0000 |
commit | 7ea67f5cfad4ef1a364fd5d229bb4472cb531fb1 (patch) | |
tree | 04c6b9430f033cefae172dd41b2aef4ef71ebe88 | |
parent | a1bef529260661438a648fc8964ea1b9e50c92fd (diff) |
remove FILES sections because it's incomplete, wrong and doesn't give
any useful information
-rw-r--r-- | lib/libsndio/mio_open.3 | 14 | ||||
-rw-r--r-- | lib/libsndio/sio_open.3 | 16 |
2 files changed, 3 insertions, 27 deletions
diff --git a/lib/libsndio/mio_open.3 b/lib/libsndio/mio_open.3 index 38889eee2b0..e98900da36d 100644 --- a/lib/libsndio/mio_open.3 +++ b/lib/libsndio/mio_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mio_open.3,v 1.12 2013/06/05 03:44:50 tedu Exp $ +.\" $OpenBSD: mio_open.3,v 1.13 2013/07/04 21:49:10 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: June 5 2013 $ +.Dd $Mdocdate: July 4 2013 $ .Dt MIO_OPEN 3 .Os .Sh NAME @@ -242,16 +242,6 @@ value if there's an error. The debug level: may be a value between 0 and 2. .El -.Sh FILES -.Bl -tag -width "/tmp/aucat-<uid>/aucat0" -compact -.It Pa /tmp/aucat-<uid>/aucat0 -Default path to -.Xr sndiod 1 -socket to connect to. -.It Pa /dev/rmidiX -.Xr midi 4 -devices. -.El .Sh SEE ALSO .Xr sndiod 1 , .Xr poll 2 , diff --git a/lib/libsndio/sio_open.3 b/lib/libsndio/sio_open.3 index f4527d2624e..a0c206463ce 100644 --- a/lib/libsndio/sio_open.3 +++ b/lib/libsndio/sio_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sio_open.3,v 1.36 2013/07/04 21:43:25 ratchov Exp $ +.\" $OpenBSD: sio_open.3,v 1.37 2013/07/04 21:49:10 ratchov Exp $ .\" .\" Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org> .\" @@ -725,20 +725,6 @@ argument. The debug level: may be a value between 0 and 2. .El -.Sh FILES -.Bl -tag -width "/tmp/aucat-<uid>/aucat0" -compact -.It Pa /tmp/aucat-<uid>/aucat0 -Default path to -.Xr sndiod 1 -socket to connect to. -.It Pa /dev/audio -Default -.Xr audio 4 -device to use. -.El -.\".Sh EXAMPLES -.\".Bd -literal -offset indent -.\".Ed .Sh SEE ALSO .Xr sndiod 1 , .Xr audio 4 , |