From ee493d661e89343210e80dc5c7aa443a0e8531ad Mon Sep 17 00:00:00 2001 From: miod Date: Wed, 30 Mar 2022 19:03:20 +0000 Subject: [PATCH] Mention constification of *_hw_if (files forgotten during constification commit) --- share/man/man9/audio.9 | 6 +++--- share/man/man9/radio.9 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/share/man/man9/audio.9 b/share/man/man9/audio.9 index cf970a64462..262d79ae0cc 100644 --- a/share/man/man9/audio.9 +++ b/share/man/man9/audio.9 @@ -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 diff --git a/share/man/man9/radio.9 b/share/man/man9/radio.9 index 35ad5916cc3..c70fd5ce0c0 100644 --- a/share/man/man9/radio.9 +++ b/share/man/man9/radio.9 @@ -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 @@ -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 -- 2.20.1