Mention constification of *_hw_if (files forgotten during constification
authormiod <miod@openbsd.org>
Wed, 30 Mar 2022 19:03:20 +0000 (19:03 +0000)
committermiod <miod@openbsd.org>
Wed, 30 Mar 2022 19:03:20 +0000 (19:03 +0000)
commit)

share/man/man9/audio.9
share/man/man9/radio.9

index cf970a6..262d79a 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: audio.9,v 1.29 2019/09/13 15:47:47 schwarze Exp $
+.\"    $OpenBSD: audio.9,v 1.30 2022/03/30 19:03:20 miod Exp $
 .\"    $NetBSD: audio.9,v 1.14 2000/02/11 22:56:15 kleink Exp $
 .\"
 .\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: September 13 2019 $
+.Dd $Mdocdate: March 30 2022 $
 .Dt AUDIO 9
 .Os
 .Sh NAME
@@ -104,7 +104,7 @@ when the latter calls
 This call is:
 .Bd -literal -offset indent
 struct device *
-audio_attach_mi(struct audio_hw_if *ahwp, void *hdl,
+audio_attach_mi(const struct audio_hw_if *ahwp, void *hdl,
                struct device *dev);
 .Ed
 .Pp
index 35ad591..c70fd5c 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: radio.9,v 1.11 2016/08/31 16:54:33 jmc Exp $
+.\"    $OpenBSD: radio.9,v 1.12 2022/03/30 19:03:21 miod Exp $
 .\"    $RuOBSD: radio.9,v 1.3 2001/10/26 05:38:44 form Exp $
 .\"
 .\" Copyright (c) Maxim Tsyplakov <tm@oganer.net>
@@ -24,7 +24,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: August 31 2016 $
+.Dd $Mdocdate: March 30 2022 $
 .Dt RADIO 9
 .Os
 .Sh NAME
@@ -53,7 +53,7 @@ when the latter calls
 This call should be
 .Bd -literal
 .Ft void
-.Fn radio_attach_mi "struct radio_hw_if *rhwp" "void *hdlp" \
+.Fn radio_attach_mi "const struct radio_hw_if *rhwp" "void *hdlp" \
                     "struct device * dev"
 .Ed
 .Pp