git: 3559b8e98341 - main - g_bio.9: Reference dtrace_io(4)

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Sun, 26 Oct 2025 16:34:18 UTC
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/src/commit/?id=3559b8e98341d7087771516b1d8f9560a5c555b4

commit 3559b8e98341d7087771516b1d8f9560a5c555b4
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2025-10-26 16:31:37 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2025-10-26 16:32:00 +0000

    g_bio.9: Reference dtrace_io(4)
    
    MFC after:      3 days
---
 share/man/man9/g_bio.9 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/share/man/man9/g_bio.9 b/share/man/man9/g_bio.9
index 407c38e6ca70..fc278cd229a9 100644
--- a/share/man/man9/g_bio.9
+++ b/share/man/man9/g_bio.9
@@ -22,7 +22,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 August 7, 2019
+.Dd October 26, 2025
 .Dt G_BIO 9
 .Os
 .Sh NAME
@@ -309,6 +309,7 @@ example_start(struct bio *bp)
 }
 .Ed
 .Sh SEE ALSO
+.Xr dtrace_io 4 ,
 .Xr geom 4 ,
 .Xr DECLARE_GEOM_CLASS 9 ,
 .Xr g_access 9 ,