Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Missed in previous: remove midi goo from argu...



details:   https://anonhg.NetBSD.org/src/rev/85059ff91b23
branches:  trunk
changeset: 482628:85059ff91b23
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu Feb 17 21:25:47 2000 +0000

description:
Missed in previous: remove midi goo from argument list as well.

diffstat:

 share/man/man9/audio.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1fa9bb8c1189 -r 85059ff91b23 share/man/man9/audio.9
--- a/share/man/man9/audio.9    Thu Feb 17 20:18:29 2000 +0000
+++ b/share/man/man9/audio.9    Thu Feb 17 21:25:47 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: audio.9,v 1.14 2000/02/11 22:56:15 kleink Exp $
+.\"    $NetBSD: audio.9,v 1.15 2000/02/17 21:25:47 kleink Exp $
 .\"
 .\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -111,7 +111,7 @@
 This call should be
 .Bd -literal
     void
-    audio_attach_mi(ahwp, mhwp, hdl, dev)
+    audio_attach_mi(ahwp, hdl, dev)
        struct audio_hw_if *ahwp;
        void *hdl;
        struct device *dev;



Home | Main Index | Thread Index | Old Index