From 3a9f289dc60f98d98f3f08591a78b8b060512569 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Mon, 4 Oct 2021 20:53:16 +0200 Subject: [PATCH] Manpages: Fix broken link to ioctl page Found by markdown-checker. --- Base/usr/share/man/man4/audio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/usr/share/man/man4/audio.md b/Base/usr/share/man/man4/audio.md index 9e857e8cbc..cb61ad91d6 100644 --- a/Base/usr/share/man/man4/audio.md +++ b/Base/usr/share/man/man4/audio.md @@ -11,7 +11,7 @@ The `/dev/audio` character device file exposes the audio output device of the sy | Format | 16-bit signed | 16-bit signed | | Data | Left sample | Right sample | -The sample rate of the samples is determined by the audio device's current sample rate, which may be accessed by an [ioctl](../man3/ioctl.md). +The sample rate of the samples is determined by the audio device's current sample rate, which may be accessed by an [ioctl](../man2/ioctl.md). Note that for convenience, the audio device may not block the call to `write` and return before all the samples were actually transferred to the hardware and/or played by the hardware. For this reason, users need to be aware that the audio device driver's internal buffer may become full and calls to `write` may return `ENOSPC`.