The branch main has been updated by mhorne:

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

commit d441ec1c218991421d08ac4661878ed5c182cd64
Author:     Mitchell Horne <[email protected]>
AuthorDate: 2023-08-03 13:48:11 +0000
Commit:     Mitchell Horne <[email protected]>
CommitDate: 2023-08-03 14:07:31 +0000

    g_bio(9): add link to bio(9)
    
    This page documents 'struct bio', so this can be helpful with finding or
    referencing it.
    
    Reviewed by:    imp, markj
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D41252
---
 share/man/man9/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index ab373e22b185..2758f44f0911 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1118,7 +1118,8 @@ MLINKS+=fpu_kern.9 fpu_kern_alloc_ctx.9 \
        fpu_kern.9 fpu_kern_thread.9 \
        fpu_kern.9 is_fpu_kern_thread.9
 MLINKS+=g_attach.9 g_detach.9
-MLINKS+=g_bio.9 g_alloc_bio.9 \
+MLINKS+=g_bio.9 bio.9 \
+       g_bio.9 g_alloc_bio.9 \
        g_bio.9 g_clone_bio.9 \
        g_bio.9 g_destroy_bio.9 \
        g_bio.9 g_duplicate_bio.9 \

Reply via email to