diff options
author | 2011-10-18 07:07:25 +0000 | |
---|---|---|
committer | 2011-10-18 07:07:25 +0000 | |
commit | 91f0cedfe81793949e169f9c8cb1d1146878af85 (patch) | |
tree | a84c1a6ad80e49dfa4e21cc0a01766d065758722 | |
parent | ssh(1): skip attempting to create ~/.ssh when -F is passed; ok markus@ (diff) | |
download | wireguard-openbsd-91f0cedfe81793949e169f9c8cb1d1146878af85.tar.xz wireguard-openbsd-91f0cedfe81793949e169f9c8cb1d1146878af85.zip |
some minor tweaks concerning midicat removal; ok ratchov
-rw-r--r-- | lib/libsndio/sndio.7 | 8 | ||||
-rw-r--r-- | usr.bin/midiplay/midiplay.1 | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lib/libsndio/sndio.7 b/lib/libsndio/sndio.7 index 81dbb3ad23d..98c58f2c357 100644 --- a/lib/libsndio/sndio.7 +++ b/lib/libsndio/sndio.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sndio.7,v 1.6 2011/10/17 21:09:11 ratchov Exp $ +.\" $OpenBSD: sndio.7,v 1.7 2011/10/18 07:07:25 jmc 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: October 17 2011 $ +.Dd $Mdocdate: October 18 2011 $ .Dt SNDIO 7 .Os .Sh NAME @@ -64,7 +64,7 @@ Additionally, exposes a MIDI port used to control and monitor audio streams in real time using MIDI. .Sh DEVICE NAMES -From the user's perspective every audio interface, MIDI port, +From the user's perspective every audio interface, MIDI port, and .Xr aucat 1 service has a name of the form: .Bd -literal -offset center @@ -158,7 +158,7 @@ can connect to the server using the same cookie. .It AUCAT_COOKIE Path to file containing the session cookie to be used when connecting to -.Xr aucat . +.Xr aucat 1 . .It Ev AUDIODEVICE Audio device to use if the application provides no device chooser. diff --git a/usr.bin/midiplay/midiplay.1 b/usr.bin/midiplay/midiplay.1 index cf5b2ac26d3..e17ff5b18d1 100644 --- a/usr.bin/midiplay/midiplay.1 +++ b/usr.bin/midiplay/midiplay.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: midiplay.1,v 1.15 2010/02/13 13:45:29 ratchov Exp $ +.\" $OpenBSD: midiplay.1,v 1.16 2011/10/18 07:07:25 jmc Exp $ .\" $NetBSD: midiplay.1,v 1.3 1998/08/13 18:26:36 augustss Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 13 2010 $ +.Dd $Mdocdate: October 18 2011 $ .Dt MIDIPLAY 1 .Os .Sh NAME @@ -70,7 +70,7 @@ If the flag is repeated, the verbosity increases. Play a small sample sound. .El .Sh SEE ALSO -.Xr midicat 1 , +.Xr aucat 1 , .Xr midi 4 , .Xr sndio 7 .Sh HISTORY |