aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2025-10-26 16:31:37 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2025-10-26 16:32:00 +0000
commit3559b8e98341d7087771516b1d8f9560a5c555b4 (patch)
treedd9f608a58718b74fd262f59f224c4d865e9908a
parent56a72214a35965197932b6366ffad0fe1e3fc398 (diff)
g_bio.9: Reference dtrace_io(4)
MFC after: 3 days
-rw-r--r--share/man/man9/g_bio.93
1 files changed, 2 insertions, 1 deletions
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 ,